Changeset 9864
- Timestamp:
- 07/30/07 12:18:19 (16 months ago)
- Location:
- dijit/trunk
- Files:
-
- 2 modified
-
ColorPalette.js (modified) (2 diffs)
-
templates/ColorPalette.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/ColorPalette.js
r9757 r9864 112 112 highlightNode.setAttribute("tabIndex","-1"); 113 113 highlightNode.title = color+ " "; //color name will go here 114 dijit.wai.setAttr(highlightNode, "waiRole", "role", " td");114 dijit.wai.setAttr(highlightNode, "waiRole", "role", "gridcell"); 115 115 highlightNode.index = this._highlightNodes.length; 116 116 this._highlightNodes.push(highlightNode); … … 237 237 238 238 _navigateByKey: function(increment, typeCount){ 239 // summary: 239 // summary:we 240 240 // This is the callback for typematic. 241 241 // It changes the focus and the highlighed color. -
dijit/trunk/templates/ColorPalette.html
r9056 r9864 1 1 <fieldset class="dijitInlineBox"> 2 <div style="overflow: hidden" dojoAttachPoint="divNode" >2 <div style="overflow: hidden" dojoAttachPoint="divNode" waiRole="grid" tabIndex="-1"> 3 3 <img style="border-style: none;" dojoAttachPoint="imageNode" tabIndex="-1" /> 4 4 </div>