Searched refs:Resize (Results 1 - 8 of 8) sorted by relevance

/yui3/src/resize/tests/
H A Dresize-tests.js51 name: 'Resize Test',
60 Assert.isFunction(Y.Resize);
65 resize = new Y.Resize({
83 Assert.isInstanceOf(Y.Resize, resize);
155 var suite = new Y.Test.Suite("Resize");
/yui3/src/resize/js/
H A Dresize-plugin.js2 * The Resize Plugin allows you to make a Node or a Widget resizable. It supports all the functionality of
3 * the standalone Resize utility. Additionally, resizing a widget updates the widget's height,width and x,y
13 overlay.plug(Y.Plugin.Resize);
19 * @extends Resize
20 * @class Plugin.Resize
46 * @description The Resize instance will be placed on the Node instance under the resize namespace. It can be accessed via Node.resize or Widget.resize;
53 * configuration for the Resize plugin.
85 Y.extend(ResizePlugin, Y.Resize, {
203 Y.Plugin.Resize = ResizePlugin;
H A Dresize-base.js2 * The Resize Utility allows you to make an HTML element resizable.
130 A base class for Resize, providing:
145 var instance = new Y.Resize({
154 Check the list of <a href="Resize.html#configattributes">Configuration Attributes</a> available for
155 Resize.
157 @class Resize
163 function Resize() { function
164 Resize.superclass.constructor.apply(this, arguments);
167 Y.mix(Resize, {
179 * configuration for the Resize
[all...]
H A Dresize-constrain.js5 capitalize = Y.Resize.capitalize,
44 A Resize plugin that will attempt to constrain the resize node to the boundaries.
171 * <a href="Resize.html#method__getBoxSurroundingInfo">_getBoxSurroundingInfo</a>.
197 * <a href="Resize.html#property_info">info</a> to respect the
236 * Update the current values on <a href="Resize.html#property_info">info</a>
261 * Update the current values on <a href="Resize.html#property_info">info</a>
366 * Update the current values on <a href="Resize.html#property_info">info</a>
/yui3/build/resize-plugin/
H A Dresize-plugin-debug.js4 * The Resize Plugin allows you to make a Node or a Widget resizable. It supports all the functionality of
5 * the standalone Resize utility. Additionally, resizing a widget updates the widget's height,width and x,y
15 overlay.plug(Y.Plugin.Resize);
21 * @extends Resize
22 * @class Plugin.Resize
48 * @description The Resize instance will be placed on the Node instance under the resize namespace. It can be accessed via Node.resize or Widget.resize;
55 * configuration for the Resize plugin.
87 Y.extend(ResizePlugin, Y.Resize, {
205 Y.Plugin.Resize = ResizePlugin;
/yui3/build/resize-base/
H A Dresize-base-debug.js4 * The Resize Utility allows you to make an HTML element resizable.
132 A base class for Resize, providing:
147 var instance = new Y.Resize({
156 Check the list of <a href="Resize.html#configattributes">Configuration Attributes</a> available for
157 Resize.
159 @class Resize
165 function Resize() {
166 Resize.superclass.constructor.apply(this, arguments);
169 Y.mix(Resize, {
181 * configuration for the Resize
[all...]
/yui3/src/graphics/docs/assets/js/
H A Dradial-tool.js67 var resize = new Y.Resize({
/yui3/build/resize-constrain/
H A Dresize-constrain-debug.js7 capitalize = Y.Resize.capitalize,
46 A Resize plugin that will attempt to constrain the resize node to the boundaries.
173 * <a href="Resize.html#method__getBoxSurroundingInfo">_getBoxSurroundingInfo</a>.
199 * <a href="Resize.html#property_info">info</a> to respect the
238 * Update the current values on <a href="Resize.html#property_info">info</a>
263 * Update the current values on <a href="Resize.html#property_info">info</a>
368 * Update the current values on <a href="Resize.html#property_info">info</a>

Completed in 823 milliseconds