Ticket #6113: 6113_dijit.patch
| File 6113_dijit.patch, 1.3 kB (added by doughays, 10 months ago) |
|---|
-
tests/form/Form.html
301 301 <td>t1</td> 302 302 <td> 303 303 <textarea id="t1" name="t1" 304 dojoType="dijit.form.Textarea">line 1 305 line 2</textarea> 304 dojoType="dijit.form.Textarea" 305 >line 1 306 line 2</textarea> 306 307 </td> 307 308 </tr> 308 309 … … 310 311 <td>Fixed size textarea</td> 311 312 <td>st1</td> 312 313 <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 316 simple line 2</textarea> 317 317 </td> 318 318 </tr> 319 319 … … 321 321 <td>Editor widget</td> 322 322 <td>richtext</td> 323 323 <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> 328 328 </td> 329 329 </tr> 330 330