Description Usage Arguments Details Value See Also
Create a subclass to Collection
named <elementClass>List
and return a constructor
function.
1 | makeCollectionClass(elementClass)
|
elementClass |
Class name of the elements. |
The constructor function is generated by a call to
collectionConstructor
, a simple
validity-checking method is supplied by a call to
collectionConstructor
.
If a show
method has been defined for the
Collection elements, a generic show
method can be
constructed by a call to collectionShower
.
A constructor function for
<elementClass>List
-Class.
Collection
,
collectionConstructor
,
collectionValidator
,
collectionShower
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.