Jump to content

UnimPanel: How to make round corner?


55143681

Recommended Posts

For Desktop:

I can make round corner for UniPanel:

UnimPanel1->ClientEvents->ExtEvents->Values["afterrender"]="function(sender){sender.body.dom.style.borderRadius=\"10px\"}";
UnimPanel2->ClientEvents->ExtEvents->Values["afterrender"]="function(sender){sender.body.dom.style.borderRadius=\"10px\"}";
 

For Mobile:

The top code doesn't work,

how to make round corner  for UnimPanel?

 

Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...