Hi,
We have a particular need where we require the formatting features offered by
some FormItem component (spinner, masks, etc), but don't want to rely on the
built-in field layout that comes with DynamicForm.
The situation is that we have a legacy HTML file which already does the layout
of the fields inside an HTML <TABLE> with fields inside some of its <TD> elements.
I want to leverage SmartClient's field formatting functionality, without the need to
change the form layout mechanism of that legacy page.
The only way I found was to have one field per DynamicForm or use the
somewhat undocumented DynamicForm.makeInlineItem() ... The problem
with both these approaches is that my page's rendering is very slow due
to the large amount of fields nested within that table.
By the way, these fields will not need to get submitted thru any form, hence
what I would have liked to use are non FORM-based versions of the input
controls within the SmartClient framework ...
Any other ideas on how I could achieve something similar but which would
render faster in the browser?
Thanks in advance for your help and support!
We have a particular need where we require the formatting features offered by
some FormItem component (spinner, masks, etc), but don't want to rely on the
built-in field layout that comes with DynamicForm.
The situation is that we have a legacy HTML file which already does the layout
of the fields inside an HTML <TABLE> with fields inside some of its <TD> elements.
I want to leverage SmartClient's field formatting functionality, without the need to
change the form layout mechanism of that legacy page.
The only way I found was to have one field per DynamicForm or use the
somewhat undocumented DynamicForm.makeInlineItem() ... The problem
with both these approaches is that my page's rendering is very slow due
to the large amount of fields nested within that table.
By the way, these fields will not need to get submitted thru any form, hence
what I would have liked to use are non FORM-based versions of the input
controls within the SmartClient framework ...
Any other ideas on how I could achieve something similar but which would
render faster in the browser?
Thanks in advance for your help and support!
Comment