Factory method to create a FormConfiguration object
Factory method to create a FormElement object
Factory method to create a FormTabs object
Lets try create the standard angular JS widgets markup
Create a DOM widget tree for the given set of form configuration data.
This will include either the standard AngularJS widgets or custom widgets
Default any values in the schema on the entity if they are not already present
For an array property, find the schema of the items which is either nested inside this property in the 'items' property; or the type name is used to lookup in the schemas definitions
Returns true if the given property represents a nested object or array of objects
Walks the base class hierarchy checking if the given type is an instance of the given type name
Returns true if the given schema definition property kind matches the given kind
Returns true if the given schema definition is an object
Looks up the given type name in the schemas definitions
If the type name refers to an alias in the schemas definitions then perform the lookup and return the real type name
Removes any dodgy characters for a valid identifier in angularjs such as for '-' characters which are replaced with '_'
Generated using TypeDoc
Forms