Announcement

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

    Problem with LayoutSpacer in FormItem

    I like to use LayoutSpacer within a form fields but finds no effect. I can use it with members of any layout but how to use it in fields to show empty space for a field.

    ex:

    fields: [{name: "sampleField"}, isc.LayoutSpacer.create();]

    #2
    Use a SpacerItem instead

    Comment

    Working...
    X