|
Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
| init () | |
| addTab ($title, $name=null) | |
| addTabURL ($page, $title, $args=array()) | |
| defaultTemplate () | |
Data Fields | |
| $tab_template = null | |
Implementation of jQuery UI Tabs
Use: $tabs=$this->add('Tabs'); $tabs->addTab('Tab1')->add('LoremIpsum');
$tabs->addTabURL('./details','Details'); // AJAX tab
| addTab | ( | $ | title, |
| $ | name = null |
||
| ) |
| addTabURL | ( | $ | page, |
| $ | title, | ||
| $ | args = array() |
||
| ) |
| defaultTemplate | ( | ) |
| init | ( | ) |
Initialize object. Always call parent
This method is called for initialization
Reimplemented from AbstractObject.
| $tab_template = null |