Announcement

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

    How to uppercase AutoFitTextAreaItem

    SmartClient Version: SNAPSHOT_v9.1d_2014-01-24/Enterprise Deployment (built 2014-01-24)
    FF 25.0.1

    Can you pls advise on how I can force uppercase on a AutoFitTextAreaItem FormItem?

    setCharacterCasing is not exposed and calling
    setAttribute("characterCasing", CharacterCasing.UPPER) does nothing.

    Thanks

    #2
    CharacterCasing doesn't work for TextAreaItems
    Instead you can use setInputTransformer to shift the case of whatever the user entered.

    Regards
    Isomorphic Software

    Comment

    Working...
    X