Class 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)
- TEnumerable implements Iterator
-
TButtonType
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TButton.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TButton.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Submit |
'Submit' |
|
string |
Reset |
'Reset' |
|
string |
Button |
'Button' |