Class \Prado\Web\UI\WebControls\TButtonType
TButtonType class.
TButtonType defines the enumerable type for the possible types that a TButton can take.
The following enumerable values are defined:
- Submit: a normal submit button
- Reset: a reset button
- Button: a client button (normally does not perform form submission)
Class hierarchy
- \Prado\Web\UI\WebControls\TButtonType
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Button
|
'Button'
|
public
mixed
|
Reset
|
'Reset'
|
public
mixed
|
Submit
|
'Submit'
|