]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/form/templates/Button.html
Replace deprecated dojo.place with domConstruct.place
[tt-rss.git] / lib / dijit / form / templates / Button.html
CommitLineData
1354d172
AD
1<span class="dijit dijitReset dijitInline" role="presentation"
2 ><span class="dijitReset dijitInline dijitButtonNode"
3 data-dojo-attach-event="ondijitclick:_onClick" role="presentation"
4 ><span class="dijitReset dijitStretch dijitButtonContents"
5 data-dojo-attach-point="titleNode,focusNode"
6 role="button" aria-labelledby="${id}_label"
7 ><span class="dijitReset dijitInline dijitIcon" data-dojo-attach-point="iconNode"></span
8 ><span class="dijitReset dijitToggleButtonIconChar">&#x25CF;</span
9 ><span class="dijitReset dijitInline dijitButtonText"
10 id="${id}_label"
11 data-dojo-attach-point="containerNode"
12 ></span
13 ></span
14 ></span
15 ><input ${!nameAttrSetting} type="${type}" value="${value}" class="dijitOffScreen"
16 tabIndex="-1" role="presentation" data-dojo-attach-point="valueNode"
17/></span>