Embed an icon from an icon framework, such as FontAwesome.
Recommended for editing using the HTMLEditor.
height
string
Height
Sets the height of the element. The default units are pixels. include the percentage symbol % to user percentage values.
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
width
string
Width
Sets the width of the element. The default units are pixels. include the percentage symbol % to user percentage values.
library
string
The library the icon belongs to. Supported libraries: fontawesome.
name
string
The name of the icon, as it appears inside the selected libarary. For example, address-book.
size
string
The size of the icon. Default is 3, other valid sizes are 1 through to 10, which scales the font size from 1em (1) to 3.7em (10).
No examples yet.