1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <div>
| <table class="layout">
| <colgroup>
| <col width="auto"></col>
| <col width="100px;"></col>
| </colgroup>
| <tbody>
| <td>
| <div data-dojo-attach-point="urlTextBox" data-dojo-type="dijit/form/ValidationTextBox" data-dojo-props='required:true,trim:true,disabled:true' style="width:100%;"></div>
| </td>
| <td>
| <div class="jimu-btn set-source" data-dojo-attach-point="btnSetSource" data-dojo-attach-event="onclick:_onBtnSetSourceClick">${nls.set}</div>
| </td>
| </tbody>
| </table>
| </div>
|
|