shuishen
2021-06-04 db9ea2a557e28fb1096dfebdb2ac23c3fe86cb57
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>