Label
form
Text aside of INPUT element
form
Text aside of INPUT element
| Example | Label text |
| HTML code | <span class="label">Label text</span> |
| Type | atom |
| Group | form |
| More examples | Label beforeLabel after |
Wrapper to use element through PHP
| Extends | eUiElement |
| Render | script |
| Create arguments | title, width |
| Code example | Basic$this->get('ui', 'label', 'Label text');Array$this->get('ui', 'label', Array(
'title' => 'Label text',
'width' => 'quarter',
'space' => 'short'
)); |
Elements Css style
| justified | Justified Full width |
| strong | Strong Bold |
| bold | Bold Bold |