Constructordojox.grid.Builder

dojo.require("dojox.grid._grid.builder");
defined in dojox/grid/_grid/builder.js

Base class to produce html for grid content. Also provide event decoration, providing grid related information inside the event object passed to grid events.

Usage

function (inView) (view source)
parametertypedescription
inView  

Jump to PropertiesFunctionsBack to top

FunctionfindCellTarget(inSourceNode, inTopNode)
FunctionfindRowTarget(inSource)
FunctionfindTarget(inSource, inTag)
FunctiongenerateCellMarkup(inCell, inMoreStyles, inMoreClasses, isHeader)
FunctiongetCellNode(inRowNode, inCellIndex)
FunctiongetCellNodeIndex(inCellNode)
FunctionisCellNode(inNode)

Jump to FunctionsPropertiesBack to top