Jump to content

Icon property to uniPanel


albertovesx

Recommended Posts

Some user share this and I dont know if this could be implemented as a property.

 

Property clientEvents Panel
   you go to the subproperty called Extevents
 
alle entas after the event you are looking onBeforender and there you get the following
 
sender.iconCls = 'Icon';
 
which turns out to load the icon you will
 
servermodule have to look for property
CustomCSS and inside you get the following CSS code
 
. Icon {
     background: url (img / Usuario.png) no-repeat 0px 0px! important;
}
 
no it does is that when you refer to
iconCls = 'icon' is you're doing to CSS and CSS loading icon is actually a picture. example png img / Usuario.png
 
inform me anything.

 

  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...