phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Semantic Class Reference
+ Inheritance diagram for Semantic:

Public Member Functions

 __construct ($autoCompile=true)
 
 setLanguage ($language)
 
- Public Member Functions inherited from BaseGui
 isAutoCompile ()
 
 setAutoCompile ($autoCompile)
 
 compile ($internal=false)
 
 setJs (JsUtils $js)
 
 addComponent (SimpleComponent $component, $attachTo, $params)
 
 addHtmlComponent (BaseHtml $htmlComponent)
 
 compileHtml (JsUtils $js=NULL, &$view=NULL)
 
 matchHtmlComponents ($callback)
 
 getHtmlComponent ($identifier)
 
- Public Member Functions inherited from SemanticComponentsTrait
 addComponent (SimpleComponent $component, $attachTo, $params)
 
 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)
 
- Public Member Functions inherited from SemanticHtmlElementsTrait
 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.
 
- Public Member Functions inherited from SemanticHtmlCollectionsTrait
 addHtmlComponent (BaseHtml $htmlComponent)
 
 htmlTable ($identifier, $rowCount, $colCount)
 
 htmlMessage ($identifier, $content="", $styles=NULL)
 Adds a new message.
 
 htmlMenu ($identifier, $items=array())
 
 htmlIconMenu ($identifier, $items=array())
 Adds an icon menu.
 
 htmlLabeledIconMenu ($identifier, $items=array())
 Adds an labeled icon menu.
 
 htmlBreadcrumb ($identifier, $items=array(), $autoActive=true, $startIndex=0, $hrefFunction=NULL)
 Returns a new Semantic Html Breadcrumb.
 
 htmlForm ($identifier, $elements=array())
 Returns a new Semantic Form.
 
 htmlGrid ($identifier, $numRows=1, $numCols=NULL, $createCols=true, $implicitRows=false)
 
- Public Member Functions inherited from SemanticHtmlModulesTrait
 addHtmlComponent (BaseHtml $htmlComponent)
 
 htmlCheckbox ($identifier, $label=NULL, $value=NULL, $type=NULL)
 Module checkbox.
 
 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.
 
 htmlTab ($identifier, $tabs=array())
 Returns a new Semantic Tab.
 
 htmlShape ($identifier, $slides=array())
 Returns a new Semantic Shape.
 
 htmlDropdown ($identifier, $value="", $items=array(), $associative=true)
 
 htmlPopup (BaseHtml $container, $identifier, $content)
 
 htmlAccordion ($identifier)
 Returns a new Semantic Accordion.
 
 htmlAccordionMenu ($identifier, $items=array())
 Return a new Semantic Menu Accordion.
 
 htmlSticky ($identifier, $content=array())
 Returns a new Semantic Sticky.
 
 htmlSlider ($identifier)
 Returns a new Semantic Slider.
 
- Public Member Functions inherited from SemanticHtmlViewsTrait
 addHtmlComponent (BaseHtml $htmlComponent)
 
 htmlCard ($identifier)
 
 htmlCardGroups ($identifier, $cards=array())
 
 htmlItems ($identifier, $items=array())
 
- Public Member Functions inherited from SemanticWidgetsTrait
 addHtmlComponent (BaseHtml $htmlComponent)
 
 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)
 

Private Attributes

 $language
 

Additional Inherited Members

- Protected Attributes inherited from BaseGui
 $autoCompile
 
 $components
 
 $htmlComponents
 
 $js
 

Detailed Description

Definition at line 13 of file Semantic.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $autoCompile = true)

Reimplemented from BaseGui.

Definition at line 18 of file Semantic.php.

Member Function Documentation

◆ setLanguage()

setLanguage (   $language)

Definition at line 23 of file Semantic.php.

Field Documentation

◆ $language

$language
private

Definition at line 16 of file Semantic.php.


The documentation for this class was generated from the following file: