Button
class Button extends BaseControl
Push button control with no default behavior.
Methods
__construct($caption = NULL)
No description
bool
isFilled()
Is button pressed?
Html|string
getLabel($caption = NULL)
Bypasses label generation.
Html|string
getControl($caption = NULL)
Generates control's HTML element.
Details
at line 22
__construct($caption = NULL)
No description
at line 33
bool
isFilled()
Is button pressed?
at line 44
Html|string
getLabel($caption = NULL)
Bypasses label generation.
at line 55
Html|string
getControl($caption = NULL)
Generates control's HTML element.