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