dijit.ColorPalette._onCellFocus
dojo.require("dijit.ColorPalette");
defined in dijit/ColorPalette.js
Handler for onFocus. Removes highlight of the color that just lost focus, and highlights the new color.
Usage
function (evt) (view source)
parameter | type | description |
---|---|---|
evt | The focus event. |