Login Register Help
API Documentation
Choose a stylesheet:

Constructordojox.grid.DataGrid

dojo.require("dojox.grid.DataGrid");

 

Usage

var foo=new dojox.grid.DataGrid();

Jump to PropertiesJump to FunctionsNamespacesBack to top

Jump to PropertiesJump to NamespacesFunctionsBack to top

FunctionadaptHeight(inHeaderHeight)
Defined by dojox.grid._Grid
Defined by dojox.grid._Grid
Add a row to the grid.
Functionattr(name: String|Object, value: Object?)
Defined by dijit._Widget
Set or get properties on a widget instance.
Defined by dojox.grid._Grid
Use to make multiple changes to rows while queueing row updating. NOTE: not currently supporting nested begin/endUpdate calls
Construct the UI for this widget from a template, setting this.domNode.
FunctioncanEdit(inCell, inRowIndex)
FunctioncanSort(inSortInfo: Integer)
Overrides dojox.grid._Grid
Determines if the grid can be sorted
Functionconnect(obj: Object|null, event: String|Function, method: String|Function): _Widget.Handle
Defined by dijit._Widget
Connects specified obj/event to specified method of this object and registers for disconnect() on widget destroy.
Functioncreate(params: Object?, srcNodeRef: DomNode|String?)
Defined by dijit._Widget
Kick off the life-cycle of a widget
Defined by dojox.grid._Grid
Creates a new Grid layout
Defined by dojox.grid._Grid
create grid managers for various tasks including rows, focus, selection, editing
Defined by dojox.grid._Grid
Creates a new virtual scroller
Overrides dojox.grid._Grid
Creates a new Grid selection manager.
FunctioncreateView(inClass, idx)
Defined by dojox.grid._Grid
Functiondestroy(preserveDom: Boolean)
Destroy this widget, but not its descendants. This method will, however, destroy internal widgets such as those used within a template.
Defined by dijit._Widget
Recursively destroy the children of this widget and their descendants.
FunctiondestroyRecursive(preserveDom: Boolean?)
Defined by dijit._Widget
Destroy this widget and its descendants. This is the generic "destructor" function that all widget users should call to cleanly discard with a widget. Once a widget is destroyed, it is removed from the manager object.
FunctiondestroyRendering(preserveDom: Boolean?)
Destroys the DOM nodes associated with this widget
Functiondisconnect(handles: Object)
Defined by dijit._Widget
Disconnects handle created by connect. Also removes handle from this widget's list of connects.
FunctiondoApplyCellEdit(inValue, inRowIndex, inAttrName)
Overrides dojox.grid._Grid
FunctiondoApplyEdit(inRowIndex, inDataAttr)
Overrides dojox.grid._Grid
FunctiondoCancelEdit(inRowIndex)
Overrides dojox.grid._Grid
Functiondojox.grid.DataGrid.markupFactory(props, node, ctor, cellFunc)
FunctiondoStartEdit(inCell, inRowIndex)
Overrides dojox.grid._Grid
Defined by dojox.grid._Grid
Use after calling beginUpdate to render any changes made to rows.
Functionfilter(query, reRender)
Functionget(inRowIndex, inItem)
Overrides dojox.grid._Grid
Default data getter.
FunctiongetCell(inIndex: Integer)
Defined by dojox.grid._Grid
Retrieves the cell object for a given grid column.
FunctiongetCellName(inCell)
Overrides dojox.grid._Grid
Returns the cell name of a passed cell
FunctiongetChildren(): dijit._Widget[]
Defined by dijit._Widget
Returns all the widgets contained by this, i.e., all widgets underneath this.containerNode. Does not return nested widgets, nor widgets that are part of this widget's template.
FunctiongetDescendants(): Array | dijit._Widget[]
Defined by dijit._Widget
Returns all the widgets contained by this, i.e., all widgets underneath this.containerNode. This method should generally be avoided as it returns widgets declared in templates, which are supposed to be internal/hidden, but it's left here for back-compat reasons.
FunctiongetItem(idx)
Overrides dojox.grid._Grid
FunctiongetRowNode(inRowIndex)
Defined by dojox.grid._Grid
find the rowNode that is not a rowSelector
FunctiongetSortAsc(inSortInfo): Boolean
Defined by dojox.grid._Grid
Returns true if grid is sorted in an ascending direction.
FunctiongetSortIndex(inSortInfo): Integer
Defined by dojox.grid._Grid
Returns the index of the column on which the grid is sorted
Defined by dijit._Widget
Return true if this widget can currently be focused and false if not
Defined by dijit._Widget
Checks the page for text direction
FunctiononApplyCellEdit(inValue: String, inRowIndex: Integer, inFieldIndex: Integer)
Defined by dojox.grid._Events
Event fired when editing is applied for a given grid cell
FunctiononApplyEdit(inRowIndex: Integer)
Defined by dojox.grid._Events
Event fired when editing is applied for a given grid row
Defined by dijit._Widget
Called when the widget stops being "active" because focus moved to something outside of it, or the user clicked somewhere outside of it, or the widget was hidden.
FunctiononCancelEdit(inRowIndex: Integer)
Defined by dojox.grid._Events
Event fired when editing is cancelled for a given grid cell
FunctiononCanDeselect(inRowIndex: Integer)
Defined by dojox.grid._Events
Event to determine if a grid row may be deselected
FunctiononCanSelect(inRowIndex: Integer)
Defined by dojox.grid._Events
Event to determine if a grid row may be selected
FunctiononCellClick(e: Event)
Defined by dojox.grid._Events
Event fired when a cell is clicked.
Defined by dojox.grid._Events
Event fired when a cell context menu is accessed via mouse right click.
FunctiononCellDblClick(e: Event)
Defined by dojox.grid._Events
Event fired when a cell is double-clicked.
FunctiononCellFocus(inCell: Object, inRowIndex: Integer)
Defined by dojox.grid._Events
Event fired when a cell receives focus.
FunctiononCellMouseDown(e: Event)
Defined by dojox.grid._Events
Event fired when mouse is down in a header cell.
FunctiononCellMouseOut(e: Event)
Defined by dojox.grid._Events
Event fired when mouse moves out of a cell.
FunctiononCellMouseOver(e: Event)
Defined by dojox.grid._Events
Event fired when mouse is over a cell.
FunctiononClick(event: mouse)
Defined by dijit._Widget
Connect to this function to receive notifications of mouse click events.
Defined by dijit._Widget
Callback if someone tries to close the child, child will be closed if func returns true
Defined by dojox.grid._Events
Top level handler for Content events
FunctiononDblClick(event: mouse)
Defined by dijit._Widget
Connect to this function to receive notifications of mouse double click events.
FunctiononDeselected(inRowIndex: Integer)
Defined by dojox.grid._Events
Event fired when a grid row is deselected
FunctiononFetchError(err, req)
Defined by dijit._Widget
Called when the widget becomes "active" because it or a widget inside of it either has focus, or has recently been clicked.
Defined by dojox.grid._Events
Event fired when a header cell is clicked.
Defined by dojox.grid._Events
Event fired when a header cell context menu is accessed via mouse right click.
Defined by dojox.grid._Events
Event fired when a header cell is double clicked.
Defined by dojox.grid._Events
Event fired when mouse is down in a header cell.
Defined by dojox.grid._Events
Event fired when mouse moves out of a header cell.
Defined by dojox.grid._Events
Event fired when mouse moves over a header cell.
FunctiononHeaderClick(e: Event)
Defined by dojox.grid._Events
Event fired when the grid header is clicked.
Defined by dojox.grid._Events
Event fired when the grid header context menu is accessed via mouse right click.
Defined by dojox.grid._Events
Event fired when the grid header is double clicked.
Defined by dojox.grid._Events
Top level handler for header events
Defined by dojox.grid._Events
Event fired when mouse moves out of the grid header.
Defined by dojox.grid._Events
Event fired when mouse moves over the grid header.
Defined by dijit._Widget
Called when another widget becomes the selected pane in a dijit.layout.TabContainer, dijit.layout.StackContainer, dijit.layout.AccordionContainer, etc. Also called to indicate hide of a dijit.Dialog, dijit.TooltipDialog, or dijit.TitlePane.
Grid key event handler. By default enter begins editing and applies edits, escape cancels an edit, tab, shift-tab, and arrow keys move grid cell focus.
Defined by dojox.grid._Events
top level handler for Key Events
FunctiononKeyPress(event: key)
Defined by dijit._Widget
Connect to this function to receive notifications of printable keys being typed.
FunctiononKeyUp(event: key)
Defined by dijit._Widget
Connect to this function to receive notifications of keys being released.
FunctiononMouseDown(e: Event)
Event fired when mouse is down inside grid.
FunctiononMouseDownRow(e: Event)
Defined by dojox.grid._Events
Event fired when mouse is down inside grid row
FunctiononMouseEnter(event: mouse)
Defined by dijit._Widget
Connect to this function to receive notifications of when the mouse moves onto this widget.
FunctiononMouseLeave(event: mouse)
Defined by dijit._Widget
Connect to this function to receive notifications of when the mouse moves off of this widget.
FunctiononMouseMove(event: mouse)
Defined by dijit._Widget
Connect to this function to receive notifications of when the mouse moves over nodes contained within this widget.
FunctiononMouseOut(e: Event)
Event fired when mouse moves out of the grid.
FunctiononMouseOutRow(e: Event)
Defined by dojox.grid._Events
Event fired when mouse moves out of any row (data or header).
FunctiononMouseOver(e: Event)
Event fired when mouse is over the grid.
FunctiononMouseOverRow(e: Event)
Defined by dojox.grid._Events
Event fired when mouse is over any row (data or header).
FunctiononMouseUp(event: mouse)
Defined by dijit._Widget
Connect to this function to receive notifications of when the mouse button is released.
FunctiononRowClick(e: Event)
Defined by dojox.grid._Events
Event fired when a row is clicked.
Defined by dojox.grid._Events
Event fired when a row context menu is accessed via mouse right click.
FunctiononRowDblClick(e: Event)
Defined by dojox.grid._Events
Event fired when a row is double clicked.
FunctiononRowMouseDown(e: Event)
Defined by dojox.grid._Events
Event fired when mouse is down in a row.
FunctiononRowMouseOut(e: Event)
Defined by dojox.grid._Events
Event fired when mouse moves out of a data row.
FunctiononRowMouseOver(e: Event)
Defined by dojox.grid._Events
Event fired when mouse moves over a data row.
FunctiononSelected(inRowIndex: Integer)
Defined by dojox.grid._Events
Event fired when a grid row is selected
Defined by dijit._Widget
Called when this widget becomes the selected pane in a dijit.layout.TabContainer, dijit.layout.StackContainer, dijit.layout.AccordionContainer, etc. Also called to indicate display of a dijit.Dialog, dijit.TooltipDialog, or dijit.TitlePane.
FunctiononStartEdit(inCell: Object, inRowIndex: Integer)
Defined by dojox.grid._Events
Event fired when editing is started for a given grid cell
FunctiononStyleRow(inRow)
Perform row styling on a given row. Called whenever row styling is updated.
FunctionplaceAt(reference: String|DomNode|_Widget, position: String|Integer?)
Defined by dijit._Widget
Place this widget's domNode reference somewhere in the DOM based on standard dojo.place conventions, or passing a Widget reference that contains and addChild member.
Called after a widget's dom has been setup
Called after the parameters to the widget have been read-in, but before the widget template is instantiated. Especially useful to set properties that are referenced in the widget template.
Overrides dojox.grid._Grid
Remove the selected rows from the grid.
Defined by dojox.grid._Grid
Render the grid, headers, and views. Edit and scrolling states are reset. To retain edit and scrolling states, see Update.
FunctionrenderRow(inRowIndex, inNodes)
Defined by dojox.grid._Grid
private, used internally to render rows
Functionresize(changeSize, resultSize)
Defined by dojox.grid._Grid
Update the grid's rendering dimensions and resize it
Defined by dojox.grid._Grid
Update grid when the height of a row has changed. Row height is handled automatically as rows are rendered. Use this function only to update a row's height outside the normal rendering process.
FunctionrowRemoved(inRowIndex)
Defined by dojox.grid._Grid
private, used internally to remove rows
Defined by dojox.grid._Grid
Vertically scroll the grid to a given pixel position
FunctionscrollToRow(inRowIndex: Integer)
Defined by dojox.grid._Grid
Scroll the grid to a specific row.
FunctionsetAttribute(attr: String, value: anything)
Defined by dijit._Widget
Deprecated. Use attr() instead.
FunctionsetCellWidth(inIndex, inUnitWidth)
Defined by dojox.grid._Grid
FunctionsetItems(items)
FunctionsetQuery(query, queryOptions)
Defined by dojox.grid._Grid
FunctionsetSortIndex(inIndex: Integer, inAsc: Boolean)
Defined by dojox.grid._Grid
Sort the grid on a column in a specified direction
FunctionsetSortInfo(inSortInfo)
Defined by dojox.grid._Grid
FunctionsetStore(store, query, queryOptions)
FunctionsetStructure(inStructure: dojox.grid.__ViewDef|dojox.grid.__ViewDef[]|dojox.grid.__CellDef[]|Array[dojox.grid.__CellDef[]])
Defined by dojox.grid._Grid
Install a new structure and rebuild the grid.
FunctionshowMessage(message)
Defined by dojox.grid._Grid
Called after a widget's children, and other widgets on the page, have been created. Provides an opportunity to manipulate any children before they are displayed. This is useful for composite widgets that need to control or layout sub-widgets. Many layout widgets can use this as a wiring phase.
FunctionstyleRowNode(inRowIndex, inRowNode)
Defined by dojox.grid._Grid
Perform row styling
Functionsubscribe(topic: String, method: String|Function)
Defined by dijit._Widget
Subscribes to the specified topic and calls the specified method of this object and registers for unsubscribe() on widget destroy.
Defined by dijit._Widget
Returns a string that represents the widget. When a widget is cast to a string, this method will be used to generate the output. Currently, it does not implement any sort of reversable serialization.
Defined by dijit._Widget
Stub function. Override to implement custom widget tear-down behavior.
Defined by dijit._Widget
Unsubscribes handle created by this.subscribe. Also removes handle from this widget's list of subscriptions
Defined by dojox.grid._Grid
Update the grid, retaining edit and scrolling states.
FunctionupdateRow(inRowIndex: Integer)
Defined by dojox.grid._Grid
Render a single row.
FunctionupdateRowCount(inRowCount: Integer)
Defined by dojox.grid._Grid
Change the number of rows.
FunctionupdateRows(startIndex: Integer, howMany: Integer)
Defined by dojox.grid._Grid
Render consecutive rows at once.
FunctionupdateRowStyles(inRowIndex)
Defined by dojox.grid._Grid
Update the styles for a row after it's state has changed.
Function_addItem(item, index, noUpdate)
Defined by dijit._Widget
Step during widget creation to copy all widget attributes to the DOM as per attributeMap and _setXXXAttr functions.
Function_attachTemplateNodes(rootNode: DomNode|Array[Widgets], getAttrFunc: Function?)
Defined by dijit._Templated
Iterate through the template and attach functions and nodes accordingly.
Function_attrToDom(attr: String, value: String)
Defined by dijit._Widget
Reflect a widget attribute (title, tabIndex, duration etc.) to the widget DOM, as specified in attributeMap.
Function_copyAttr(idx, attr)
Function_createItem(item, index)
Function_dispatch(m, e)
Defined by dojox.grid._Grid
Function_fetch(start, isRender)
Overrides dojox.grid._Grid
Defined by dijit._Templated
Relocate source contents to templated container node. this.containerNode must be able to receive children, or exceptions will be thrown.
Defined by dijit._Widget
Helper function for Widget.attr(). Caches attribute name values so we don't do the string ops every time.
Function_getItemAttr(idx, attr)
Function_getItemIndex(item, isDeleted)
Function_needPage(inPageIndex)
Defined by dijit._Widget
This is where widgets do processing for when they stop being active, such as changing CSS classes. See onBlur() for more details.
Defined by dijit._Widget
Called when someone connects to one of my handlers. "Turn on" that handler if it isn't active yet. This is also called for every single initialization parameter so need to do nothing for parameters like "id".
Function_onDelete(item)
Function_onFetchBegin(size, req)
Function_onFetchComplete(items, req)
Function_onFetchError(err, req)
Defined by dijit._Widget
This is where widgets do processing for when they are active, such as changing CSS classes. See onFocus() for more details.
Function_onNew(item, parentInfo)
Function_onSet(item, attribute, oldValue, newValue)
Defined by dijit._Widget
Internal method called when this widget is made visible. See onShow for details.
Function_pageToRow(inPageIndex)
Function_preparePage(inRowIndex)
Function_refresh(isRender)
Function_requestPage(inPageIndex)
Function_requestsPending(inRowIndex)
Function_resize(changeSize, resultSize)
Defined by dojox.grid._Grid
Function_rowToPage(inRowIndex)
Function_setAutoHeightAttr(ah, skipRender)
Defined by dojox.grid._Grid
Defined by dijit._Widget
Custom setter for the CSS "class" attribute
Function_setQuery(query, queryOptions)
Function_setStore(store)
Defined by dojox.grid._Grid
Defined by dijit._Widget
Sets the style attribut of the widget according to value, which is either a hash like {height: "5px", width: "3px"} or a plain string
Defined by dijit._Templated
Does substitution of ${foo} type properties in template string

