From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/demos/form.html | 243 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 includes/js/dijit/demos/form.html (limited to 'includes/js/dijit/demos/form.html') diff --git a/includes/js/dijit/demos/form.html b/includes/js/dijit/demos/form.html new file mode 100644 index 0000000..e8b238d --- /dev/null +++ b/includes/js/dijit/demos/form.html @@ -0,0 +1,243 @@ + + + + Dojo Form Widgets Test + + + + + + + +
+ +

Job Application Form

+

This is just a little demo of dijit's form widgets

+
+
+ + As you type in the text below, notice how your input is auto + corrected and also the auto completion on the state field. + + Name And Address +
+
+ + +
+ + + +
+ + + + + + + + + +
+ + + + +
+ +
+ Custom checkboxes and radio buttons... + Desired position +
+
+ +
+ + + +
+ + +
+ + +
+
+ +
+ slider and spinner ... + Education and Experience +
+
+ + + + + + + +
+ + + + +
    +
  1. high school
  2. +
  3. college
  4. +
  5. masters
  6. +
  7. PhD
  8. +
+
+
+ + + +
+
+ +
+ Rich text editor that expands as you type in text + +
+
+ +
+ +
+ Text area that expands as you type in text + +
+
+ +
+ +
+ +
+
+ + + -- cgit v1.2.3