Announcement

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

    Widgets without dynamic form...

    Hi there,

    Well I have a simple question... I want to be able to layout some widgets without having to use Dynamic Forms, titles, labels, etc...

    For example, if I want to create a kind of search bar:

    [Combo Box] [Text Field] [Icon]

    How can I do this ? I did not find a simple TextField widget in SmartGWT.... I thought I just had to create a HLayout Panel and add widgets... but it does not seem to be that simple (?).

    Thanks for your help !

    Thomas

    #2
    the item must be included in the form....

    You can consider using ToolStrip, it's a toolbar , It can add item and without use DynamicForm.

    Comment


      #3
      Use a DynamicForm, and see the Form Layout overview in the docs - the arrangement you want is straightforward to achieve.

      Comment

      Working...
      X