[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Extension enabling a Widget to be a parent of another Widget.
File Size: | 876 lines (25 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Parent(config) X-Ref |
Widget extension providing functionality enabling a Widget to be a parent of another Widget. <p>In addition to the set of attributes supported by WidgetParent, the constructor configuration object can also contain a <code>children</code> which can be used to add child widgets to the parent during construction. The <code>children</code> property is an array of either child widget instances or child widget configuration objects, and is sugar for the <a href="#method_add">add</a> method. See the <a href="#method_add">add</a> for details on the structure of the child widget configuration object. param: {Object} config User configuration object. |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |