JPane/1.5
From Joomla! Documentation
< JPane(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JPane== | ||
| + | ===Description=== | ||
| + | {{Description:JPane}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JPane|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JPane|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JPane::__construct/1.5|__construct]] | |[[JPane::__construct/1.5|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JPane::_loadBehavior/1.5|_loadBehavior]] | |[[JPane::_loadBehavior/1.5|_loadBehavior]] | ||
|Load the javascript behavior and attach it to the document. | |Load the javascript behavior and attach it to the document. | ||
|- | |- | ||
| + | |public | ||
|[[JPane::endPane/1.5|endPane]] | |[[JPane::endPane/1.5|endPane]] | ||
|Ends the pane. | |Ends the pane. | ||
|- | |- | ||
| + | |public | ||
|[[JPane::endPanel/1.5|endPanel]] | |[[JPane::endPanel/1.5|endPanel]] | ||
|Ends a panel. | |Ends a panel. | ||
|- | |- | ||
| + | |public | ||
|[[JPane::getInstance/1.5|getInstance]] | |[[JPane::getInstance/1.5|getInstance]] | ||
|Returns a reference to a JPanel object. | |Returns a reference to a JPanel object. | ||
|- | |- | ||
| + | |public | ||
|[[JPane::startPane/1.5|startPane]] | |[[JPane::startPane/1.5|startPane]] | ||
|Creates a pane and creates the javascript object for it. | |Creates a pane and creates the javascript object for it. | ||
|- | |- | ||
| + | |public | ||
|[[JPane::startPanel/1.5|startPanel]] | |[[JPane::startPanel/1.5|startPanel]] | ||
|Creates a panel with title text and starts that panel. | |Creates a panel with title text and starts that panel. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/pane.php | ||
| + | * '''Extends''' [[JObject/1.5|JObject]] | ||
| + | * '''Extended by''' | ||
| + | ** [[JPaneSliders/1.5|JPaneSliders]] | ||
| + | ** [[JPaneTabs/1.5|JPaneTabs]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.pane' );</source> | <source lang="php">jimport( 'joomla.html.pane' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JPane''' on [http://api.joomla.org/Joomla-Framework/Html/JPane.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JPane source code''' on [[jframework15:html/pane.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
| + | * [[JPane|Other versions of JPane]] | ||
| + | {{SeeAlso:JPane}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JPane|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JPane|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 58: | Line 66: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JPane]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JPane]]</noinclude> | ||
Revision as of 18:11, 25 April 2011
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 />