|
| 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) |
|
◆ addHtmlComponent()
addHtmlComponent |
( |
BaseHtml |
$htmlComponent | ) |
|
|
abstract |
◆ htmlBreadcrumb()
htmlBreadcrumb |
( |
|
$identifier, |
|
|
|
$items = array() , |
|
|
|
$autoActive = true , |
|
|
|
$startIndex = 0 , |
|
|
|
$hrefFunction = NULL |
|
) |
| |
Returns a new Semantic Html Breadcrumb.
- Parameters
-
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()} |
- Returns
- HtmlBreadcrumb
Definition at line 79 of file SemanticHtmlCollectionsTrait.php.
◆ htmlForm()
htmlForm |
( |
|
$identifier, |
|
|
|
$elements = array() |
|
) |
| |
◆ htmlGrid()
htmlGrid |
( |
|
$identifier, |
|
|
|
$numRows = 1 , |
|
|
|
$numCols = NULL , |
|
|
|
$createCols = true , |
|
|
|
$implicitRows = false |
|
) |
| |
◆ htmlIconMenu()
htmlIconMenu |
( |
|
$identifier, |
|
|
|
$items = array() |
|
) |
| |
◆ htmlLabeledIconMenu()
htmlLabeledIconMenu |
( |
|
$identifier, |
|
|
|
$items = array() |
|
) |
| |
◆ htmlMenu()
htmlMenu |
( |
|
$identifier, |
|
|
|
$items = array() |
|
) |
| |
◆ htmlMessage()
htmlMessage |
( |
|
$identifier, |
|
|
|
$content = "" , |
|
|
|
$styles = NULL |
|
) |
| |
Adds a new message.
- Parameters
-
string | $identifier | |
string | $content | |
| $styles | string|array|NULL |
- Returns
- HtmlMessage
Definition at line 36 of file SemanticHtmlCollectionsTrait.php.
◆ htmlTable()
htmlTable |
( |
|
$identifier, |
|
|
|
$rowCount, |
|
|
|
$colCount |
|
) |
| |
The documentation for this class was generated from the following file: