phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Default HTML values for Twitter Bootstrap HTML components. More...
Static Public Member Functions | |
static | buttonStyles () |
static | Styles ($prefix="btn") |
static | sizes ($prefix="btn") |
static | position () |
static | alignment ($prefix="") |
static | navbarZoneClasses () |
static | glyphIcons () |
static | getStyle ($cssStyle, $prefix) |
return a valid style avaible values : "default","primary","success","info","warning","danger" | |
Data Fields | |
const | CSS_DEFAULT ="-default" |
const | CSS_PRIMARY ="-primary" |
const | CSS_SUCCESS ="-success" |
const | CSS_INFO ="-info" |
const | CSS_WARNING ="-warning" |
const | CSS_DANGER ="-danger" |
const | CSS_LINK ="-link" |
Default HTML values for Twitter Bootstrap HTML components.
Definition at line 12 of file CssRef.php.
|
static |
Definition at line 57 of file CssRef.php.
|
static |
Definition at line 15 of file CssRef.php.
|
static |
return a valid style avaible values : "default","primary","success","info","warning","danger"
string | int | $cssStyle |
Definition at line 346 of file CssRef.php.
|
static |
Definition at line 76 of file CssRef.php.
|
static |
Definition at line 67 of file CssRef.php.
|
static |
Definition at line 47 of file CssRef.php.
|
static |
Definition at line 38 of file CssRef.php.
|
static |
Definition at line 27 of file CssRef.php.
const CSS_DANGER ="-danger" |
Definition at line 13 of file CssRef.php.
const CSS_DEFAULT ="-default" |
Definition at line 13 of file CssRef.php.
const CSS_INFO ="-info" |
Definition at line 13 of file CssRef.php.
const CSS_LINK ="-link" |
Definition at line 13 of file CssRef.php.
const CSS_PRIMARY ="-primary" |
Definition at line 13 of file CssRef.php.
const CSS_SUCCESS ="-success" |
Definition at line 13 of file CssRef.php.
const CSS_WARNING ="-warning" |
Definition at line 13 of file CssRef.php.