2150 |
mathias |
1 |
<table class='dijit dijitReset dijitInline dijitLeft'
|
|
|
2 |
cellspacing='0' cellpadding='0'
|
|
|
3 |
dojoAttachEvent="onmouseenter:_onMouse,onmouseleave:_onMouse,onmousedown:_onMouse">
|
|
|
4 |
<tr>
|
|
|
5 |
<td class="dijitStretch dijitButtonContents dijitButtonNode"
|
|
|
6 |
tabIndex="${tabIndex}"
|
|
|
7 |
dojoAttachEvent="ondijitclick:_onButtonClick" dojoAttachPoint="titleNode"
|
|
|
8 |
waiRole="button" waiState="labelledby-${id}_label">
|
|
|
9 |
<div class="dijitInline ${iconClass}" dojoAttachPoint="iconNode"></div>
|
|
|
10 |
<span class="dijitButtonText" id="${id}_label" dojoAttachPoint="containerNode">${label}</span>
|
|
|
11 |
</td>
|
|
|
12 |
<td class='dijitReset dijitRight dijitButtonNode dijitDownArrowButton'
|
|
|
13 |
dojoAttachPoint="popupStateNode,focusNode"
|
|
|
14 |
dojoAttachEvent="ondijitclick:_onArrowClick, onkeypress:_onKey"
|
|
|
15 |
stateModifier="DownArrow"
|
|
|
16 |
title="${optionsTitle}" name="${name}"
|
|
|
17 |
waiRole="button" waiState="haspopup-true"
|
|
|
18 |
><div waiRole="presentation">▼</div>
|
|
|
19 |
</td></tr>
|
|
|
20 |
</table>
|