root/trunk/deployment/resources/javascript/dojo-0.4.1-ajax/src/widget/templates/DropDownButtonTemplate.html

Revision 1164 (checked in by douglm, 6 years ago)

Add dojo to deployment process

Line 
1 <button dojoAttachPoint="button" class="dojoButton dojoButtonNoHover" dojoAttachEvent="onMouseOver: ; onMouseOut: ; onClick: ;">
2   <table dojoAttachPoint="table" style="margin:0 0 0 0;"><tr>
3     <td class="label" dojoAttachPoint="labelCell"></td>
4     <td class="border" dojoAttachPoint="borderCell"></td>
5     <td class="downArrow" dojoAttachPoint="arrowCell">
6       <img dojoAttachPoint="arrow">
7     </td>
8   </tr></table>
9 </button>
Note: See TracBrowser for help on using the browser.