TActionLink
extends TTextDisplay
in package
Action Link
Tags
Table of Contents
Properties
- $action : mixed
- $icon : mixed
- $size : mixed
- $toggleVisibility : mixed
Methods
- __construct() : mixed
- Class Constructor
- addFunction() : mixed
- Add a JavaScript function to be executed by the button
- addStyleClass() : mixed
- Add CSS class
- enableToggleVisibility() : mixed
- Enable toggle visible
- getAction() : mixed
- Returns the current calback
- getSize() : mixed
- Returns the field size
- setLabel() : mixed
- Replace current label
- setSize() : mixed
- Define the Text's width
- show() : mixed
Properties
$action
private
mixed
$action
$icon
private
mixed
$icon
$size
private
mixed
$size
= null
$toggleVisibility
private
mixed
$toggleVisibility
Methods
__construct()
Class Constructor
public
__construct( $value, $action[, $color = null ][, $size = null ][, $decoration = null ][, mixed $icon = null ]) : mixed
Parameters
addFunction()
Add a JavaScript function to be executed by the button
public
addFunction( $function) : mixed
Parameters
Tags
addStyleClass()
Add CSS class
public
addStyleClass(mixed $class) : mixed
Parameters
- $class : mixed
enableToggleVisibility()
Enable toggle visible
public
enableToggleVisibility([mixed $toggleVisibility = TRUE ]) : mixed
Parameters
- $toggleVisibility : mixed = TRUE
getAction()
Returns the current calback
public
getAction() : mixed
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