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