]> git.wh0rd.org - tt-rss.git/blob - 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
1 <span class="dijit dijitReset dijitInline"
2 ><span class='dijitReset dijitInline dijitButtonNode'
3 data-dojo-attach-event="ondijitclick:__onClick" data-dojo-attach-point="_buttonNode"
4 ><span class="dijitReset dijitStretch dijitButtonContents"
5 data-dojo-attach-point="focusNode,titleNode,_arrowWrapperNode,_popupStateNode"
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"
11 data-dojo-attach-point="containerNode"
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"
19 data-dojo-attach-event="onclick:_onClick" data-dojo-attach-point="valueNode" aria-hidden="true"
20 /></span>