phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
CssButton.php
Go to the documentation of this file.
1 <?php
3 
5 abstract class CssButton extends BaseEnum {
6  const BTN_DEFAULT="btn-default", BTN_PRIMARY="btn-primary", BTN_SUCCESS="btn-success", BTN_INFO="btn-info", BTN_WARNING="btn-warning", BTN_DANGER="btn-danger";
7 }
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition: BaseEnum.php:11