dijit/_PaletteMixin.__Dye (version 1.10)

Summary

Interface for the JS Object associated with a palette cell (i.e. DOMNode)

Note: This is not a real constructor, but just a description of the type of object that should be passed as a parameter to some method(s), and/or the return value from some method(s). In other words, the type exists only for documentation purposes, and you cannot call new _PaletteMixin.__Dye()

Usage

var foo = new _PaletteMixin.__Dye(alias,row,col);
dijit/_PaletteMixin
Parameter Type Description
alias String
row undefined
col undefined

Method Summary

  • fillCell(cell,blankGif) Add cell DOMNode inner structure
  • getValue() Return "value" of cell; meaning of "value" varies by subclass.

Methods

fillCell(cell,blankGif)
Defined by dijit/_PaletteMixin

Add cell DOMNode inner structure

Parameter Type Description
cell DomNode

The surrounding cell

blankGif String

URL for blank cell image

getValue()
Defined by dijit/_PaletteMixin

Return "value" of cell; meaning of "value" varies by subclass.

For example color hex value, emoticon ascii value etc, entity hex value.

Error in the documentation? Can’t find what you are looking for? Let us know!