Go to the source code of this file.
|
| 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) |
|