|
| addState ($state, $elements) |
|
| htmlButton ($identifier, $value=null, $cssStyle=null, $onClick=null) |
| Return a new Semantic Html Button. More...
|
|
| htmlButtonGroups ($identifier, $elements=array(), $asIcons=false) |
| Returns a group of Semantic buttons. More...
|
|
| htmlContainer ($identifier, $content="") |
| Returns a new Semantic container. More...
|
|
| htmlDivider ($identifier, $content="", $tagName="div") |
| Returns a new Semantic divider. More...
|
|
| htmlHeader ($identifier, $niveau=1, $content=NULL, $type="page") |
| Returns a new Semantic header. More...
|
|
| htmlIcon ($identifier, $icon) |
| Returns a new Semantic icon. More...
|
|
| htmlImage ($identifier, $src="", $alt="", $size=NULL) |
| Returns a new Semantic image. More...
|
|
| htmlIconGroups ($identifier, $icons=array(), $size="") |
| Returns a new Semantic group of images. More...
|
|
| htmlInput ($identifier, $type="text", $value="", $placeholder="") |
| Returns a new Semantic html input. More...
|
|
| htmlLabel ($identifier, $content="", $icon=NULL, $tagName="div") |
| Returns a new Semantic label. More...
|
|
| htmlLabelGroups ($identifier, $labels=array(), $attributes=array()) |
|
| htmlList ($identifier, $items=array()) |
| Returns a new Semantic list. More...
|
|
| htmlSegment ($identifier, $content="") |
| Adds a new segment, used to create a grouping of related content. More...
|
|
| htmlSegmentGroups ($identifier, $items=array()) |
| Adds a group of segments. More...
|
|
| htmlReveal ($identifier, $visibleContent, $hiddenContent, $type=RevealType::FADE, $attributeType=NULL) |
| Returns a new Semantic Reveal. More...
|
|
| htmlStep ($identifier, $steps=array()) |
| Returns a new Semantic Step. More...
|
|
| htmlFlag ($identifier, $flag) |
| Returns a new Semantic Flag. More...
|
|
| htmlEmoji ($identifier, $emoji) |
| Returns a new Semantic Emoji. More...
|
|
| htmlRail ($identifier, $content=null) |
| Returns a new Semantic Rail. More...
|
|