XOAD_Controls Class.
This class allows you to register custom client controls.
Each control includes a JS file that defines the class that will handle the control. Additionally, you can attach a server class and a HTML code.
Example:
- XOAD_Controls::register('xoad', array('Panel', 'PanelTitle', 'PanelContent'), 'xoad.controls.panel.js');
Located in /extensions/controls/classes/Controls.class.php (line 55)
Registers a custom client control.
Each control includes a JS file that defines the class that will handle the control. Additionally, you can attach a server class and a HTML code.
Documentation generated on Sat, 12 Nov 2005 20:23:59 +0200 by phpDocumentor 1.3.0RC3