Ticket #6113: 6113_dijit.patch

File 6113_dijit.patch, 1.3 kB (added by doughays, 10 months ago)

fix to dijit/tests/form/form.html testcase

  • tests/form/Form.html

     
    301301                                        <td>t1</td> 
    302302                                        <td> 
    303303                                                <textarea id="t1" name="t1"  
    304                                                         dojoType="dijit.form.Textarea">line 1 
    305                                                 line 2</textarea> 
     304                                                        dojoType="dijit.form.Textarea" 
     305>line 1 
     306line 2</textarea> 
    306307                                        </td> 
    307308                                </tr> 
    308309 
     
    310311                                        <td>Fixed size textarea</td> 
    311312                                        <td>st1</td> 
    312313                                        <td> 
    313                                                 <textarea id="st1" name="st1" dojoType="dijit.form.SimpleTextarea" rows=5 cols=50> 
    314                                                         simple line 1 
    315                                                         simple line 2 
    316                                                 </textarea> 
     314                                                <textarea id="st1" name="st1" dojoType="dijit.form.SimpleTextarea" rows=5 cols=50 
     315>simple line 1 
     316simple line 2</textarea> 
    317317                                        </td> 
    318318                                </tr> 
    319319 
     
    321321                                        <td>Editor widget</td> 
    322322                                        <td>richtext</td> 
    323323                                        <td> 
    324                                                 <textarea dojoType="dijit.Editor" name="richtext" pluginsConfig="[{items:['bold','italic']}]"> 
    325                                                         <h1>original</h1> 
    326                                                         <p>This is the default content</p> 
    327                                                 </textarea> 
     324                                                <textarea dojoType="dijit.Editor" name="richtext" pluginsConfig="[{items:['bold','italic']}]" 
     325                                                        ><h1>original</h1 
     326                                                        ><p>This is the default content</p 
     327                                                ></textarea> 
    328328                                        </td> 
    329329                                </tr> 
    330330