liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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>