Announcement

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

    DynamicForm.getItems() ?

    Am I overlooking something? I cannot get a list of the fields of a DynamicForm.
    I only can call form.getItem("name"). But for that, I need the name. I need to get the list of all items of a form.

    #2
    Use form.getFields().

    Comment

    Working...
    X