TTextDisplay
extends TElement
in package
Text Display
Tags
Table of Contents
Properties
- $size : mixed
- $toggleVisibility : mixed
Methods
- __construct() : mixed
- Class Constructor
- enableToggleVisibility() : mixed
- Enable toggle visible
- getSize() : mixed
- Returns the field size
- setLabel() : mixed
- Replace current label
- setSize() : mixed
- Define the Text's width
- show() : mixed
Properties
$size
private
mixed
$size
= null
$toggleVisibility
private
mixed
$toggleVisibility
Methods
__construct()
Class Constructor
public
__construct( $value[, $color = null ][, $fontSize = null ][, $decoration = null ]) : mixed
Parameters
enableToggleVisibility()
Enable toggle visible
public
enableToggleVisibility([mixed $toggleVisibility = TRUE ]) : mixed
Parameters
- $toggleVisibility : mixed = TRUE
getSize()
Returns the field size
public
getSize() : mixed
setLabel()
Replace current label
public
setLabel(mixed $label) : mixed
Parameters
- $label : mixed
setSize()
Define the Text's width
public
setSize( $width) : mixed
Parameters
show()
public
show() : mixed