Ticket #599: 599.patch

File 599.patch, 0.8 kB (added by haysmark, 15 months ago)

Refs #599. Added a TimeTextBox?+TimePicker? to themeTester.

  • themes/themeTester.html

     
    662662 
    663663                                                <hr class="spacer"> 
    664664 
     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 
    665680                                                 
    666681                                                <h2>dijit.form.FilteringSelect + Inline + remote data store:</h2> 
    667682                                                (HTML block before)