![]() | ![]() |
KoolTreeGrid Properties [PHP]
Summary
Methods | Description | |
![]() | Constructor | Create a KoolUI object. |
![]() | newUI | Public static method to create a new KoolUI object. |
![]() | getSetting | Return the setting array of a KoolUI object. |
![]() | set | Add setting to a KoolUI object. |
![]() | process | Let KoolUI process its setting before rendering. |
![]() | render | Render KoolUI javascript functions and html output. |
![]() | getBasedHtml | Return the html string based on which KoolUI would be built. |
![]() | getStartupJS | Return the javascript function name that would build KoolUI. |
Methods Detail
newUITop
KoolUI newUI(array $setting)
Public static method to create a new KoolUI object.
Supported from version: 1.0.0.0
getSettingTop
array getSetting()
Return the setting array of a KoolUI object.
Supported from version: 1.0.0.0
processTop
void process()
Let KoolUI process its setting before rendering.
Supported from version: 1.0.0.0
renderTop
void render()
Render KoolUI javascript functions and html output.
Supported from version: 1.0.0.0
getBasedHtmlTop
String getBasedHtml()
Return the html string element based on which KoolUI would be built.
Supported from version: 1.0.0.0
getStartupJSTop
String getStartupJS()
Return the javascript function name that would build KoolUI. Based html must be rendered before this javascript function could be called.
Supported from version: 1.0.0.0
![]() | ![]() |