
Public Member Functions | |
| __construct ($target, $type= 'display') | |
| Creates a new hide action. | |
Static Public Member Functions | |
| static | createFromXML ($attrs, $children) |
Definition at line 7 of file TKHideAction.php5.
| TKHideAction::__construct | ( | $ | target, | |
| $ | type = 'display' | |||
| ) |
Creates a new hide action.
| $target | [mixed]: TKComponent to hide, or array of components to hide at once | |
| $type | [string]: how to hide component(s); must be either 'display' or 'visibility' |
Reimplemented from TKChangeStyleAction.
Definition at line 13 of file TKHideAction.php5.
| static TKHideAction::createFromXML | ( | $ | attrs, | |
| $ | children | |||
| ) | [static] |
For internal use only.
Reimplemented from TKChangeStyleAction.
Definition at line 21 of file TKHideAction.php5.
References Toolkit::getComponent().
1.5.6