liuyg
2021-06-30 f7578f792d716d1aa4e6131c35bc325faba1488c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="dojoxUploaderFileList">
    <div data-dojo-attach-point="progressNode" class="dojoxUploaderFileListProgress">
        <div data-dojo-attach-point="percentBarNode" class="dojoxUploaderFileListProgressBar"></div>
        <div data-dojo-attach-point="percentTextNode" class="dojoxUploaderFileListPercentText">0%</div>
    </div>
    <table class="dojoxUploaderFileListTable">
        <thead>
            <tr class="dojoxUploaderFileListHeader">
                <th class="dojoxUploaderIndex">${headerIndex}</th>
                <th class="dojoxUploaderIcon">${headerType}</th>
                <th class="dojoxUploaderFileName">${headerFilename}</th>
                <th class="dojoxUploaderFileSize" data-dojo-attach-point="sizeHeader">${headerFilesize}</th>
            </tr>
        </thead>
        <tbody class="dojoxUploaderFileListContent" data-dojo-attach-point="listNode"></tbody>
    </table>
<div>