phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Functions | |
generic ($attachTo=NULL, $params=NULL) | |
popup ($attachTo=NULL, $params=NULL) | |
dropdown ($attachTo=NULL, $params=NULL) | |
accordion ($attachTo=NULL, $params=NULL) | |
sticky ($attachTo=NULL, $params=NULL) | |
checkbox ($attachTo=NULL, $params=NULL) | |
rating ($attachTo=NULL, $params=NULL) | |
progress ($attachTo=NULL, $params=NULL) | |
search ($attachTo=NULL, $params=NULL) | |
dimmer ($attachTo=NULL, $params=NULL) | |
modal ($attachTo=NULL, $params=NULL, $paramsParts=NULL) | |
tab ($attachTo=NULL, $params=NULL) | |
shape ($attachTo=NULL, $params=NULL) | |
form ($attachTo=NULL, $params=NULL) | |
toast ($attachTo=NULL, $params=NULL) | |
slider ($attachTo=NULL, $params=NULL) | |
htmlTable ($identifier, $rowCount, $colCount) | |
htmlMessage ($identifier, $content="", $styles=NULL) | |
Adds a new message. More... | |
htmlMenu ($identifier, $items=array()) | |
htmlIconMenu ($identifier, $items=array()) | |
Adds an icon menu. More... | |
htmlLabeledIconMenu ($identifier, $items=array()) | |
Adds an labeled icon menu. More... | |
htmlBreadcrumb ($identifier, $items=array(), $autoActive=true, $startIndex=0, $hrefFunction=NULL) | |
Returns a new Semantic Html Breadcrumb. More... | |
htmlForm ($identifier, $elements=array()) | |
Returns a new Semantic Form. More... | |
htmlGrid ($identifier, $numRows=1, $numCols=NULL, $createCols=true, $implicitRows=false) | |
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... | |
htmlCheckbox ($identifier, $label=NULL, $value=NULL, $type=NULL) | |
Module checkbox. More... | |
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. More... | |
htmlTab ($identifier, $tabs=array()) | |
Returns a new Semantic Tab. More... | |
htmlShape ($identifier, $slides=array()) | |
Returns a new Semantic Shape. More... | |
htmlDropdown ($identifier, $value="", $items=array(), $associative=true) | |
htmlPopup (BaseHtml $container, $identifier, $content) | |
htmlAccordion ($identifier) | |
Returns a new Semantic Accordion. More... | |
htmlAccordionMenu ($identifier, $items=array()) | |
Return a new Semantic Menu Accordion. More... | |
htmlSticky ($identifier, $content=array()) | |
Returns a new Semantic Sticky. More... | |
htmlSlider ($identifier) | |
Returns a new Semantic Slider. More... | |
htmlCard ($identifier) | |
htmlCardGroups ($identifier, $cards=array()) | |
htmlItems ($identifier, $items=array()) | |
dataTable ($identifier, $model, $instances=null) | |
jsonDataTable ($identifier, $model, $instances=null) | |
dataElement ($identifier, $instance=null) | |
dataForm ($identifier, $instance) | |
defaultLogin ($identifier, $instance=null) | |
smallLogin ($identifier, $instance=null) | |
segmentedLogin ($identifier, $instance=null) | |
defaultAccount ($identifier, $instance=null) | |
Variables | |
trait | SemanticComponentsTrait |
trait | SemanticHtmlCollectionsTrait |
trait | SemanticHtmlElementsTrait |
trait | SemanticHtmlModulesTrait |
trait | SemanticHtmlViewsTrait |
trait | SemanticWidgetsTrait |
Ajax\semantic\traits\accordion | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 74 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\addState | ( | $state, | |
$elements | |||
) |
Definition at line 33 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\checkbox | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 92 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\dataElement | ( | $identifier, | |
$instance = null |
|||
) |
string | $identifier | |
object | $instance |
Definition at line 41 of file SemanticWidgetsTrait.php.
Ajax\semantic\traits\dataForm | ( | $identifier, | |
$instance | |||
) |
string | $identifier | |
object | $instance |
Definition at line 50 of file SemanticWidgetsTrait.php.
Ajax\semantic\traits\dataTable | ( | $identifier, | |
$model, | |||
$instances = null |
|||
) |
string | $identifier | |
string | $model | |
array | $instances |
Definition at line 22 of file SemanticWidgetsTrait.php.
Ajax\semantic\traits\defaultAccount | ( | $identifier, | |
$instance = null |
|||
) |
string | $identifier | |
object | $instance |
Definition at line 86 of file SemanticWidgetsTrait.php.
Ajax\semantic\traits\defaultLogin | ( | $identifier, | |
$instance = null |
|||
) |
string | $identifier | |
object | $instance |
Definition at line 59 of file SemanticWidgetsTrait.php.
Ajax\semantic\traits\dimmer | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 128 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\dropdown | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 64 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\form | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 168 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\generic | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 44 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\htmlAccordion | ( | $identifier | ) |
Returns a new Semantic Accordion.
string | $identifier |
Definition at line 154 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\htmlAccordionMenu | ( | $identifier, | |
$items = array() |
|||
) |
Return a new Semantic Menu Accordion.
string | $identifier |
Definition at line 163 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\htmlBreadcrumb | ( | $identifier, | |
$items = array() , |
|||
$autoActive = true , |
|||
$startIndex = 0 , |
|||
$hrefFunction = NULL |
|||
) |
Returns a new Semantic Html Breadcrumb.
string | $identifier | |
array | $items | |
boolean | $autoActive | sets the last element's class to active if true. default : true |
callable | $hrefFunction | the function who generates the href elements. default : function($e){return $e->getContent()} |
Definition at line 79 of file SemanticHtmlCollectionsTrait.php.
Ajax\semantic\traits\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.
Ajax\semantic\traits\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.
Ajax\semantic\traits\htmlCard | ( | $identifier | ) |
string | $identifier |
Definition at line 19 of file SemanticHtmlViewsTrait.php.
Ajax\semantic\traits\htmlCardGroups | ( | $identifier, | |
$cards = array() |
|||
) |
string | $identifier | |
array | $items |
Definition at line 28 of file SemanticHtmlViewsTrait.php.
Ajax\semantic\traits\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.
Ajax\semantic\traits\htmlContainer | ( | $identifier, | |
$content = "" |
|||
) |
Returns a new Semantic container.
string | $identifier | |
string | $content |
Definition at line 75 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\htmlDimmer | ( | $identifier, | |
$content = NULL |
|||
) |
string | $identifier | |
mixed | $content |
Definition at line 90 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\htmlDivider | ( | $identifier, | |
$content = "" , |
|||
$tagName = "div" |
|||
) |
Returns a new Semantic divider.
string | $identifier | |
string | $content |
Definition at line 88 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\htmlDropdown | ( | $identifier, | |
$value = "" , |
|||
$items = array() , |
|||
$associative = true |
|||
) |
string | $identifier | |
string | $value | |
array | $items | |
boolean | $associative |
Definition at line 135 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\htmlEmoji | ( | $identifier, | |
$emoji | |||
) |
Returns a new Semantic Emoji.
string | $identifier | |
string | $emoji |
Definition at line 267 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\htmlFlag | ( | $identifier, | |
$flag | |||
) |
Returns a new Semantic Flag.
string | $identifier | |
string | $flag |
Definition at line 256 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\htmlForm | ( | $identifier, | |
$elements = array() |
|||
) |
Returns a new Semantic Form.
string | $identifier | |
array | $elements |
Definition at line 90 of file SemanticHtmlCollectionsTrait.php.
Ajax\semantic\traits\htmlGrid | ( | $identifier, | |
$numRows = 1 , |
|||
$numCols = NULL , |
|||
$createCols = true , |
|||
$implicitRows = false |
|||
) |
string | $identifier | |
int | $numRows | |
int | $numCols | |
boolean | $createCols | |
boolean | $implicitRows |
Definition at line 103 of file SemanticHtmlCollectionsTrait.php.
Ajax\semantic\traits\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.
Ajax\semantic\traits\htmlIcon | ( | $identifier, | |
$icon | |||
) |
Returns a new Semantic icon.
string | $identifier | |
string | $icon |
Definition at line 116 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\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.
Ajax\semantic\traits\htmlIconMenu | ( | $identifier, | |
$items = array() |
|||
) |
Adds an icon menu.
string | $identifier | |
array | $items | icons |
Definition at line 58 of file SemanticHtmlCollectionsTrait.php.
Ajax\semantic\traits\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.
Ajax\semantic\traits\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.
Ajax\semantic\traits\htmlItems | ( | $identifier, | |
$items = array() |
|||
) |
string | $identifier | |
array | $items |
Definition at line 37 of file SemanticHtmlViewsTrait.php.
Ajax\semantic\traits\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.
Ajax\semantic\traits\htmlLabeledIconMenu | ( | $identifier, | |
$items = array() |
|||
) |
Adds an labeled icon menu.
string | $identifier | |
array | $items | icons |
Definition at line 67 of file SemanticHtmlCollectionsTrait.php.
Ajax\semantic\traits\htmlLabelGroups | ( | $identifier, | |
$labels = array() , |
|||
$attributes = array() |
|||
) |
string | $identifier | |
array | $labels | |
array | $attributes |
Definition at line 185 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\htmlList | ( | $identifier, | |
$items = array() |
|||
) |
Returns a new Semantic list.
string | $identifier | |
array | $items |
Definition at line 196 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\htmlMenu | ( | $identifier, | |
$items = array() |
|||
) |
string | $identifier | |
array | $items |
Definition at line 49 of file SemanticHtmlCollectionsTrait.php.
Ajax\semantic\traits\htmlMessage | ( | $identifier, | |
$content = "" , |
|||
$styles = NULL |
|||
) |
Adds a new message.
string | $identifier | |
string | $content | |
$styles | string|array|NULL |
Definition at line 36 of file SemanticHtmlCollectionsTrait.php.
Ajax\semantic\traits\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.
Ajax\semantic\traits\htmlPopup | ( | BaseHtml | $container, |
$identifier, | |||
$content | |||
) |
string | $identifier | |
mixed | $content |
Definition at line 145 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\htmlProgress | ( | $identifier, | |
$value = 0 , |
|||
$label = NULL |
|||
) |
string | $identifier | |
int | $value | |
string | $label |
Definition at line 70 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\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.
Ajax\semantic\traits\htmlRail | ( | $identifier, | |
$content = null |
|||
) |
Returns a new Semantic Rail.
string | $identifier | |
mixed | $content |
Definition at line 278 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\htmlRating | ( | $identifier, | |
$value, | |||
$max, | |||
$icon = "" |
|||
) |
string | $identifier | |
int | $value | |
int | $max | |
string | $icon |
Definition at line 59 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\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.
Ajax\semantic\traits\htmlSearch | ( | $identifier, | |
$placeholder = NULL , |
|||
$icon = NULL |
|||
) |
string | $identifier | |
string | $placeholder |
Definition at line 80 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\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.
Ajax\semantic\traits\htmlSegmentGroups | ( | $identifier, | |
$items = array() |
|||
) |
Adds a group of segments.
string | $identifier | |
array | $items | the segments |
Definition at line 219 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\htmlShape | ( | $identifier, | |
$slides = array() |
|||
) |
Returns a new Semantic Shape.
array | $slides |
Definition at line 123 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\htmlSlider | ( | $identifier | ) |
Returns a new Semantic Slider.
string | $identifier |
Definition at line 183 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\htmlStep | ( | $identifier, | |
$steps = array() |
|||
) |
Returns a new Semantic Step.
string | $identifier | |
array | $steps |
Definition at line 244 of file SemanticHtmlElementsTrait.php.
Ajax\semantic\traits\htmlSticky | ( | $identifier, | |
$content = array() |
|||
) |
Returns a new Semantic Sticky.
string | $identifier | |
array | $content |
Definition at line 174 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\htmlTab | ( | $identifier, | |
$tabs = array() |
|||
) |
Returns a new Semantic Tab.
array | $tabs |
Definition at line 113 of file SemanticHtmlModulesTrait.php.
Ajax\semantic\traits\htmlTable | ( | $identifier, | |
$rowCount, | |||
$colCount | |||
) |
string | $identifier | |
int | $rowCount | |
int | $colCount |
Definition at line 25 of file SemanticHtmlCollectionsTrait.php.
Ajax\semantic\traits\jsonDataTable | ( | $identifier, | |
$model, | |||
$instances = null |
|||
) |
string | $identifier | |
string | $model | |
array | $instances |
Definition at line 32 of file SemanticWidgetsTrait.php.
Ajax\semantic\traits\modal | ( | $attachTo = NULL , |
|
$params = NULL , |
|||
$paramsParts = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 137 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\popup | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 54 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\progress | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 110 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\rating | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 101 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\search | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 119 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\segmentedLogin | ( | $identifier, | |
$instance = null |
|||
) |
string | $identifier | |
object | $instance |
Definition at line 77 of file SemanticWidgetsTrait.php.
Ajax\semantic\traits\shape | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 158 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\slider | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 188 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\smallLogin | ( | $identifier, | |
$instance = null |
|||
) |
string | $identifier | |
object | $instance |
Definition at line 68 of file SemanticWidgetsTrait.php.
Ajax\semantic\traits\sticky | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 83 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\tab | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 148 of file SemanticComponentsTrait.php.
Ajax\semantic\traits\toast | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
string | $attachTo | |
string | array | $params |
Definition at line 178 of file SemanticComponentsTrait.php.
trait SemanticComponentsTrait |
Definition at line 28 of file SemanticComponentsTrait.php.
trait SemanticHtmlCollectionsTrait |
Definition at line 15 of file SemanticHtmlCollectionsTrait.php.
trait SemanticHtmlElementsTrait |
Definition at line 29 of file SemanticHtmlElementsTrait.php.
trait SemanticHtmlModulesTrait |
Definition at line 23 of file SemanticHtmlModulesTrait.php.
trait SemanticHtmlViewsTrait |
Definition at line 10 of file SemanticHtmlViewsTrait.php.
trait SemanticWidgetsTrait |
Definition at line 12 of file SemanticWidgetsTrait.php.