JHtmlBootstrap::addSlide
Begins the display of a new accordion slide.
Signature
public function addSlide(string
$selector,
[string
$text = '',
[string
$id = '',
[string
$class = '']]] )
Parameters
-
$selector
- Identifier of the accordion group.
-
$text
- Text to display.
-
$id
- Identifier of the slide.
-
$class
- Class of the accordion group.
Returns
- string
- HTML to add the slide