JPane/1.5
From Joomla! Documentation
JPane
Description
Description:JPane [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | _loadBehavior | Load the javascript behavior and attach it to the document. |
| public | endPane | Ends the pane. |
| public | endPanel | Ends a panel. |
| public | getInstance | Returns a reference to a JPanel object. |
| public | startPane | Creates a pane and creates the javascript object for it. |
| public | startPanel | Creates a panel with title text and starts that panel. |
- Defined in libraries/joomla/html/pane.php
- Extends JObject
- Extended by
Importing
jimport( 'joomla.html.pane' );
See also
-
JPane on api.joomla.org
-
JPane source code on JoomlaCode
-
Subpackage Html
- Other versions of JPane
User contributed notes
<CodeExamplesForm />