CS3 JS: Dictionary

CS3 JavaScript

Dictionary

 A dictionary of class descriptions.

QuickLinks

getClass, getClasses, getGroups, toXML

Methods

Reflection getClass (name:string)
Gets a class description.

ParameterTypeDescription
namestringThe class name.

Array of string getClasses ( [name:string=All])
Gets a list of classe names by group.

ParameterTypeDescription
namestringThe group name. If not supplied, all classes are returned. (default: All)

Array of string getGroups ()
Gets the list of groups.

XML toXML (prefix:string)
Returns a Table of Contents in OMV format.

ParameterTypeDescription
prefixstringThe prefix to be used in the href attributes. Optional.

Contents :: Index