Jump to content

Search the Community

Showing results for tags 'inputmask'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 5 results

  1. Hi Here in Brazil, we have two masks for phones. Phone: (99) 9999-9999 Mobile phone: (99) 99999-9999 How to enter an optional character in inputmask?
  2. Hello, I need a 99999-999 format for the user to enter their zip code. In the same field, I also need a button so he can select the zip code, if he prefers. To do this, you would have two options: InputMask in uniDBComboBox or Triggers in uniDBEdit. However, neither is available. Any suggestion? Thank you.
  3. Farshad, I have a downward component edit amending the mask at runtime. Implement it in the Components TuniEdit and TuniDBEdit. JSCode('Ext.onReady ( function () {$("#' + Self.JSName + '_id-inputEl").mask("' + FMask + '");});');
  4. Hi, In our system we have the product code calculated as follows. First four digits = industry code Second four digits = department code Third four digits = category code Last four digits = product code Let's assume that the sport category is the code "1234". In system search screens, the user can search for all products that belong to the sport category by simply filling "1234" in the third four digits code of the product code. If the user clicks with the arrows to the right, he can enter the third four digits of the product code without problems. But sometimes we need to block the user's typing and set the third four-digit code of the product code at run time. We tried both the traditional Edit.Text method and JavaScript. Neither of us was able to fill in part of the product code without filling in the beginning. Is it possible to fill only part of the code? How can we do that? Mask.rar
  5. Please, Add InputMask.Mask on TUniDateTimePicker and TUniDBDateTimePicker as was included in TUniEdit. Thanks.
×
×
  • Create New...