Announcement

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

    How to do a TextItem use the entire area available in its parent

    Hey ladies and gentlemen,

    if you know the answer, please help me. ;)

    Kind regards,

    Vitor Eduardo

    #2
    Hi Vitor,

    are you talking about width or height?
    Width: setWidth100() + no title
    Height: Use TextAreaItem.

    You have to have FormItems as members of a DynamicForm always.

    Best regards
    Blama

    Comment


      #3
      The solution is:
      Code:
      .setWidth("*");
      However, if you are setting
      Code:
      showTitle(false);
      then you will need to suppress one column from your form via
      Code:
      setNumCols

      Comment

      Working...
      X