$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