API17:JHtmlSliders
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JHtmlSliders== | ||
| + | ===Description=== | ||
| + | {{Description:JHtmlSliders}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JHtmlSliders|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlSliders|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSliders::end/11.1|end]] | |[[JHtmlSliders::end/11.1|end]] | ||
|Close the current pane. | |Close the current pane. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSliders::panel/11.1|panel]] | |[[JHtmlSliders::panel/11.1|panel]] | ||
|Begins the display of a new panel. | |Begins the display of a new panel. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSliders::start/11.1|start]] | |[[JHtmlSliders::start/11.1|start]] | ||
|Creates a panes and loads the javascript behavior for it. | |Creates a panes and loads the javascript behavior for it. | ||
|- | |- | ||
| + | |protected static | ||
|[[JHtmlSliders::_loadBehavior/11.1|_loadBehavior]] | |[[JHtmlSliders::_loadBehavior/11.1|_loadBehavior]] | ||
|Load the JavaScript behavior. | |Load the JavaScript behavior. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/html/sliders.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.sliders' );</source> | <source lang="php">jimport( 'joomla.html.html.sliders' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JHtmlSliders|Other versions of | + | * {{JVer|11.1}} '''JHtmlSliders source code''' on [[jplatform:html/html/sliders.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]] | ||
| + | * [[JHtmlSliders|Other versions of JHtmlSliders]] | ||
{{SeeAlso:JHtmlSliders}} | {{SeeAlso:JHtmlSliders}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlSliders|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlSliders|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 49: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHtmlSliders]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHtmlSliders]]</noinclude> |
Revision as of 13:52, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlSliders
Description
Description:JHtmlSliders [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | end | Close the current pane. |
| public static | panel | Begins the display of a new panel. |
| public static | start | Creates a panes and loads the javascript behavior for it. |
| protected static | _loadBehavior | Load the JavaScript behavior. |
- Defined in libraries/joomla/html/html/sliders.php
Importing
jimport( 'joomla.html.html.sliders' );
See also
-
JHtmlSliders source code on BitBucket
-
Subpackage Html
- Other versions of JHtmlSliders
SeeAlso:JHtmlSliders [Edit See Also]
User contributed notes
<CodeExamplesForm />
