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
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