Using the JPane classes in a component: Difference between revisions
From Joomla! Documentation
No edit summary |
|||
Line 1: | Line 1: | ||
JPane class types include 'Tabs' and 'Sliders'. | JPane class types include 'Tabs' and 'Sliders'. | ||
Sliders implement the mootools accordian effect. Examples are the Joomla Admin parameters settings. | Sliders implement the mootools accordian effect. Examples are the Joomla Admin parameters settings. | ||
Line 5: | Line 6: | ||
JPanes contain Panels | JPanes contain Panels | ||
startPanel() and endPanel() require name and ID parameters. | startPanel() and endPanel() require name and ID parameters. |
Revision as of 23:24, 19 January 2008
JPane class types include 'Tabs' and 'Sliders'.
Sliders implement the mootools accordian effect. Examples are the Joomla Admin parameters settings.
startPane and endPane() require a string identifier.
JPanes contain Panels
startPanel() and endPanel() require name and ID parameters.