Results 1 to 1 of 1

Thread: client side validation using dojo

  1. #1

    Default client side validation using dojo

    i need to create a static form with name and email id fields. Validation is done using DOJO.
    <label for="firstName">First Name: </label>
    <input type="text" id="firstName" name="firstName"

    dojoType="dijit.form.ValidationTextBox"
    required="true"
    propercase="true"
    promptMessage="Enter first name."
    invalidMessage="First name is required."
    trim="true"

    /><br>
    Last edited by supriya_patanjali; Dec 16th, 2010 at 04:29 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •