Hey all
i'm rather new to SmartGWT.
i am looking for a was to set style for a specific form field, say TextItem
using firebug i found it uses the style textitem and all its concatenations for its various states,
i also found that TextItem, being a form field, does not have the usual setBaseStyle to set its name individually, which means, that if i change the style of textitem, all the TextItem fields in my app will change as well.
is there a way to change the style (using css alone, not using things like setHeight() on the object) for a specific object\field?
Thanks!
i'm rather new to SmartGWT.
i am looking for a was to set style for a specific form field, say TextItem
using firebug i found it uses the style textitem and all its concatenations for its various states,
i also found that TextItem, being a form field, does not have the usual setBaseStyle to set its name individually, which means, that if i change the style of textitem, all the TextItem fields in my app will change as well.
is there a way to change the style (using css alone, not using things like setHeight() on the object) for a specific object\field?
Thanks!
Comment