]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/form/templates/DropDownButton.html
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / form / templates / DropDownButton.html
CommitLineData
1354d172
AD
1<span class="dijit dijitReset dijitInline"
2 ><span class='dijitReset dijitInline dijitButtonNode'
6887a0f5 3 data-dojo-attach-event="ondijitclick:__onClick" data-dojo-attach-point="_buttonNode"
1354d172 4 ><span class="dijitReset dijitStretch dijitButtonContents"
6887a0f5 5 data-dojo-attach-point="focusNode,titleNode,_arrowWrapperNode,_popupStateNode"
1354d172
AD
6 role="button" aria-haspopup="true" aria-labelledby="${id}_label"
7 ><span class="dijitReset dijitInline dijitIcon"
8 data-dojo-attach-point="iconNode"
9 ></span
10 ><span class="dijitReset dijitInline dijitButtonText"
6887a0f5 11 data-dojo-attach-point="containerNode"
1354d172
AD
12 id="${id}_label"
13 ></span
14 ><span class="dijitReset dijitInline dijitArrowButtonInner"></span
15 ><span class="dijitReset dijitInline dijitArrowButtonChar">&#9660;</span
16 ></span
17 ></span
18 ><input ${!nameAttrSetting} type="${type}" value="${value}" class="dijitOffScreen" tabIndex="-1"
6887a0f5 19 data-dojo-attach-event="onclick:_onClick" data-dojo-attach-point="valueNode" aria-hidden="true"
1354d172 20/></span>