root / trunk / web / dojo / dojox / widget / RollingList / RollingList.html
History | View | Annotate | Download (530 Bytes)
| 1 |
<div class="dojoxRollingList ${className}" |
|---|---|
| 2 |
><div class="dojoxRollingListContainer" dojoAttachPoint="containerNode" dojoAttachEvent="onkeypress:_onKey" |
| 3 |
></div |
| 4 |
><div class="dojoxRollingListButtons" dojoAttachPoint="buttonsNode" |
| 5 |
><button dojoType="dijit.form.Button" dojoAttachPoint="okButton" |
| 6 |
dojoAttachEvent="onClick:_onExecute">${okButtonLabel}</button |
| 7 |
><button dojoType="dijit.form.Button" dojoAttachPoint="cancelButton" |
| 8 |
dojoAttachEvent="onClick:_onCancel">${cancelButtonLabel}</button |
| 9 |
></div |
| 10 |
></div> |