<input type="text" name="myInput" size="20" class="foswikiInputField required" value="" />
<input type="text" name="myInput" size="20" class="foswikiInputField required email" value="" />Also works for 'date'.
<input type="text" name="myInput" size="20" class="foswikiInputField" minlength="2" value="" />Also works for 'maxlength'.
min="1" max="100" class="url" class="number"
I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
css | my_application.css | manage | 1 K | 25 Feb 2010 - 21:32 | UnknownUser | Skeleton CSS file that defines layout and style. Copy and modify this to suit your needs. |
js | my_application.js | manage | 984 bytes | 26 Feb 2010 - 00:47 | UnknownUser | Javascript providing client-side validation and AJAX remote procedure call. |
txt | my_application.pl.txt | manage | 3 K | 18 Aug 2009 - 18:41 | UnknownUser | Skeleton of perl executable that will be called by the form. Copy and modify this. |