Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
init () | |
addInclude ($file, $ext='.js') | |
addStaticInclude ($file, $ext='.js') | |
addStylesheet ($file, $ext='.css', $locate='css') | |
addStaticStylesheet ($file, $ext='.css', $locate='css') | |
addOnReady ($js) | |
chain ($object) | |
cutRender () | |
postRender () | |
getJS ($obj) |
addInclude | ( | $ | file, |
$ | ext = '.js' |
||
) |
Reimplemented in jUI.
addOnReady | ( | $ | js | ) |
Reimplemented in jUI.
addStaticInclude | ( | $ | file, |
$ | ext = '.js' |
||
) |
addStaticStylesheet | ( | $ | file, |
$ | ext = '.css' , |
||
$ | locate = 'css' |
||
) |
addStylesheet | ( | $ | file, |
$ | ext = '.css' , |
||
$ | locate = 'css' |
||
) |
Reimplemented in jUI.
chain | ( | $ | object | ) |
getJS | ( | $ | obj | ) |
init | ( | ) |
Initialize object. Always call parent
This method is called for initialization
Reimplemented from AbstractObject.
Reimplemented in jUI.
postRender | ( | ) |