BiCustomClass
This class creates a class from it's input that can then be used in ADF markup or javascript. It is typically used in the Resources section of an ADF@remark This class takes only one child node.
This class extends BiObject and therefore all methods and fields available for BiObject are also available for BiCustomClass .
Constructor
new BiCustomClass ( )
Parameters
No parameters.
Properties
| Name | Type | get | set | Descripton |
preCompile | Boolean | ![]() | ![]() | Whether to deserialize the class XML into a JavaScript object at load time. [ Not Implemented ] |
uri | | ![]() | ![]() | The URI to optionally load the class from. |
Methods
| Name | Description |
load | Method to load this class from a URI and create it in global scope. This method is typically used by the resource parser. |
loadResources | Loads resources defined as child nodes on a node. |
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
Method Details
load
Method to load this class from a URI and create it in global scope. This method is typically used by the resource parser.
Syntax
object.load ( ) Parameters
No arguments.
Return Type
void
loadResources
Loads resources defined as child nodes on a node.
Syntax
object.loadResources ( oNode,oParser ) Parameters
| Name | Type | Optional | Default | Descripton |
oNode | Node | Resources DOM node | ||
oParser | | parser (not used) |
Return Type
void
