Icon
basic
Font icon
basic
Font icon
| Example | |
| HTML code | <i class="fa fa-2x fa-envelope-o"></i> |
| Type | atom |
| Group | basic |
| Comment | http://fortawesome.github.io/Font-Awesome/cheatsheet/ |
Wrapper to use element through PHP
| Extends | eUiElement |
| Render | html |
| Create arguments | icon, style |
| Code example | IconFont awesome icon name without prefix. $this->get('ui', 'icon', 'warning', '2x');IMG iconImage name from admin/images/kuvake/ -dir $this->get('ui', 'icon', 'warning.png', 'style');IMG urlImage url from admin/images -dir $this->get('ui', 'icon', 'images/kuvake/warning.php', 'style'); |
Wrapper to use element through Javascript
| Code example | Basic usagevar $Icon = this->get('ui','icon',{
icon: 'warning', // warning.php, ./images/image.png
size: '2x',
color: 'green'
}); |
Elements Css style
| 2x | 2x size |
| 3x | 3x size |
| 4x | 4x size |
| 5x | 5x size |
| jumbo | |
| large | |
| small | |
| mini | |
| rotate-90 | |
| 180 | |
| 270 | |
| flip-horizontal | |
| flip-vertical | |
| spin |