Hi,
I need to change the way the required field is hilited in a dynamic form.
The hilite should be adding a star after the title and not making the title bold.
I found the class setHiliteProperty.
com.smartgwt.client.widgets.form.DynamicForm.setHiliteProperty(String hiliteProperty)
But I did not know how to configure it to be done as mentioned above?
Any idea?
I need to change the way the required field is hilited in a dynamic form.
The hilite should be adding a star after the title and not making the title bold.
I found the class setHiliteProperty.
com.smartgwt.client.widgets.form.DynamicForm.setHiliteProperty(String hiliteProperty)
But I did not know how to configure it to be done as mentioned above?
Any idea?
Comment