[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Provides the base Widget class, with HTML Parser support
File Size: | 1296 lines (35 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Widget(config) X-Ref |
A base class for widgets, providing: <ul> <li>The render lifecycle method, in addition to the init and destroy lifecycle methods provide by Base</li> <li>Abstract methods to support consistent MVC structure across widgets: renderer, renderUI, bindUI, syncUI</li> <li>Support for common widget attributes, such as boundingBox, contentBox, visible, disabled, focused, strings</li> </ul> param: config {Object} Object literal specifying widget configuration properties. |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |