Technical data
misc
misc
Example |
|
||||||
HTML code | <DIV class="technicaldata"> <DIV class='ui-table'> <table border='0' cellpadding='0' cellspacing='0' width='100%' class='' > <tr class='header'> <TH style='width:px;min-width:px'> </TH> <TH style='width:px;min-width:px'> </TH> </tr> <tr > <TH > <span> <span>Title</span> </span> </TH> <TD > <span> <span>Value</span> </span> </TD> </tr> <tr > <TH > <span> <span>Title</span> </span> </TH> <TD > <span> <span class="u-text--red">Value</span> </span> </TD> </tr> </table> </DIV> </DIV> |
||||||
Type | molecule | ||||||
Group | misc | ||||||
Elements | title, description, icon | ||||||
More examples | Icon, description and colorTitle textAdditional info
|
Wrapper to use element through PHP
Extends | eUiElement | ||||||
Render | html | ||||||
Create arguments | style | ||||||
Methods |
|
||||||
Code example | PHP use$Techcaldata = $this->get('ui', 'technicaldata', Array( icon => 'app-addnew', title => 'Title text', description => 'Additional info', )) ->addField($Field) ->addRow(Array( 'title' => 'Title', 'value' => 'Value' )); |
Wrapper to use element through Javascript
Elements Css style