Hi All,
During the dynamic creation of node and UI elements, I need to specify the length of the field like string of size 20 or integer of length 2 digit. Is it possible to do that? Do I need to generate the datatype do that and use it when I generate the node dynamically?
Any tips, please?
Thanks in advance.
Regards,
Hemanth
Hi Hemanth,
the input field length in terms of visible length is specified by the length-property of the input field.
The maximum/minimum length of the data which can (or should be entered) can only be determined by the definitions in a simple type you define and use as the type for the context attribute, the input field is bound to.
It doesn't matter, if the simple type is bound during design time or during runtime.
Hope that helps.
Regards,
Stefan
Add a comment