]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/templates/InlineEditBox.html
d6c7096dcaad18232e720284d84ef0fd5d697f99
[tt-rss.git] / lib / dijit / templates / InlineEditBox.html
1 <span data-dojo-attach-point="editNode" role="presentation" class="dijitReset dijitInline dijitOffScreen"
2 data-dojo-attach-event="onkeypress: _onKeyPress"
3 ><span data-dojo-attach-point="editorPlaceholder"></span
4 ><span data-dojo-attach-point="buttonContainer"
5 ><button data-dojo-type="dijit/form/Button" data-dojo-props="label: '${buttonSave}', 'class': 'saveButton'"
6 data-dojo-attach-point="saveButton" data-dojo-attach-event="onClick:save"></button
7 ><button data-dojo-type="dijit/form/Button" data-dojo-props="label: '${buttonCancel}', 'class': 'cancelButton'"
8 data-dojo-attach-point="cancelButton" data-dojo-attach-event="onClick:cancel"></button
9 ></span
10 ></span>