Dynamic Layout Markup Language

Contact

mail@internetcommons.ca

Search


Custodians:
 Home »  Prototype

Prototype

Prototype factory: 
 MyPrototype=Prototype({$constructor:function(){},$shared:{},$extends:Prototype});
 then... myObject = new MyPrototype(...);
 parameters:
 $extends (optional) augments object and prototype content,
 $implements: [] (optional) copies properties of Prototypes to new Prototype 
(to be implemented)
 $constructor (optional) becomes constructor, 
 $shared (optional) becomes constructor.prototype content, 
 Prototype is a javascript closure when used with $extends.

hosted by webhosting.bechmann.ca | powered by pmwiki-2.2.78
Content last modified on April 24, 2009, at 04:22 PM EST