API17

JPaneSliders

From Joomla! Documentation

Revision as of 18:00, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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.

[Edit Descripton] Template:Description:JPaneSliders

Defined in[edit]

libraries/joomla/html/pane.php

Subpackage[edit]

Html

Extends[edit]

JPane

Extended by[edit]

Methods[edit]

Method name Description
__construct Constructor.
endPane Ends the pane.
endPanel Ends a tab page.
startPane Creates a pane and creates the javascript object for it.
startPanel Creates a tab panel with title text and starts that panel.
_loadBehavior Load the javascript behavior and attach it to the document.

Importing[edit]

jimport( 'joomla.html.pane' );

See also[edit]

Template:SeeAlso:JPaneSliders [Edit See Also]

Examples[edit]

<CodeExamplesForm />