Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / atom / widget / templates / PeopleEditor.html

History | View | Annotate | Download (238 Bytes)

1
<div class="peopleEditor">
2
        <table style="width: 100%">
3
                <tbody dojoAttachPoint="peopleEditorEditors"></tbody>
4
        </table>
5
        <span class="peopleEditorButton" dojoAttachPoint="peopleEditorButton" dojoAttachEvent="onclick:_add"></span>
6
</div>