phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Ajax\semantic\traits Namespace Reference

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
 

Function Documentation

◆ accordion()

Ajax\semantic\traits\accordion (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Accordion

Definition at line 74 of file SemanticComponentsTrait.php.

◆ addState()

Ajax\semantic\traits\addState (   $state,
  $elements 
)

Definition at line 33 of file SemanticHtmlElementsTrait.php.

◆ checkbox()

Ajax\semantic\traits\checkbox (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Checkbox

Definition at line 92 of file SemanticComponentsTrait.php.

◆ dataElement()

Ajax\semantic\traits\dataElement (   $identifier,
  $instance = null 
)
Parameters
string$identifier
object$instance
Returns
DataElement

Definition at line 41 of file SemanticWidgetsTrait.php.

◆ dataForm()

Ajax\semantic\traits\dataForm (   $identifier,
  $instance 
)
Parameters
string$identifier
object$instance
Returns
DataForm

Definition at line 50 of file SemanticWidgetsTrait.php.

◆ dataTable()

Ajax\semantic\traits\dataTable (   $identifier,
  $model,
  $instances = null 
)
Parameters
string$identifier
string$model
array$instances
Returns
DataTable

Definition at line 22 of file SemanticWidgetsTrait.php.

◆ defaultAccount()

Ajax\semantic\traits\defaultAccount (   $identifier,
  $instance = null 
)
Parameters
string$identifier
object$instance
Returns
FormAccount

Definition at line 86 of file SemanticWidgetsTrait.php.

◆ defaultLogin()

Ajax\semantic\traits\defaultLogin (   $identifier,
  $instance = null 
)
Parameters
string$identifier
object$instance
Returns
FormLogin

Definition at line 59 of file SemanticWidgetsTrait.php.

◆ dimmer()

Ajax\semantic\traits\dimmer (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Dimmer

Definition at line 128 of file SemanticComponentsTrait.php.

◆ dropdown()

Ajax\semantic\traits\dropdown (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Dropdown

Definition at line 64 of file SemanticComponentsTrait.php.

◆ form()

Ajax\semantic\traits\form (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Form

Definition at line 168 of file SemanticComponentsTrait.php.

◆ generic()

Ajax\semantic\traits\generic (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
SimpleSemExtComponent

Definition at line 44 of file SemanticComponentsTrait.php.

◆ htmlAccordion()

Ajax\semantic\traits\htmlAccordion (   $identifier)

Returns a new Semantic Accordion.

Parameters
string$identifier
Returns
HtmlAccordion

Definition at line 154 of file SemanticHtmlModulesTrait.php.

◆ htmlAccordionMenu()

Ajax\semantic\traits\htmlAccordionMenu (   $identifier,
  $items = array() 
)

Return a new Semantic Menu Accordion.

Parameters
string$identifier
Returns
HtmlAccordionMenu

Definition at line 163 of file SemanticHtmlModulesTrait.php.

◆ htmlBreadcrumb()

Ajax\semantic\traits\htmlBreadcrumb (   $identifier,
  $items = array(),
  $autoActive = true,
  $startIndex = 0,
  $hrefFunction = NULL 
)

Returns a new Semantic Html Breadcrumb.

Parameters
string$identifier
array$items
boolean$autoActivesets the last element's class to active if true. default : true
callable$hrefFunctionthe function who generates the href elements. default : function($e){return $e->getContent()}
Returns
HtmlBreadcrumb

Definition at line 79 of file SemanticHtmlCollectionsTrait.php.

◆ htmlButton()

Ajax\semantic\traits\htmlButton (   $identifier,
  $value = null,
  $cssStyle = null,
  $onClick = null 
)

Return a new Semantic Html Button.

See also
http://phpmv-ui.kobject.net/index/direct/main/31
http://semantic-ui.com/elements/button.html
Parameters
string$identifier
string$value
string$cssStyle
string$onClick
Returns
HtmlButton

Definition at line 48 of file SemanticHtmlElementsTrait.php.

◆ htmlButtonGroups()

Ajax\semantic\traits\htmlButtonGroups (   $identifier,
  $elements = array(),
  $asIcons = false 
)

Returns a group of Semantic buttons.

See also
http://phpmv-ui.kobject.net/index/direct/main/50
http://semantic-ui.com/elements/button.html#buttons
Parameters
string$identifier
array$elements
boolean$asIcons
Returns
HtmlButtonGroups

Definition at line 62 of file SemanticHtmlElementsTrait.php.

◆ htmlCard()

Ajax\semantic\traits\htmlCard (   $identifier)
Parameters
string$identifier
Returns
HtmlCard

Definition at line 19 of file SemanticHtmlViewsTrait.php.

◆ htmlCardGroups()

Ajax\semantic\traits\htmlCardGroups (   $identifier,
  $cards = array() 
)
Parameters
string$identifier
array$items
Returns
HtmlCardGroups

Definition at line 28 of file SemanticHtmlViewsTrait.php.

◆ htmlCheckbox()

Ajax\semantic\traits\htmlCheckbox (   $identifier,
  $label = NULL,
  $value = NULL,
  $type = NULL 
)

Module checkbox.

Parameters
string$identifier
string$label
mixed$value
CheckboxType$type
Returns
HtmlCheckbox

Definition at line 35 of file SemanticHtmlModulesTrait.php.

◆ htmlContainer()

Ajax\semantic\traits\htmlContainer (   $identifier,
  $content = "" 
)

Returns a new Semantic container.

See also
http://phpmv-ui.kobject.net/index/direct/main/34
http://semantic-ui.com/elements/container.html
Parameters
string$identifier
string$content
Returns
HtmlContainer

Definition at line 75 of file SemanticHtmlElementsTrait.php.

◆ htmlDimmer()

Ajax\semantic\traits\htmlDimmer (   $identifier,
  $content = NULL 
)
Parameters
string$identifier
mixed$content
Returns
HtmlDimmer

Definition at line 90 of file SemanticHtmlModulesTrait.php.

◆ htmlDivider()

Ajax\semantic\traits\htmlDivider (   $identifier,
  $content = "",
  $tagName = "div" 
)

Returns a new Semantic divider.

See also
http://phpmv-ui.kobject.net/index/direct/main/42
http://semantic-ui.com/elements/divider.html
Parameters
string$identifier
string$content
Returns
HtmlDivider

Definition at line 88 of file SemanticHtmlElementsTrait.php.

◆ htmlDropdown()

Ajax\semantic\traits\htmlDropdown (   $identifier,
  $value = "",
  $items = array(),
  $associative = true 
)
Parameters
string$identifier
string$value
array$items
boolean$associative
Returns
HtmlDropdown

Definition at line 135 of file SemanticHtmlModulesTrait.php.

◆ htmlEmoji()

Ajax\semantic\traits\htmlEmoji (   $identifier,
  $emoji 
)

Returns a new Semantic Emoji.

Parameters
string$identifier
string$emoji
Returns
HtmlEmoji

Definition at line 267 of file SemanticHtmlElementsTrait.php.

◆ htmlFlag()

Ajax\semantic\traits\htmlFlag (   $identifier,
  $flag 
)

Returns a new Semantic Flag.

Parameters
string$identifier
string$flag
Returns
HtmlFlag

Definition at line 256 of file SemanticHtmlElementsTrait.php.

◆ htmlForm()

Ajax\semantic\traits\htmlForm (   $identifier,
  $elements = array() 
)

Returns a new Semantic Form.

Parameters
string$identifier
array$elements
Returns
HtmlForm

Definition at line 90 of file SemanticHtmlCollectionsTrait.php.

◆ htmlGrid()

Ajax\semantic\traits\htmlGrid (   $identifier,
  $numRows = 1,
  $numCols = NULL,
  $createCols = true,
  $implicitRows = false 
)
Parameters
string$identifier
int$numRows
int$numCols
boolean$createCols
boolean$implicitRows
Returns
HtmlGrid

Definition at line 103 of file SemanticHtmlCollectionsTrait.php.

◆ htmlHeader()

Ajax\semantic\traits\htmlHeader (   $identifier,
  $niveau = 1,
  $content = NULL,
  $type = "page" 
)

Returns a new Semantic header.

See also
http://phpmv-ui.kobject.net/index/direct/main/43
http://semantic-ui.com/elements/header.html
Parameters
string$identifier
number$niveau
mixed$content
string$type
Returns
HtmlHeader

Definition at line 103 of file SemanticHtmlElementsTrait.php.

◆ htmlIcon()

Ajax\semantic\traits\htmlIcon (   $identifier,
  $icon 
)

Returns a new Semantic icon.

See also
http://phpmv-ui.kobject.net/index/direct/main/44
http://semantic-ui.com/elements/icon.html
Parameters
string$identifier
string$icon
Returns
HtmlIcon

Definition at line 116 of file SemanticHtmlElementsTrait.php.

◆ htmlIconGroups()

Ajax\semantic\traits\htmlIconGroups (   $identifier,
  $icons = array(),
  $size = "" 
)

Returns a new Semantic group of images.

See also
http://phpmv-ui.kobject.net/index/direct/main/0
http://semantic-ui.com/elements/image.html#size
Parameters
string$identifier
array$icons
string$size
Returns
HtmlIconGroups

Definition at line 145 of file SemanticHtmlElementsTrait.php.

◆ htmlIconMenu()

Ajax\semantic\traits\htmlIconMenu (   $identifier,
  $items = array() 
)

Adds an icon menu.

Parameters
string$identifier
array$itemsicons

Definition at line 58 of file SemanticHtmlCollectionsTrait.php.

◆ htmlImage()

Ajax\semantic\traits\htmlImage (   $identifier,
  $src = "",
  $alt = "",
  $size = NULL 
)

Returns a new Semantic image.

See also
http://phpmv-ui.kobject.net/index/direct/main/55
http://semantic-ui.com/elements/image.html
Parameters
string$identifier
string$src
string$alt
string$size
Returns
HtmlImage

Definition at line 131 of file SemanticHtmlElementsTrait.php.

◆ htmlInput()

Ajax\semantic\traits\htmlInput (   $identifier,
  $type = "text",
  $value = "",
  $placeholder = "" 
)

Returns a new Semantic html input.

See also
http://phpmv-ui.kobject.net/index/direct/main/45
http://semantic-ui.com/elements/input.html
Parameters
string$identifier
string$type
string$value
string$placeholder
Returns
HtmlInput

Definition at line 160 of file SemanticHtmlElementsTrait.php.

◆ htmlItems()

Ajax\semantic\traits\htmlItems (   $identifier,
  $items = array() 
)
Parameters
string$identifier
array$items
Returns
HtmlItems

Definition at line 37 of file SemanticHtmlViewsTrait.php.

◆ htmlLabel()

Ajax\semantic\traits\htmlLabel (   $identifier,
  $content = "",
  $icon = NULL,
  $tagName = "div" 
)

Returns a new Semantic label.

See also
http://phpmv-ui.kobject.net/index/direct/main/46
http://semantic-ui.com/elements/label.html
Parameters
string$identifier
string$content
string$tagName
Returns
HtmlLabel

Definition at line 174 of file SemanticHtmlElementsTrait.php.

◆ htmlLabeledIconMenu()

Ajax\semantic\traits\htmlLabeledIconMenu (   $identifier,
  $items = array() 
)

Adds an labeled icon menu.

Parameters
string$identifier
array$itemsicons

Definition at line 67 of file SemanticHtmlCollectionsTrait.php.

◆ htmlLabelGroups()

Ajax\semantic\traits\htmlLabelGroups (   $identifier,
  $labels = array(),
  $attributes = array() 
)
Parameters
string$identifier
array$labels
array$attributes
Returns
HtmlLabelGroups

Definition at line 185 of file SemanticHtmlElementsTrait.php.

◆ htmlList()

Ajax\semantic\traits\htmlList (   $identifier,
  $items = array() 
)

Returns a new Semantic list.

Parameters
string$identifier
array$items
Returns
HtmlList

Definition at line 196 of file SemanticHtmlElementsTrait.php.

◆ htmlMenu()

Ajax\semantic\traits\htmlMenu (   $identifier,
  $items = array() 
)
Parameters
string$identifier
array$items
Returns
HtmlMenu

Definition at line 49 of file SemanticHtmlCollectionsTrait.php.

◆ htmlMessage()

Ajax\semantic\traits\htmlMessage (   $identifier,
  $content = "",
  $styles = NULL 
)

Adds a new message.

Parameters
string$identifier
string$content
$stylesstring|array|NULL
Returns
HtmlMessage

Definition at line 36 of file SemanticHtmlCollectionsTrait.php.

◆ htmlModal()

Ajax\semantic\traits\htmlModal (   $identifier,
  $header = "",
  $content = "",
  $actions = array() 
)

Returns a new semantic modal dialog.

Parameters
string$identifier
string$header
string$content
array$actions
Returns
HtmlModal

Definition at line 103 of file SemanticHtmlModulesTrait.php.

◆ htmlPopup()

Ajax\semantic\traits\htmlPopup ( BaseHtml  $container,
  $identifier,
  $content 
)
Parameters
string$identifier
mixed$content
Returns
HtmlPopup

Definition at line 145 of file SemanticHtmlModulesTrait.php.

◆ htmlProgress()

Ajax\semantic\traits\htmlProgress (   $identifier,
  $value = 0,
  $label = NULL 
)
Parameters
string$identifier
int$value
string$label
Returns
HtmlProgress

Definition at line 70 of file SemanticHtmlModulesTrait.php.

◆ htmlRadios()

Ajax\semantic\traits\htmlRadios (   $identifier,
  $items = [],
  $label = NULL,
  $value = NULL,
  $type = NULL 
)
Parameters
string$identifier
array$items
string$label
mixed$value
string$type
Returns
HtmlFormFields

Definition at line 47 of file SemanticHtmlModulesTrait.php.

◆ htmlRail()

Ajax\semantic\traits\htmlRail (   $identifier,
  $content = null 
)

Returns a new Semantic Rail.

Parameters
string$identifier
mixed$content
Returns
HtmlRail

Definition at line 278 of file SemanticHtmlElementsTrait.php.

◆ htmlRating()

Ajax\semantic\traits\htmlRating (   $identifier,
  $value,
  $max,
  $icon = "" 
)
Parameters
string$identifier
int$value
int$max
string$icon
Returns
HtmlRating

Definition at line 59 of file SemanticHtmlModulesTrait.php.

◆ htmlReveal()

Ajax\semantic\traits\htmlReveal (   $identifier,
  $visibleContent,
  $hiddenContent,
  $type = RevealType::FADE,
  $attributeType = NULL 
)

Returns a new Semantic Reveal.

Parameters
string$identifier
string | HtmlSemDoubleElement$visibleContent
string | HtmlSemDoubleElement$hiddenContent
RevealType | string$type
Direction | string$attributeType
Returns
HtmlReveal

Definition at line 233 of file SemanticHtmlElementsTrait.php.

◆ htmlSearch()

Ajax\semantic\traits\htmlSearch (   $identifier,
  $placeholder = NULL,
  $icon = NULL 
)
Parameters
string$identifier
string$placeholder
Returns
HtmlSearch

Definition at line 80 of file SemanticHtmlModulesTrait.php.

◆ htmlSegment()

Ajax\semantic\traits\htmlSegment (   $identifier,
  $content = "" 
)

Adds a new segment, used to create a grouping of related content.

Parameters
string$identifier
string$content
Returns
HtmlSegment

Definition at line 207 of file SemanticHtmlElementsTrait.php.

◆ htmlSegmentGroups()

Ajax\semantic\traits\htmlSegmentGroups (   $identifier,
  $items = array() 
)

Adds a group of segments.

Parameters
string$identifier
array$itemsthe segments
Returns
HtmlSegmentGroups

Definition at line 219 of file SemanticHtmlElementsTrait.php.

◆ htmlShape()

Ajax\semantic\traits\htmlShape (   $identifier,
  $slides = array() 
)

Returns a new Semantic Shape.

See also
http://semantic-ui.com/modules/shape.html
Parameters
array$slides
Returns
HtmlShape

Definition at line 123 of file SemanticHtmlModulesTrait.php.

◆ htmlSlider()

Ajax\semantic\traits\htmlSlider (   $identifier)

Returns a new Semantic Slider.

Parameters
string$identifier
Returns
HtmlSlider

Definition at line 183 of file SemanticHtmlModulesTrait.php.

◆ htmlStep()

Ajax\semantic\traits\htmlStep (   $identifier,
  $steps = array() 
)

Returns a new Semantic Step.

Parameters
string$identifier
array$steps
Returns
HtmlStep

Definition at line 244 of file SemanticHtmlElementsTrait.php.

◆ htmlSticky()

Ajax\semantic\traits\htmlSticky (   $identifier,
  $content = array() 
)

Returns a new Semantic Sticky.

Parameters
string$identifier
array$content
Returns
HtmlSticky

Definition at line 174 of file SemanticHtmlModulesTrait.php.

◆ htmlTab()

Ajax\semantic\traits\htmlTab (   $identifier,
  $tabs = array() 
)

Returns a new Semantic Tab.

See also
http://semantic-ui.com/modules/tab.html
Parameters
array$tabs
Returns
HtmlTab

Definition at line 113 of file SemanticHtmlModulesTrait.php.

◆ htmlTable()

Ajax\semantic\traits\htmlTable (   $identifier,
  $rowCount,
  $colCount 
)
Parameters
string$identifier
int$rowCount
int$colCount
Returns
HtmlTable

Definition at line 25 of file SemanticHtmlCollectionsTrait.php.

◆ jsonDataTable()

Ajax\semantic\traits\jsonDataTable (   $identifier,
  $model,
  $instances = null 
)
Parameters
string$identifier
string$model
array$instances
Returns
JsonDataTable

Definition at line 32 of file SemanticWidgetsTrait.php.

◆ modal()

Ajax\semantic\traits\modal (   $attachTo = NULL,
  $params = NULL,
  $paramsParts = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Modal

Definition at line 137 of file SemanticComponentsTrait.php.

◆ popup()

Ajax\semantic\traits\popup (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Popup

Definition at line 54 of file SemanticComponentsTrait.php.

◆ progress()

Ajax\semantic\traits\progress (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Progress

Definition at line 110 of file SemanticComponentsTrait.php.

◆ rating()

Ajax\semantic\traits\rating (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Rating

Definition at line 101 of file SemanticComponentsTrait.php.

◆ search()

Ajax\semantic\traits\search (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Search

Definition at line 119 of file SemanticComponentsTrait.php.

◆ segmentedLogin()

Ajax\semantic\traits\segmentedLogin (   $identifier,
  $instance = null 
)
Parameters
string$identifier
object$instance
Returns
FormLogin

Definition at line 77 of file SemanticWidgetsTrait.php.

◆ shape()

Ajax\semantic\traits\shape (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Shape

Definition at line 158 of file SemanticComponentsTrait.php.

◆ slider()

Ajax\semantic\traits\slider (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Slider

Definition at line 188 of file SemanticComponentsTrait.php.

◆ smallLogin()

Ajax\semantic\traits\smallLogin (   $identifier,
  $instance = null 
)
Parameters
string$identifier
object$instance
Returns
FormLogin

Definition at line 68 of file SemanticWidgetsTrait.php.

◆ sticky()

Ajax\semantic\traits\sticky (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Sticky

Definition at line 83 of file SemanticComponentsTrait.php.

◆ tab()

Ajax\semantic\traits\tab (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Tab

Definition at line 148 of file SemanticComponentsTrait.php.

◆ toast()

Ajax\semantic\traits\toast (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Toast

Definition at line 178 of file SemanticComponentsTrait.php.

Variable Documentation

◆ SemanticComponentsTrait

trait SemanticComponentsTrait
Initial value:
{
abstract public function addComponent(SimpleComponent $component, $attachTo, $params)

Definition at line 28 of file SemanticComponentsTrait.php.

◆ SemanticHtmlCollectionsTrait

trait SemanticHtmlCollectionsTrait
Initial value:
{
abstract public function addHtmlComponent(BaseHtml $htmlComponent)

Definition at line 15 of file SemanticHtmlCollectionsTrait.php.

◆ SemanticHtmlElementsTrait

trait SemanticHtmlElementsTrait
Initial value:
{
abstract public function addHtmlComponent(BaseHtml $htmlComponent)

Definition at line 29 of file SemanticHtmlElementsTrait.php.

◆ SemanticHtmlModulesTrait

trait SemanticHtmlModulesTrait
Initial value:
{
abstract public function addHtmlComponent(BaseHtml $htmlComponent)

Definition at line 23 of file SemanticHtmlModulesTrait.php.

◆ SemanticHtmlViewsTrait

trait SemanticHtmlViewsTrait
Initial value:
{
abstract public function addHtmlComponent(BaseHtml $htmlComponent)

Definition at line 10 of file SemanticHtmlViewsTrait.php.

◆ SemanticWidgetsTrait

trait SemanticWidgetsTrait
Initial value:
{
abstract public function addHtmlComponent(BaseHtml $htmlComponent)

Definition at line 12 of file SemanticWidgetsTrait.php.