Announcement

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

    The issues with FormItem title

    The :(Colon) was added to FormItem title by default, is there a way to not display ":" in the title?

    I also noticed that CheckboxItem.setTitleOrientation(TitleOrientation.TOP) doesn't work, the title will be displayed on the right instead.

    I'd appreciate if anyone has a solution for these 2 issues? BTW, I'm using smartGWT 2.2 in FF.

    #2
    See DynamicForm.setTitleSuffix and setRequiredTitleSuffix.

    See CheckboxItem.setLabelAsTitle.

    Comment


      #3
      The title one works! Thanks!

      However, the CheckboxItem.setTitleOrientation(TitleOrientation. TOP) still doesn't work. Do you have any idea for that?

      Comment

      Working...
      X