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) | |
addState ($state, $elements) | |
htmlButton ($identifier, $value=null, $cssStyle=null, $onClick=null) | |
Return a new Semantic Html Button. | |
htmlButtonGroups ($identifier, $elements=array(), $asIcons=false) | |
Returns a group of Semantic buttons. | |
htmlContainer ($identifier, $content="") | |
Returns a new Semantic container. | |
htmlDivider ($identifier, $content="", $tagName="div") | |
Returns a new Semantic divider. | |
htmlHeader ($identifier, $niveau=1, $content=NULL, $type="page") | |
Returns a new Semantic header. | |
htmlIcon ($identifier, $icon) | |
Returns a new Semantic icon. | |
htmlImage ($identifier, $src="", $alt="", $size=NULL) | |
Returns a new Semantic image. | |
htmlIconGroups ($identifier, $icons=array(), $size="") | |
Returns a new Semantic group of images. | |
htmlInput ($identifier, $type="text", $value="", $placeholder="") | |
Returns a new Semantic html input. | |
htmlLabel ($identifier, $content="", $icon=NULL, $tagName="div") | |
Returns a new Semantic label. | |
htmlLabelGroups ($identifier, $labels=array(), $attributes=array()) | |
htmlList ($identifier, $items=array()) | |
Returns a new Semantic list. | |
htmlSegment ($identifier, $content="") | |
Adds a new segment, used to create a grouping of related content. | |
htmlSegmentGroups ($identifier, $items=array()) | |
Adds a group of segments. | |
htmlReveal ($identifier, $visibleContent, $hiddenContent, $type=RevealType::FADE, $attributeType=NULL) | |
Returns a new Semantic Reveal. | |
htmlStep ($identifier, $steps=array()) | |
Returns a new Semantic Step. | |
htmlFlag ($identifier, $flag) | |
Returns a new Semantic Flag. | |
htmlEmoji ($identifier, $emoji) | |
Returns a new Semantic Emoji. | |
htmlRail ($identifier, $content=null) | |
Returns a new Semantic Rail. | |
Definition at line 29 of file SemanticHtmlElementsTrait.php.
|
abstract |
addState | ( | $state, | |
$elements | |||
) |
Definition at line 33 of file SemanticHtmlElementsTrait.php.
htmlButton | ( | $identifier, | |
$value = null , |
|||
$cssStyle = null , |
|||
$onClick = null |
|||
) |
Return a new Semantic Html Button.
string | $identifier | |
string | $value | |
string | $cssStyle | |
string | $onClick |
Definition at line 48 of file SemanticHtmlElementsTrait.php.
htmlButtonGroups | ( | $identifier, | |
$elements = array() , |
|||
$asIcons = false |
|||
) |
Returns a group of Semantic buttons.
string | $identifier | |
array | $elements | |
boolean | $asIcons |
Definition at line 62 of file SemanticHtmlElementsTrait.php.
htmlContainer | ( | $identifier, | |
$content = "" |
|||
) |
Returns a new Semantic container.
string | $identifier | |
string | $content |
Definition at line 75 of file SemanticHtmlElementsTrait.php.
htmlDivider | ( | $identifier, | |
$content = "" , |
|||
$tagName = "div" |
|||
) |
Returns a new Semantic divider.
string | $identifier | |
string | $content |
Definition at line 88 of file SemanticHtmlElementsTrait.php.
htmlEmoji | ( | $identifier, | |
$emoji | |||
) |
Returns a new Semantic Emoji.
string | $identifier | |
string | $emoji |
Definition at line 267 of file SemanticHtmlElementsTrait.php.
htmlFlag | ( | $identifier, | |
$flag | |||
) |
Returns a new Semantic Flag.
string | $identifier | |
string | $flag |
Definition at line 256 of file SemanticHtmlElementsTrait.php.
htmlHeader | ( | $identifier, | |
$niveau = 1 , |
|||
$content = NULL , |
|||
$type = "page" |
|||
) |
Returns a new Semantic header.
string | $identifier | |
number | $niveau | |
mixed | $content | |
string | $type |
Definition at line 103 of file SemanticHtmlElementsTrait.php.
htmlIcon | ( | $identifier, | |
$icon | |||
) |
Returns a new Semantic icon.
string | $identifier | |
string | $icon |
Definition at line 116 of file SemanticHtmlElementsTrait.php.
htmlIconGroups | ( | $identifier, | |
$icons = array() , |
|||
$size = "" |
|||
) |
Returns a new Semantic group of images.
string | $identifier | |
array | $icons | |
string | $size |
Definition at line 145 of file SemanticHtmlElementsTrait.php.
htmlImage | ( | $identifier, | |
$src = "" , |
|||
$alt = "" , |
|||
$size = NULL |
|||
) |
Returns a new Semantic image.
string | $identifier | |
string | $src | |
string | $alt | |
string | $size |
Definition at line 131 of file SemanticHtmlElementsTrait.php.
htmlInput | ( | $identifier, | |
$type = "text" , |
|||
$value = "" , |
|||
$placeholder = "" |
|||
) |
Returns a new Semantic html input.
string | $identifier | |
string | $type | |
string | $value | |
string | $placeholder |
Definition at line 160 of file SemanticHtmlElementsTrait.php.
htmlLabel | ( | $identifier, | |
$content = "" , |
|||
$icon = NULL , |
|||
$tagName = "div" |
|||
) |
Returns a new Semantic label.
string | $identifier | |
string | $content | |
string | $tagName |
Definition at line 174 of file SemanticHtmlElementsTrait.php.
htmlLabelGroups | ( | $identifier, | |
$labels = array() , |
|||
$attributes = array() |
|||
) |
string | $identifier | |
array | $labels | |
array | $attributes |
Definition at line 185 of file SemanticHtmlElementsTrait.php.
htmlList | ( | $identifier, | |
$items = array() |
|||
) |
Returns a new Semantic list.
string | $identifier | |
array | $items |
Definition at line 196 of file SemanticHtmlElementsTrait.php.
htmlRail | ( | $identifier, | |
$content = null |
|||
) |
Returns a new Semantic Rail.
string | $identifier | |
mixed | $content |
Definition at line 278 of file SemanticHtmlElementsTrait.php.
htmlReveal | ( | $identifier, | |
$visibleContent, | |||
$hiddenContent, | |||
$type = RevealType::FADE , |
|||
$attributeType = NULL |
|||
) |
Returns a new Semantic Reveal.
string | $identifier | |
string | HtmlSemDoubleElement | $visibleContent | |
string | HtmlSemDoubleElement | $hiddenContent | |
RevealType | string | $type | |
Direction | string | $attributeType |
Definition at line 233 of file SemanticHtmlElementsTrait.php.
htmlSegment | ( | $identifier, | |
$content = "" |
|||
) |
Adds a new segment, used to create a grouping of related content.
string | $identifier | |
string | $content |
Definition at line 207 of file SemanticHtmlElementsTrait.php.
htmlSegmentGroups | ( | $identifier, | |
$items = array() |
|||
) |
Adds a group of segments.
string | $identifier | |
array | $items | the segments |
Definition at line 219 of file SemanticHtmlElementsTrait.php.
htmlStep | ( | $identifier, | |
$steps = array() |
|||
) |
Returns a new Semantic Step.
string | $identifier | |
array | $steps |
Definition at line 244 of file SemanticHtmlElementsTrait.php.