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

Public Member Functions

 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.
 

Detailed Description

Definition at line 23 of file SemanticHtmlModulesTrait.php.

Member Function Documentation

◆ addHtmlComponent()

addHtmlComponent ( BaseHtml  $htmlComponent)
abstract

◆ htmlAccordion()

htmlAccordion (   $identifier)

Returns a new Semantic Accordion.

Parameters
string$identifier
Returns
HtmlAccordion

Definition at line 154 of file SemanticHtmlModulesTrait.php.

◆ htmlAccordionMenu()

htmlAccordionMenu (   $identifier,
  $items = array() 
)

Return a new Semantic Menu Accordion.

Parameters
string$identifier
Returns
HtmlAccordionMenu

Definition at line 163 of file SemanticHtmlModulesTrait.php.

◆ htmlCheckbox()

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.

◆ htmlDimmer()

htmlDimmer (   $identifier,
  $content = NULL 
)
Parameters
string$identifier
mixed$content
Returns
HtmlDimmer

Definition at line 90 of file SemanticHtmlModulesTrait.php.

◆ htmlDropdown()

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.

◆ htmlModal()

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()

htmlPopup ( BaseHtml  $container,
  $identifier,
  $content 
)
Parameters
string$identifier
mixed$content
Returns
HtmlPopup

Definition at line 145 of file SemanticHtmlModulesTrait.php.

◆ htmlProgress()

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

Definition at line 70 of file SemanticHtmlModulesTrait.php.

◆ htmlRadios()

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.

◆ htmlRating()

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

Definition at line 59 of file SemanticHtmlModulesTrait.php.

◆ htmlSearch()

htmlSearch (   $identifier,
  $placeholder = NULL,
  $icon = NULL 
)
Parameters
string$identifier
string$placeholder
Returns
HtmlSearch

Definition at line 80 of file SemanticHtmlModulesTrait.php.

◆ htmlShape()

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()

htmlSlider (   $identifier)

Returns a new Semantic Slider.

Parameters
string$identifier
Returns
HtmlSlider

Definition at line 183 of file SemanticHtmlModulesTrait.php.

◆ htmlSticky()

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()

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.


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