agriget/lib/dijit/templates/ColorPalette.html

6 lines
254 B
HTML
Raw Permalink Normal View History

2019-03-22 22:17:29 +08:00
<div class="dijitInline dijitColorPalette" role="grid">
<table data-dojo-attach-point="paletteTableNode" class="dijitPaletteTable" cellSpacing="0" cellPadding="0" role="presentation">
<tbody data-dojo-attach-point="gridNode"></tbody>
</table>
</div>