Announcement

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

    Possible to add components to the title of a FormItem?

    Hi,
    I would like to add an icon to the title of a formitem. The only way I could find, to get this done is to override the getTitleHtml function and generate additional custom html.

    However, I prefer not to go this way as I then am working using a lower level api.

    Is there another way to add smartclient components to the title of a formitem?

    gr. Martin

    #2
    Only creating of a separate StaticTextItem in order to use a FormItemIcon. But if you use Canvas.imgHTML(), you're not really using a much lower level API.

    Comment

    Working...
    X