Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

"required" attribute on textItem

$
0
0
Hi,

1) I am using a dynamic form and I have specified a particular suffix.
DynamicForm dfAdvancedFilters = new DynamicForm();
dfAdvancedFilters.setTitleSuffix("}");


When I set the setRequired property to true on a textItem, that I am adding to this dynamic form, it ignores my suffix and uses a semicolon instead.

It seems that you are hard coding the suffix and whatever styling you are using. Is it possible for me to add my own style that I can use with the "required" state? And is it possible to remove the ":" that you are appending?

We are currently testing with SmartGWT 4.1.

Thanks,
Voula

Viewing all articles
Browse latest Browse all 4756

Trending Articles