
Public Member Functions | |
| __construct ($target, $newStyle) | |
| Creates a new style change action. | |
| getInvocation () | |
Static Public Member Functions | |
| static | createFromXML ($attrs, $children) |
Definition at line 7 of file TKChangeStyleAction.php5.
| TKChangeStyleAction::__construct | ( | $ | target, | |
| $ | newStyle | |||
| ) |
Creates a new style change action.
| $target | [TKComponent]: component whose style is to be changed | |
| $newStyle | [array]: associative array of CSS attribute => value pairs describing the new style of the target |
Reimplemented in TKHideAction, and TKShowAction.
Definition at line 17 of file TKChangeStyleAction.php5.
References SObject::setError().
| static TKChangeStyleAction::createFromXML | ( | $ | attrs, | |
| $ | children | |||
| ) | [static] |
For internal use only.
Reimplemented from TKAction.
Reimplemented in TKHideAction, and TKShowAction.
Definition at line 40 of file TKChangeStyleAction.php5.
References Toolkit::getComponent().
| TKChangeStyleAction::getInvocation | ( | ) |
For internal use only.
Reimplemented from TKAction.
Definition at line 33 of file TKChangeStyleAction.php5.
1.5.6