Functiondijit._Widget.isLeftToRight

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

This method cannot be used during widget construction because the widget must first be connected to the DOM tree. Parent nodes are searched for the 'dir' attribute until one is found, otherwise left to right mode is assumed. See HTML spec, DIR attribute for more information.

Usage

function () (view source)