TExpander
extends TElement
in package
Expander Widget
Tags
Table of Contents
Properties
- $button : mixed
- $caret_side : mixed
- $container : mixed
- $label : mixed
Methods
- __construct() : mixed
- Class Constructor
- add() : mixed
- Add content to the expander
- setButtonProperty() : mixed
- Define a button property
- setCaretSide() : mixed
- Set caret side
- setProperty() : mixed
- Define a container property
- setPullSide() : mixed
- Define the pull side
- show() : mixed
- Shows the expander
Properties
$button
private
mixed
$button
$caret_side
private
mixed
$caret_side
$container
private
mixed
$container
$label
private
mixed
$label
Methods
__construct()
Class Constructor
public
__construct([mixed $label = '' ]) : mixed
Parameters
- $label : mixed = ''
add()
Add content to the expander
public
add( $content) : mixed
Parameters
setButtonProperty()
Define a button property
public
setButtonProperty( $property, $value) : mixed
Parameters
setCaretSide()
Set caret side
public
setCaretSide(mixed $caret_side) : mixed
Parameters
- $caret_side : mixed
Tags
setProperty()
Define a container property
public
setProperty( $property, $value) : mixed
Parameters
setPullSide()
Define the pull side
public
setPullSide(mixed $side) : mixed
Parameters
- $side : mixed
Tags
show()
Shows the expander
public
show() : mixed