nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div>
    <table data-dojo-attach-point="numberListTable" style="width:100%;border-collapse:collapse;"
        cellpadding="0" cellspacing="0">
        <tbody>
            <tr>
                <td style="width:50%;">
                    <input data-dojo-attach-point="_dijit1" data-dojo-type="dijit/form/NumberTextBox"
                        data-dojo-props='"required":false,constraints:{min:0,pattern:"#####0.##########"}'
                        style="width:100%;" />
                </td>
                <td>
                    <select data-dojo-attach-point="rangeSelect" data-dojo-type="dijit/form/Select"
                        style="width:100%;" class="operator-select dijit-form-Select restrict-select-width">
                        <option value="none">${nls.none}</option>
                    </select>
                </td>
            </tr>
        </tbody>
    </table>
</div>