phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Public Member Functions | |
addHtmlComponent (BaseHtml $htmlComponent) | |
htmlCheckbox ($identifier, $label=NULL, $value=NULL, $type=NULL) | |
Module checkbox. | |
htmlRadios ($identifier, $items=[], $label=NULL, $value=NULL, $type=NULL) | |
htmlRating ($identifier, $value, $max, $icon="") | |
htmlProgress ($identifier, $value=0, $label=NULL) | |
htmlSearch ($identifier, $placeholder=NULL, $icon=NULL) | |
htmlDimmer ($identifier, $content=NULL) | |
htmlModal ($identifier, $header="", $content="", $actions=array()) | |
Returns a new semantic modal dialog. | |
htmlTab ($identifier, $tabs=array()) | |
Returns a new Semantic Tab. | |
htmlShape ($identifier, $slides=array()) | |
Returns a new Semantic Shape. | |
htmlDropdown ($identifier, $value="", $items=array(), $associative=true) | |
htmlPopup (BaseHtml $container, $identifier, $content) | |
htmlAccordion ($identifier) | |
Returns a new Semantic Accordion. | |
htmlAccordionMenu ($identifier, $items=array()) | |
Return a new Semantic Menu Accordion. | |
htmlSticky ($identifier, $content=array()) | |
Returns a new Semantic Sticky. | |
htmlSlider ($identifier) | |
Returns a new Semantic Slider. | |
Definition at line 23 of file SemanticHtmlModulesTrait.php.
|
abstract |
htmlAccordion | ( | $identifier | ) |
Returns a new Semantic Accordion.
string | $identifier |
Definition at line 154 of file SemanticHtmlModulesTrait.php.
htmlAccordionMenu | ( | $identifier, | |
$items = array() |
|||
) |
Return a new Semantic Menu Accordion.
string | $identifier |
Definition at line 163 of file SemanticHtmlModulesTrait.php.
htmlCheckbox | ( | $identifier, | |
$label = NULL , |
|||
$value = NULL , |
|||
$type = NULL |
|||
) |
Module checkbox.
string | $identifier | |
string | $label | |
mixed | $value | |
CheckboxType | $type |
Definition at line 35 of file SemanticHtmlModulesTrait.php.
htmlDimmer | ( | $identifier, | |
$content = NULL |
|||
) |
string | $identifier | |
mixed | $content |
Definition at line 90 of file SemanticHtmlModulesTrait.php.
htmlDropdown | ( | $identifier, | |
$value = "" , |
|||
$items = array() , |
|||
$associative = true |
|||
) |
string | $identifier | |
string | $value | |
array | $items | |
boolean | $associative |
Definition at line 135 of file SemanticHtmlModulesTrait.php.
htmlModal | ( | $identifier, | |
$header = "" , |
|||
$content = "" , |
|||
$actions = array() |
|||
) |
Returns a new semantic modal dialog.
string | $identifier | |
string | $header | |
string | $content | |
array | $actions |
Definition at line 103 of file SemanticHtmlModulesTrait.php.
htmlPopup | ( | BaseHtml | $container, |
$identifier, | |||
$content | |||
) |
string | $identifier | |
mixed | $content |
Definition at line 145 of file SemanticHtmlModulesTrait.php.
htmlProgress | ( | $identifier, | |
$value = 0 , |
|||
$label = NULL |
|||
) |
string | $identifier | |
int | $value | |
string | $label |
Definition at line 70 of file SemanticHtmlModulesTrait.php.
htmlRadios | ( | $identifier, | |
$items = [] , |
|||
$label = NULL , |
|||
$value = NULL , |
|||
$type = NULL |
|||
) |
string | $identifier | |
array | $items | |
string | $label | |
mixed | $value | |
string | $type |
Definition at line 47 of file SemanticHtmlModulesTrait.php.
htmlRating | ( | $identifier, | |
$value, | |||
$max, | |||
$icon = "" |
|||
) |
string | $identifier | |
int | $value | |
int | $max | |
string | $icon |
Definition at line 59 of file SemanticHtmlModulesTrait.php.
htmlSearch | ( | $identifier, | |
$placeholder = NULL , |
|||
$icon = NULL |
|||
) |
string | $identifier | |
string | $placeholder |
Definition at line 80 of file SemanticHtmlModulesTrait.php.
htmlShape | ( | $identifier, | |
$slides = array() |
|||
) |
Returns a new Semantic Shape.
array | $slides |
Definition at line 123 of file SemanticHtmlModulesTrait.php.
htmlSlider | ( | $identifier | ) |
Returns a new Semantic Slider.
string | $identifier |
Definition at line 183 of file SemanticHtmlModulesTrait.php.
htmlSticky | ( | $identifier, | |
$content = array() |
|||
) |
Returns a new Semantic Sticky.
string | $identifier | |
array | $content |
Definition at line 174 of file SemanticHtmlModulesTrait.php.
htmlTab | ( | $identifier, | |
$tabs = array() |
|||
) |
Returns a new Semantic Tab.
array | $tabs |
Definition at line 113 of file SemanticHtmlModulesTrait.php.