Announcement

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

    how to set textitem and it's title in the same cell

    Hi there,

    In default, the textItem and it's title take 2 column in dynamicform, is there any method I can set them in 1 cell (takes only 1 column)?

    Thanks.

    #2
    Check titleOrientation.

    Comment


      #3
      setTitleOrientation

      try
      form.setTitleOrientation(TitleOrientation.TOP);

      Originally posted by ql20080101
      Hi there,

      In default, the textItem and it's title take 2 column in dynamicform, is there any method I can set them in 1 cell (takes only 1 column)?

      Thanks.

      Comment

      Working...
      X