Announcement

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

    ButtonItem positioning with DynamicForm data instead of DynamicForm titles

    Hi Isomorphic,

    please see this sample. How do I make the button to appear below the severity dropdown?

    I tried:
    Code:
                        setShowTitle(false);
                        setTitleColSpan(1);
    result: No change

    I tried:
    Code:
                        setShowTitle(true);
                        setTitle("");
    result: Placed OK, but 1px width for the button itself.
    I'm using recent 5.0p with Simplicity skin.

    Best regards
    Blama

    #2
    Use buttonItem.setStartRow(false) and insert a SpacerItem before it, which is setStartRow(true) - that should do it.

    Comment


      #3
      Hi Isomorphic,

      it works like a charm, thank you.

      Best regards
      Blama

      Comment

      Working...
      X