Re: is it possible to add a css class to FormComponent.setLabel()?

2014-08-01 Thread Stefan Renz
Hi, lucast wrote: > Dear Forum, > Currently, I make heavy use of TextField.setLabel(). > If adding a css field to TextField is as easy as TextField.add(new > AttributeAppender("class", " TestCSSClass ")); then: > > How can I add a CSS class to that has been created for TextField? I don't think

is it possible to add a css class to FormComponent.setLabel()?

2014-07-30 Thread lucast
Dear Forum, Currently, I make heavy use of TextField.setLabel(). If adding a css field to TextField is as easy as TextField.add(new AttributeAppender("class", " TestCSSClass ")); then: How can I add a CSS class to that has been created for TextField? Thanks in advance, Lucas -- View this messag