KoolUI Methods [Javascript]
Summary
Methods | Description | |
init | Build a KoolUI control. | |
getControls | Return KoolUI controls of the dom element. | |
getChildControls | Return KoolUI controls of the dom element and all of its descendants. |
Methods Detail
getControlsTop
KoolUIControls getControls(Dom dom)
Return KoolUI controls of the dom element.
Supported from version: 1.0.0.0
getChildControlsTop
KoolUIControls getChildControls(Dom dom)
Return KoolUI controls of the dom element and all of its descendants.
Supported from version: 1.0.0.0