Jump to content

CSS ClassNames


erich.wanker

Recommended Posts

Hello, i would like it - if every uniGui Component has a "Classnames" Stringfield in" Objectinspector / properties"

 

as example:  i enter in my uniGui-Testapplication in Font / Name ... "Roboto, Tahoma" .. and works easy, fat and simple .. if its possible for class names allso - this would be great !

 

:-)

 

Thanx

Erich

 

PS.:

 

a better solution would be a "ClassNames normal" and a "ClasNames_hover" property ...

 

so i must not click on clientsEvents / ExtEvents / Funktion .. and write Code like:

function OnBeforerender(sender)
{
  sender.cls='menupanel-normal';
  sender.overCls='menupanel-over';
}
 

 

Link to comment
Share on other sites

×
×
  • Create New...