35 public function htmlCheckbox($identifier, $label=NULL, $value=NULL, $type=NULL) {
47 public function htmlRadios($identifier, $items=[], $label=NULL,$value=NULL, $type=NULL) {
48 return $this->
addHtmlComponent(HtmlFormFields::radios($identifier,$items,$label,$value,$type));
59 public function htmlRating($identifier, $value, $max, $icon=
"") {
80 public function htmlSearch($identifier, $placeholder=NULL, $icon=NULL) {
103 public function htmlModal($identifier, $header=
"", $content=
"", $actions=array()) {
113 public function htmlTab($identifier, $tabs=array()) {
123 public function htmlShape($identifier, $slides=array()) {
135 public function htmlDropdown($identifier, $value=
"", $items=array(),$associative=
true) {
BaseHtml for HTML components.
Ajax\semantic\html\modules$HtmlSlider This class is part of phpMv-ui.
htmlRadios($identifier, $items=[], $label=NULL, $value=NULL, $type=NULL)
htmlModal($identifier, $header="", $content="", $actions=array())
Returns a new semantic modal dialog.
htmlShape($identifier, $slides=array())
Returns a new Semantic Shape.
htmlRating($identifier, $value, $max, $icon="")
addHtmlComponent(BaseHtml $htmlComponent)
htmlAccordionMenu($identifier, $items=array())
Return a new Semantic Menu Accordion.
htmlCheckbox($identifier, $label=NULL, $value=NULL, $type=NULL)
Module checkbox.
htmlDimmer($identifier, $content=NULL)
htmlDropdown($identifier, $value="", $items=array(), $associative=true)
htmlAccordion($identifier)
Returns a new Semantic Accordion.
htmlSlider($identifier)
Returns a new Semantic Slider.
htmlSticky($identifier, $content=array())
Returns a new Semantic Sticky.
htmlTab($identifier, $tabs=array())
Returns a new Semantic Tab.
htmlPopup(BaseHtml $container, $identifier, $content)
htmlProgress($identifier, $value=0, $label=NULL)
htmlSearch($identifier, $placeholder=NULL, $icon=NULL)