Showing posts with label AUI alpha and alphanumeric form validation. Show all posts
Showing posts with label AUI alpha and alphanumeric form validation. Show all posts

Monday, October 15, 2012

AUI Form Validation for Alpha and AlphaNumeric


<aui:input name="field1" >
           
    <!-- Only allow alphabetical characters -->
    <aui:validator name="alpha" />
   
</aui:input>

<aui:input name="field2" >
           
    <!-- Only allow alphanumeric characters/digits -->
    <aui:validator name="alphanum" />
   
</aui:input >