Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / form / resources / CheckedMultiSelect.html

History | View | Annotate | Download (252 Bytes)

1 9 andrej.cim
<div class="dijit dijitReset dijitInline" dojoAttachEvent="onmousedown:_onMouseDown,onclick:focus"
2
        ><select class="${baseClass}Select" multiple="true" dojoAttachPoint="containerNode,focusNode"></select
3
        ><div dojoAttachPoint="wrapperDiv"></div
4
></div>