Functiondijit.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)
parametertypedescription
evt The focus event.