You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
493 B
9 lines
493 B
<div class="dijitFileInput"> |
|
<input id="${id}" class="dijitFileInputReal" type="file" dojoAttachPoint="fileInput" name="${name}" /> |
|
<div class="dijitFakeInput"> |
|
<input class="dijitFileInputVisible" type="text" dojoAttachPoint="focusNode, inputNode" /> |
|
<div class="dijitInline dijitFileInputText" dojoAttachPoint="titleNode">${label}</div> |
|
<div class="dijitInline dijitFileInputButton" dojoAttachPoint="cancelNode" |
|
dojoAttachEvent="onclick:reset">${cancelText}</div> |
|
</div> |
|
</div>
|
|
|