Announcement

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

    TextAreaItem problem

    Hi,
    I have question, why it is not possible to set size of text area item by "rows" and "cols" attributes?

    Thanks

    #2
    I have the same question but was also hoping for more than just HTML rows and cols attributes. I need a TextAreaItem that will limit the users input to a maximum number of lines and characters per line, word wrapping when the max per line is reached and stopping when the maximum rows is reached. Is there anything in SmartGWT to help create this sort of widget?

    Comment


      #3
      Not really something built-in, you would need to implement a change handler that enforced your rules by cancelling changes you don't want to allow.

      Comment

      Working...
      X