$renderIcon

renders icon for the control

function $renderIcon;

Example

webix.protoUI({
   name:"mytext",
   $renderIcon:function(){
       return "<span class='webix_icon fa-user'></span>";
   }
})

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.