PHP Class Prado\Web\UI\WebControls\TButtonType

TButtonType defines the enumerable type for the possible types that a {@link 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)
Since: 3.0.4
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEnumerable
Datei anzeigen Open project: pradosoft/prado