Changeset 7527
- Timestamp:
- 03/06/07 04:34:58 (21 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/form/test_validate.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/form/test_validate.html
r7526 r7527 123 123 <span class="emphasize"><label for="q04">Occupation: </label></span> 124 124 <span class="noticeMessage">ValidationTextbox class, 125 Attributes: {lowercase: true, required: false}. Displays a prompt message if field is missing. </span>125 Attributes: {lowercase: true, required: true}. Displays a prompt message if field is missing. </span> 126 126 </div> 127 127 <div class="formAnswer"> … … 129 129 dojoType="dijit.form.ValidationTextbox" 130 130 lowercase="true" 131 required="true" 131 132 promptMessage="Enter an occupation" /> 132 133 </div> … … 440 441 regExp="[\w]+" 441 442 required="true" 442 invalidMessage="Invalid Non-Space Text." />443 invalidMessage="Invalid Non-Space Text." /> 443 444 </div> 444 445 … … 459 460 <input id="ticket1651" class="medium" value="not null"/> 460 461 </div> 462 461 463 <script> 462 464 // See if we can make a widget in script and attach it to the DOM ourselves.