Announcement

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

    text wrapping

    I am trying to create a form with a text filed, and my requirement is when the text entered by the user in text field is more than 30 characters, remaining text should appear in the next line(Text wrapping), how to do this using smart client.
    here is my code
    <DynamicForm width="300">
    <fields>
    <field title="Item" type="text"/>
    </fields>
    </DynamicForm>

    #2
    You are probably looking for AutoFitTextAreaItem.

    Comment


      #3
      Thanks a lot :)

      Comment

      Working...
      X