API16

Difference between revisions of "JHtmlSliders"

From Joomla! Documentation

m (clean up)
m (preparing for archive only)
 
Line 1: Line 1:
{{subst:Description:JHtmlSliders}}
 
 
 
===Defined in===
 
===Defined in===
 
libraries/joomla/html/html/sliders.php
 
libraries/joomla/html/html/sliders.php
Line 23: Line 21:
  
  
{{subst:SeeAlso:JHtmlSliders}}
+
 
  
 
===Examples===
 
===Examples===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
  noresultsheader=\n
 
  noresultsheader=\n
 
  category=JHtmlSliders
 
  category=JHtmlSliders
  category=CodeExample
+
  namespace=CodeExample
 
  category=ClassExample
 
  category=ClassExample
 
  include=*
 
  include=*
 
  format= ,,,
 
  format= ,,,
 
</dpl>
 
</dpl>

Latest revision as of 20:47, 24 March 2017

The "API16" 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.

Defined in[edit]

libraries/joomla/html/html/sliders.php

Methods[edit]

Method name Description
start Creates a panes and loads the javascript behavior for it.
end Close the current pane.
panel Begins the display of a new panel.

Importing[edit]

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



Examples[edit]

Code Examples[edit]