API17

Difference between revisions of "JHtmlSliders"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<span class="editsection" style="font-size:76%;">
+
=={{JVer|11.1}} JHtmlSliders==
<nowiki>[</nowiki>[[Description:JHtmlSliders|Edit Descripton]]<nowiki>]</nowiki>
+
===Description===
</span>
+
 
{{Description:JHtmlSliders}}
+
 
===Defined in===
 
libraries/joomla/html/html/sliders.php
 
* see source code in [[jplatform:html/html/sliders.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
===Extends===
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JHtmlSliders::end/11.1|end]]
+
|public static
 +
|[[API17:JHtmlSliders::end|end]]
 
|Close the current pane.  
 
|Close the current pane.  
 
|-
 
|-
|[[JHtmlSliders::panel/11.1|panel]]
+
|public static
 +
|[[API17:JHtmlSliders::panel|panel]]
 
|Begins the display of a new panel.  
 
|Begins the display of a new panel.  
 
|-
 
|-
|[[JHtmlSliders::start/11.1|start]]
+
|public static
 +
|[[API17:JHtmlSliders::start|start]]
 
|Creates a panes and loads the javascript behavior for it.  
 
|Creates a panes and loads the javascript behavior for it.  
 
|-
 
|-
|[[JHtmlSliders::_loadBehavior/11.1|_loadBehavior]]
+
|protected static
 +
|[[API17:JHtmlSliders::_loadBehavior|_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 source code in [[jplatform:html/html/sliders.php|BitBucket]]
+
* {{JVer|11.1}} '''JHtmlSliders source code''' on [[jplatform:html/html/sliders.php|BitBucket]]
* [[JHtmlSliders|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
{{SeeAlso:JHtmlSliders}}
+
* [[API17:JHtmlSliders|Other versions of JHtmlSliders]]
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlSliders|Edit See Also]]<nowiki>]</nowiki>
+
 
</span>
+
===User contributed notes===
===Examples===
+
=== Code Examples ===
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JHtmlSliders
 
category=JHtmlSliders
category=CodeExample
+
namespace=CodeExample
 
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 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:14, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlSliders[edit]

Description[edit]

Methods[edit]

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[edit]

jimport( 'joomla.html.html.sliders' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]