Hi,
I would like to set some properties when a form item gets initialized for a form (so only once). For a Canvas I can override the initWidget method.
What function can I best override for a FormItem?
(so the function should only be called once and not every time when the FormItem is redrawn).
gr. Martin
I would like to set some properties when a form item gets initialized for a form (so only once). For a Canvas I can override the initWidget method.
What function can I best override for a FormItem?
(so the function should only be called once and not every time when the FormItem is redrawn).
gr. Martin
Comment