Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    initWidget for FormItem?

    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

    #2
    Ofcourse should have checked the docs more thoroughly... so for the record, to answer my own question.

    The FormItem inherits from Class which has an init method which can be overridden for this purpose.

    gr. Martin

    Comment

    Working...
    X