erich.wanker Posted November 15, 2013 Posted November 15, 2013 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'; }
Oliver Morsch Posted November 15, 2013 Posted November 15, 2013 a better solution would be a "ClassNames normal" and a "ClasNames_hover" property ... sender.cls='menupanel-normal'; sender.overCls='menupanel-over'; You can use ".manupanel-normal:hover" in css. Or is there a difference to this?
Recommended Posts