Skip to content

Instantly share code, notes, and snippets.

View Ricoux's full-sized avatar

Eric Mas Ricoux

  • OpenDev
  • Clermont-Ferrand, France
View GitHub Profile
@Ricoux
Ricoux / Ux.InputTextMask.js
Last active September 21, 2015 09:12 — forked from loiane/Ux.InputTextMask.js
Ux.InputTextMask for ExtJS4
/**
* InputTextMask script used for mask/regexp operations.
* Mask Individual Character Usage:
* 9 - designates only numeric values
* L - designates only uppercase letter values
* l - designates only lowercase letter values
* A - designates only alphanumeric values
* X - denotes that a custom client script regular expression is specified</li>
* All other characters are assumed to be "special" characters used to mask the input component.
* Example 1: