Searched defs:constrain (Results 1 - 1 of 1) sorted by relevance

/yui3/src/widget-position-constrain/js/
H A DWidget-PositionConstrain.js6 * @module widget-position-constrain
8 var CONSTRAIN = "constrain",
9 CONSTRAIN_XYCHANGE = "constrain|xyChange",
57 * @attribute constrain
60 * @description The node to constrain the widget's bounding box to, when setting xy. Can also be
61 * set to true, to constrain to the viewport.
63 constrain : {
109 * the "constrain" attribute is used.
112 * @param {Array} xy The xy values to constrain
113 * @param {Node | boolean} node Optional. The node to constrain t
[all...]

Completed in 17 milliseconds