Hi all,
I'd like to know whether it's possible to create reusable building blocks of UI elements, to be later bind to context.
For example: users may create 0..n receipts at the same time
For each receipt, I have to display a form, which must be bound to the corresponding receipt element.
It is possible to create an UI element, let say ReceiptForm, in which I can add standards UI elements, such as InputFields, DropDown...?
This ReceiptForm could be later added to a view and bind to context elements (0..n), so that, at runtime, as many ReceiptForm as receipts elements from my context are displayed.
(Actually, I'd like to know if tables are the only way to design display of 0..n elements without programming each UI element)
Any information on this would really help.
Thanks a lot