Show
Ignore:
Timestamp:
02/21/08 08:27:22 (11 months ago)
Author:
becky
Message:

refs #5934 added input type=file as first item of dialog for testing and debugging

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/test_Dialog.html

    r12572 r12589  
    6464                execute="alert('submitted w/args:\n' + dojo.toJson(arguments[0], true));"> 
    6565        <table> 
     66                <tr> 
     67                        <td><label for="afile">ID File: </label></td> 
     68                        <td><input dojoType=dijit.form.TextBox type="file" name="afile" id="afile"></td> 
     69                </tr> 
    6670                <tr> 
    6771                        <td><label for="name">Name: </label></td>