Searched refs:wrap (Results 1 - 16 of 16) sorted by relevance
/yui3/src/test/ |
H A D | Makefile | 26 wrap: 32 source: asserts core errors mock reporting api wrap
|
/yui3/build/jsonp/ |
H A D | jsonp-debug.js | 158 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 D | jsonp.js | 156 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 D | editor-bidi-debug.js | 131 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 D | editor-bidi.js | 129 blockParent: function(node, wrap) { 139 if (wrap && parent.test(BODY)) { 143 // happens, so we wrap everything in a DIV.
|
H A D | exec-command.js | 130 * @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 D | dd-tests.js | 243 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 D | resize-tests.js | 68 wrap: true,
|
/yui3/src/dom/js/ |
H A D | dom-create.js | 227 wrap: function(node, html) {
|
/yui3/build/dom-base/ |
H A D | dom-base-debug.js | 523 wrap: function(node, html) {
|
/yui3/build/exec-command/ |
H A D | exec-command-debug.js | 132 * @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 D | dom-core-test.js | 1888 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 D | resize-base-debug.js | 59 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 D | resize-base.js | 57 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 D | simpleyui-debug.js | 2819 // 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 D | concat.js | 2819 // 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