Functiondijit._Widget.buildRendering

dojo.require("dijit._Widget");
defined in dijit/_Widget.js

Construct the UI for this widget, setting this.domNode. Most widgets will mixin TemplatedWidget, which overrides this method.

Usage

function () (view source)