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/

PHP

Wrapper to use element through PHP

Extends eUiElement
Render html
Create arguments icon, style
Code example

Icon

Font awesome icon name without prefix.

$this->get('ui', 'icon', 'warning', '2x');

IMG icon

Image name from admin/images/kuvake/ -dir

$this->get('ui', 'icon', 'warning.png', 'style');

IMG url

Image url from admin/images -dir

$this->get('ui', 'icon', 'images/kuvake/warning.php', 'style');

Javascript

Wrapper to use element through Javascript

Code example

Basic usage

var $Icon = this->get('ui','icon',{
  icon: 'warning', // warning.php, ./images/image.png
  size: '2x',
  color: 'green'
});

Styles

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