Ticket #599: 599.patch
| File 599.patch, 0.8 kB (added by haysmark, 15 months ago) |
|---|
-
themes/themeTester.html
662 662 663 663 <hr class="spacer"> 664 664 665 <h2>dijit.form.TimeTextBox:</h2> 666 667 (HTML inline before) 668 <span id="timePicker" dojoType="dijit.form.InlineEditBox"> 669 <input name="date" value="T09:00:00" 670 dojoType="dijit.form.TimeTextBox" 671 constraints={locale:'en-us'} 672 required="true" 673 promptMessage="mm/dd/yyyy" 674 invalidMessage="Invalid date. Use mm/dd/yyyy format."> 675 </span> 676 (HTML after) 677 678 <hr class="spacer"> 679 665 680 666 681 <h2>dijit.form.FilteringSelect + Inline + remote data store:</h2> 667 682 (HTML block before)