|
phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Inheritance diagram for CssButton:Data Fields | |
| const | BTN_DEFAULT ="btn-default" |
| const | BTN_PRIMARY ="btn-primary" |
| const | BTN_SUCCESS ="btn-success" |
| const | BTN_INFO ="btn-info" |
| const | BTN_WARNING ="btn-warning" |
| const | BTN_DANGER ="btn-danger" |
Additional Inherited Members | |
Static Public Member Functions inherited from BaseEnum | |
| static | getConstants () |
| static | getConstantValues ($postFix="", $prefixBefore=false) |
| static | isValidName ($name, $strict=false) |
| static | isValidValue ($value) |
| static | getRandomValue (bool $unique=false) |
Definition at line 5 of file CssButton.php.
| const BTN_DANGER ="btn-danger" |
Definition at line 6 of file CssButton.php.
| const BTN_DEFAULT ="btn-default" |
Definition at line 6 of file CssButton.php.
| const BTN_INFO ="btn-info" |
Definition at line 6 of file CssButton.php.
| const BTN_PRIMARY ="btn-primary" |
Definition at line 6 of file CssButton.php.
| const BTN_SUCCESS ="btn-success" |
Definition at line 6 of file CssButton.php.
| const BTN_WARNING ="btn-warning" |
Definition at line 6 of file CssButton.php.