Announcement

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

    Need FormItem text to go right to left

    I was looking for a way to change the direction text is input from the user into a FormItem. I have a currency masked form item(AKA $###,###,###), but when someone types in numbers, it doesn't make sense because it comes in from the left to right. Any help would be appreciated!

    #2
    Numerical masks like that are not supported because of the reason you cite. This feature will likely be incorporated in a future release, no ETA.

    Comment


      #3
      Thank you for your quick and concise response on this. I'll just jerry rig up a custom solution, or just limit them to typing in only numbers with a hint until I think of something more creative.

      Comment


        #4
        There was just a post on that, http://forums.smartclient.com/showthread.php?t=12481
        of course the text mask won't work, but you can have the text go right to left and just have a changehandler to handle the "mask" like functionality. Its a work around at least.

        Comment

        Working...
        X