34 State::add($state, $elements);
48 public function htmlButton($identifier, $value =
null, $cssStyle =
null, $onClick =
null) {
88 public function htmlDivider($identifier, $content =
"", $tagName =
"div") {
103 public function htmlHeader($identifier, $niveau = 1, $content = NULL, $type =
"page") {
131 public function htmlImage($identifier, $src =
"", $alt =
"", $size = NULL) {
160 public function htmlInput($identifier, $type =
"text", $value =
"", $placeholder =
"") {
174 public function htmlLabel($identifier, $content =
"", $icon = NULL, $tagName =
"div") {
185 public function htmlLabelGroups($identifier, $labels = array(), $attributes = array()) {
196 public function htmlList($identifier, $items = array()) {
233 public function htmlReveal($identifier, $visibleContent, $hiddenContent, $type = RevealType::FADE, $attributeType = NULL) {
244 public function htmlStep($identifier, $steps = array()) {
278 public function htmlRail($identifier, $content =
null) {
BaseHtml for HTML components.
Base class for Semantic double elements.
Semantic UI container component.
Semantic UI divider component.
Semantic Emoji component Ajax\semantic\html\elements$HtmlIcon This class is part of phpMv-ui.
Semantic Icons group component.
Semantic Image component.
Semantic Label groups component.
Semantic Label component.
Semantic Segment element.
htmlEmoji($identifier, $emoji)
Returns a new Semantic Emoji.
htmlStep($identifier, $steps=array())
Returns a new Semantic Step.
htmlSegmentGroups($identifier, $items=array())
Adds a group of segments.
htmlImage($identifier, $src="", $alt="", $size=NULL)
Returns a new Semantic image.
htmlList($identifier, $items=array())
Returns a new Semantic list.
htmlContainer($identifier, $content="")
Returns a new Semantic container.
htmlIcon($identifier, $icon)
Returns a new Semantic icon.
htmlSegment($identifier, $content="")
Adds a new segment, used to create a grouping of related content.
htmlIconGroups($identifier, $icons=array(), $size="")
Returns a new Semantic group of images.
htmlFlag($identifier, $flag)
Returns a new Semantic Flag.
addHtmlComponent(BaseHtml $htmlComponent)
htmlRail($identifier, $content=null)
Returns a new Semantic Rail.
htmlLabel($identifier, $content="", $icon=NULL, $tagName="div")
Returns a new Semantic label.
htmlLabelGroups($identifier, $labels=array(), $attributes=array())
addState($state, $elements)
htmlHeader($identifier, $niveau=1, $content=NULL, $type="page")
Returns a new Semantic header.
htmlReveal($identifier, $visibleContent, $hiddenContent, $type=RevealType::FADE, $attributeType=NULL)
Returns a new Semantic Reveal.
htmlDivider($identifier, $content="", $tagName="div")
Returns a new Semantic divider.
htmlButton($identifier, $value=null, $cssStyle=null, $onClick=null)
Return a new Semantic Html Button.
htmlInput($identifier, $type="text", $value="", $placeholder="")
Returns a new Semantic html input.
htmlButtonGroups($identifier, $elements=array(), $asIcons=false)
Returns a group of Semantic buttons.