Hi, I noticed the "titleSuffix" attribute of DynamicForm seems to be ignored for mandatory fields (the ones having the "required" property setted to true).
Is this the desiderd behavior? Till now I haven't found anything about it in the DynamicForm/FormItem docs.
You can test it even on the published examples at http://www.smartclient.com/docs/7.0r....html#textItem
trying the following XML code snippet
I am using
- Firefox 3.6.8 with
- SmartClient Version: 8.0/LGPL Development Only (built 2010-05-18)
I've attached a screenshot.
Thank you
Davide
Is this the desiderd behavior? Till now I haven't found anything about it in the DynamicForm/FormItem docs.
You can test it even on the published examples at http://www.smartclient.com/docs/7.0r....html#textItem
trying the following XML code snippet
Code:
<DynamicForm width="300" titleSuffix=""> <fields> <field title="RequiredItem" type="text" required="true"/> <field title="OptionalItem" type="text" /> </fields> </DynamicForm>
- Firefox 3.6.8 with
- SmartClient Version: 8.0/LGPL Development Only (built 2010-05-18)
I've attached a screenshot.
Thank you
Davide
Comment