Jump to FunctionsJump to NamespacesPropertiesBack to top

Defined by dojox.grid._Grid
If autoHeight is true, grid height is automatically set to fit the data. If it is an integer, the height will be automatically set to fit the data if there are fewer than that many rows - and the height will be set to show that many rows if there are more
Defined by dojox.grid._Grid
If autoRender is true, grid will render itself after initialization.
Defined by dojox.grid._Grid
If autoWidth is true, grid width is automatically set to fit the data.
Defined by dojox.grid._Events
css class to apply to grid cells over which the cursor is placed.
Defined by dijit._Widget
HTML class attribute
Defined by dojox.grid._Grid
CSS class applied to the grid's domNode
Defined by dijit._Widget
True if user can close (destroy) this child, such as (for example) clicking the X on the tab.
Defined by dijit._Widget
The number of columns this widget should span.
Defined by dijit._Widget
Column of the grid to place the widget.
Defined by dojox.grid._Grid
If set to true, will add drag and drop reordering to views with one row of columns.
Designates where children of the source dom node will be placed. "Children" in this case refers to both dom nodes and widgets. For example, for myWidget: <div dojoType=myWidget> <b> here's a plain dom node <span dojoType=subWidget>and a widget</span> <i> and another plain dom node </i> </div> containerNode would point to: <b> here's a plain dom node <span dojoType=subWidget>and a widget</span> <i> and another plain dom node </i> In templated widgets, "containerNode" is set via a dojoAttachPoint assignment. containerNode must be defined for any widget that accepts innerHTML (like ContentPane or BorderContainer or even Button), and conversely is null for widgets that don't, like TextBox.
Defined by dojox.grid._Grid
default height of the grid, measured in any valid css unit.
Defined by dijit._Widget
Unsupported by Dijit, but here for completeness. Dijit only supports setting text direction on the entire document. Bi-directional support, as defined by the [HTML DIR](http://www.w3.org/TR/html401/struct/dirlang.html#adef-dir) attribute. Either left-to-right "ltr" or right-to-left "rtl".
This is our visible representation of the widget! Other DOM Nodes may by assigned to other properties, usually through the template system's dojoAttachPoint syntax, but the domNode property is the canonical "top level" node in widget UI.
Defined by dijit._Widget
To remove the drag capability.
Defined by dojox.grid._Grid
indicates if the grid contains editable cells, default is false set to true if editable cell encountered during rendering
Defined by dojox.grid._Grid
Override defaults and make the indexed grid view elastic, thus filling available horizontal space.
Defined by dojox.grid._Grid
Message that shows when the grid encounters an error loading
Defined by dojox.grid._Grid
This will escape HTML brackets from the data to prevent HTML from user-inputted data being rendered with may contain JavaScript and result in XSS attacks. This is true by default, and it is recommended that it remain true. Setting this to false will allow data to be displayed in the grid without filtering, and should be only used if it is known that the data won't contain malicious scripts. If HTML is needed in grid cells, it is recommended that you use the formatter function to generate the HTML (the output of formatter functions is not filtered, even with escapeHTMLInData set to true).
Defined by dojox.grid._Grid
flag modifies vertical scrolling behavior. Defaults to true but set to false for slower scroll performance but more immediate scrolling feedback
Defined by dojox.grid._Grid
An object to execute format functions within. If not set, the format functions will execute within the scope of the cell that has a format function.
Defined by dijit._Widget
Defines a group belonging.
Defined by dojox.grid._Grid
If set to a dijit.Menu, will use this as a context menu for the grid headers.
Defined by dojox.grid._Grid
explicit height of the grid, measured in any valid css unit. This will be populated (and overridden) if the height: css attribute exists on the source node.
Defined by dijit._Widget
CSS Class specifying icon to use in tab label etc. associated with this pane.
Defined by dijit._Widget
A unique, opaque ID string that can be assigned by users or by the system. If the developer passes an ID which is known not to be unique, the specified ID is ignored and the system-generated ID is used instead.
Defined by dojox.grid._Grid
A css string to use to set our initial width (only used if autoWidth is true). The first rendering of the grid will be this width, any resizing of columns, etc will result in the grid switching to autoWidth mode. Note, this width will override any styling in a stylesheet or directly on the node.
Defined by dojox.grid._Grid
Number of rows to keep in the rendering cache.
Defined by dijit._Widget
The label to display for a given widget
Defined by dijit._Widget
Rarely used. Overrides the default Dojo locale used to render this widget, as defined by the [HTML LANG](http://www.w3.org/TR/html401/struct/dirlang.html#adef-lang) attribute. Value must be among the list of locales specified during by the Dojo bootstrap, formatted according to [RFC 3066](http://www.ietf.org/rfc/rfc3066.txt) (like en-us).
Defined by dijit._Widget
"none", "left", "right", "bottom", "top", and "client". See the LayoutContainer description for details on this parameter.
Defined by dojox.grid._Grid
Message that shows while the grid is loading
Defined by dijit._Widget
Specifies a minimum size (in pixels) for this widget when resized by a splitter
Defined by dojox.grid._Grid
Message that shows if the grid has no data - wrap it in a span with class 'dojoxGridNoData' if you want it to be styled similar to the loading and error messages
Defined by dijit._Widget
List of nodes that correctly handle click events via native browser support, and don't need dijit's help
Defined by dojox.grid._Grid
Label of placeholders to search for in the header menu to replace with column toggling menu items.
Defined by dijit._Widget
"top", "bottom", "leading", "trailing", "left", "right", "center". See the BorderContainer description for details on this parameter.
Overrides dojox.grid._Grid
Number of rows to display.
Defined by dojox.grid._Grid
If rowHeight is set to a positive number, it will define the height of the rows in pixels. This can provide a significant performance advantage, since it eliminates the need to measure row sizes during rendering, which is one the primary bottlenecks in the DataGrid's performance.
Defined by dojox.grid._Grid
If set to true, will add a row selector view to this grid. If set to a CSS width, will add a row selector of that width to this grid.
Overrides dojox.grid._Grid
Number of rows to render at a time.
Defined by dojox.grid._Grid
pixel distance a user must scroll vertically to trigger grid scrolling.
Defined by dojox.grid._Grid
Set to true if you want to be able to select the text within the grid.
Defined by dijit._Widget
Is this child currently selected? Can be specified at initialization time, but then to change selected child use dijit.layout.StackContainer.selectChild
Defined by dojox.grid._Grid
Set the selection mode of grid's Selection. Value must be 'single', 'multiple', or 'extended'. Default is 'extended'.
Defined by dijit._Widget
Display title of pane as label in TabContainer/AccordionContainer, rather than just using icon specified in iconClass
Defined by dojox.grid._Grid
Single-click starts editing. Default is double-click
Defined by dijit._Widget
Minimum size (width or height) of a child of a SplitContainer. The value is relative to other children's sizeShare properties.
Defined by dijit._Widget
Size (width or height) of a child of a SplitContainer. The value is relative to other children's sizeShare properties. For example, if there are two children and each has sizeShare=10, then each takes up 50% of the available space.
Defined by dijit._Widget
A parameter needed by RadioGroupSlide only. An optional paramter to force the ContentPane to slide in from a set direction. Defaults to "random", or specify one of "top", "left", "right", "bottom" to slideFrom top, left, right, or bottom.
Defined by dijit._Widget
Setting spanLabel to true makes the widget take up both the label and value cells. Defaults to false.
Defined by dijit._Widget
If true, puts a draggable splitter on this widget to resize when used inside a border container edge region.
Defined by dijit._Widget
pointer to original dom node
Overrides dojox.grid._Grid
View layout defintion.
Defined by dijit._Widget
HTML style attributes as cssText string or name/value hash
Path to template (HTML file) for this widget relative to dojo.baseUrl. Deprecated: use templateString with dojo.cache() instead.
Defined by dijit._Templated
A string that represents the widget template. Pre-empts the templatePath. In builds that have their strings "interned", the templatePath is converted to an inline templateString, thereby preventing a synchronous network call. Use in conjunction with dojo.cache() to load from a file.
Defined by dijit._Widget
HTML title attribute. For form widgets this specifies a tooltip to display when hovering over the widget (just like the native HTML title attribute). For TitlePane or for when this widget is a child of a TabContainer, AccorionContainer, etc., it's used to specify the tab label, accordion pane title, etc.
Defined by dijit._Widget
a css size value (e.g. "100px")
Defined by dijit._Widget
When this widget's title attribute is used to for a tab label, accordion pane title, etc., this specifies the tooltip to appear when the mouse is hovered over that text.
Time, in milliseconds, to delay updates automatically so that multiple calls to onSet/onNew/onDelete don't keep rerendering the grid. Set to 0 to immediately cause updates. A higher value will result in better performance at the expense of responsiveness of the grid.
Defined by dijit._Templated
Should we parse the template to find widgets that might be declared in markup inside it? False by default.
Defined by dijit._Widget
Path to a blank 1x1 image. Used by <img> nodes in templates that really get their image via CSS background-image.
Defined by dijit._Templated
A fallback to preserve the 1.0 - 1.3 behavior of children in templates having their startup called before the parent widget fires postCreate. Defaults to 'false', causing child widgets to have their .startup() called immediately before a parent widget .startup(), but always after the parent .postCreate(). Set to 'true' to re-enable to previous, arguably broken, behavior.
Defined by dijit._Widget
startup() has completed.