Searched refs:wrap (Results 1 - 16 of 16) sorted by relevance

/yui3/src/test/
H A DMakefile26 wrap:
32 source: asserts core errors mock reporting api wrap
/yui3/build/jsonp/
H A Djsonp-debug.js158 function wrap(fn, isTimeout) {
196 YUI.Env.JSONP[proxy] = wrap(config.on.success);
199 onFailure : wrap(config.on.failure),
200 onTimeout : wrap(config.on.timeout, true),
/yui3/src/jsonp/js/
H A Djsonp.js156 function wrap(fn, isTimeout) { function
194 YUI.Env.JSONP[proxy] = wrap(config.on.success);
197 onFailure : wrap(config.on.failure),
198 onTimeout : wrap(config.on.timeout, true),
/yui3/build/editor-bidi/
H A Deditor-bidi-debug.js131 blockParent: function(node, wrap) {
141 if (wrap && parent.test(BODY)) {
145 // happens, so we wrap everything in a DIV.
/yui3/src/editor/js/
H A Deditor-bidi.js129 blockParent: function(node, wrap) {
139 if (wrap && parent.test(BODY)) {
143 // happens, so we wrap everything in a DIV.
H A Dexec-command.js130 * @method COMMANDS.wrap
132 * @param {String} cmd The command executed: wrap
133 * @param {String} tag The tag to wrap the selection with
136 wrap: function(cmd, tag) {
/yui3/src/dd/tests/
H A Ddd-tests.js243 var wrap = Y.one('#wrap');
244 dd.addHandle(wrap);
246 Y.Assert.isNotUndefined(dd._handles[wrap._yuid], 'dd: Handles ' + wrap._yuid + ' not there (Node Based Handle)');
365 constrain2node: '#wrap'
372 var inRegion_before = dd.get('node').inRegion(Y.one('#wrap'));
376 var inRegion_after = dd.get('node').inRegion(Y.one('#wrap'));
377 Y.Assert.isFalse(inRegion_before, 'Drag Node is in the region of #wrap');
378 Y.Assert.isTrue(inRegion_after, 'Drag Node is NOT in the region of #wrap');
[all...]
/yui3/src/resize/tests/
H A Dresize-tests.js68 wrap: true,
/yui3/src/dom/js/
H A Ddom-create.js227 wrap: function(node, html) {
/yui3/build/dom-base/
H A Ddom-base-debug.js523 wrap: function(node, html) {
/yui3/build/exec-command/
H A Dexec-command-debug.js132 * @method COMMANDS.wrap
134 * @param {String} cmd The command executed: wrap
135 * @param {String} tag The tag to wrap the selection with
138 wrap: function(cmd, tag) {
/yui3/src/dom/tests/
H A Ddom-core-test.js1888 name: 'Y.DOM.wrap',
1890 'should wrap the node with the given html': function() {
1892 Y.DOM.wrap(node, '<p></p>');
1896 'should wrap the node with the given complex html': function() {
1898 Y.DOM.wrap(node, '<p><em><strong><span></span></strong></em></p>');
1902 'should wrap the paragraph with a div': function() {
1904 Y.DOM.wrap(node, '<div/>');
/yui3/build/resize-base/
H A Dresize-base-debug.js59 WRAP = 'wrap',
142 children. To overcome that, set wrap:true in your config and the
150 wrap: true,
269 * Node to wrap the resize handles.
303 * True to wrap an element with a div if needed (required for textareas
308 * @attribute wrap
312 wrap: {
333 * Element to wrap the <code>wrapTypes</code>. This element will house
1093 // if a wrap node is being used
1250 * Setter for the wrap attribut
[all...]
/yui3/src/resize/js/
H A Dresize-base.js57 WRAP = 'wrap',
140 children. To overcome that, set wrap:true in your config and the
148 wrap: true,
267 * Node to wrap the resize handles.
301 * True to wrap an element with a div if needed (required for textareas
306 * @attribute wrap
310 wrap: {
331 * Element to wrap the <code>wrapTypes</code>. This element will house
1091 // if a wrap node is being used
1248 * Setter for the wrap attribut
[all...]
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js2819 // We currently wrap the native Object.create instead of simply aliasing it
7126 wrap: function(node, html) {
10213 * EventTarget is designed to be used with Y.augment to wrap
13121 * @method wrap
13122 * @param {String} html The markup to wrap around the node.
13126 'wrap',
13184 * @method wrap
13185 * @param {String} html The markup to wrap around the node.
13188 'wrap',
18622 callback = _wrapCallBack(this, this._hide, callback); // wrap wit
[all...]
/yui3/src/simpleyui/js/
H A Dconcat.js2819 // We currently wrap the native Object.create instead of simply aliasing it
7126 wrap: function(node, html) {
10213 * EventTarget is designed to be used with Y.augment to wrap
13121 * @method wrap
13122 * @param {String} html The markup to wrap around the node.
13126 'wrap',
13184 * @method wrap
13185 * @param {String} html The markup to wrap around the node.
13188 'wrap',
18622 callback = _wrapCallBack(this, this._hide, callback); // wrap wit
[all...]

Completed in 531 milliseconds