diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/widget/RollingList/RollingList.html')
| -rw-r--r-- | js/dojo-1.7.2/dojox/widget/RollingList/RollingList.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/widget/RollingList/RollingList.html b/js/dojo-1.7.2/dojox/widget/RollingList/RollingList.html new file mode 100644 index 0000000..ec26ebb --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/RollingList/RollingList.html @@ -0,0 +1,10 @@ +<div class="dojoxRollingList ${className}" + ><div class="dojoxRollingListContainer" dojoAttachPoint="containerNode" dojoAttachEvent="onkeypress:_onKey" + ></div + ><div class="dojoxRollingListButtons" dojoAttachPoint="buttonsNode" + ><button dojoType="dijit.form.Button" dojoAttachPoint="okButton" + dojoAttachEvent="onClick:_onExecute">${okButtonLabel}</button + ><button dojoType="dijit.form.Button" dojoAttachPoint="cancelButton" + dojoAttachEvent="onClick:_onCancel">${cancelButtonLabel}</button + ></div +></div> |
