How to style specific formItems that are displaying an error?
I saw that they have the class formCellError, but I don't want to style ALL of them, only some.
I.e. I am searching for something like:
staticTextItem.setTextBoxStyle("iconedStaticTextItem");
but for its errors:
staticTextItem.setErrorTextBoxStyle() ? How to do this?
Using smartgwt 4.1p.
I saw that they have the class formCellError, but I don't want to style ALL of them, only some.
I.e. I am searching for something like:
staticTextItem.setTextBoxStyle("iconedStaticTextItem");
but for its errors:
staticTextItem.setErrorTextBoxStyle() ? How to do this?
Using smartgwt 4.1p.