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

/yui3/src/plugin/js/
H A Dplugin.js32 * The plugin's host object.
34 * @attribute host
38 host : {
68 * applied by the plugin to the host object.
84 if (!this.get("host")) { Y.log('No host defined for plugin ' + this, 'warn', 'Plugin');}
106 * Listens for the "on" moment of events fired by the host,
107 * or injects code "before" a given method on the host.
117 var host = this.get("host"), handl
[all...]
/yui3/src/dd/js/
H A Dproxy.js17 HOST = 'host',
36 host: {
109 var h, h1, host = this.get(HOST), dnode = host.get(DRAG_NODE);
110 if (dnode.compareTo(host.get(NODE))) {
112 host.set(DRAG_NODE, DDM._proxy);
119 if (DDM.activeDrag === host) {
120 DDM._setFrame(host);
124 if (host.get('dragging')) {
126 host
[all...]
H A Dconstrain.js19 HOST = 'host',
64 host: {
322 host = this.get(HOST);
327 oh = host.get(DRAG_NODE).get(OFFSET_HEIGHT);
328 ow = host.get(DRAG_NODE).get(OFFSET_WIDTH);
344 host = this.get(HOST),
345 oh = host.get(DRAG_NODE).get(OFFSET_HEIGHT),
346 ow = host.get(DRAG_NODE).get(OFFSET_WIDTH);
385 var host = this.get(HOST),
386 _xy = [host
[all...]
/yui3/src/graphics/js/
H A DGraphicBase.js50 var host = this; // help compression
53 host._ATTR_E_FACADE = {};
56 host._state = {}; class
57 host.prototype = Y.mix(AttributeLite.prototype, host.prototype);
62 * Initializes the attributes for a shape. If an attribute config is passed into the constructor of the host,
70 var host = this,
75 state = host._state;
90 state[i] = host[fn].apply(host);
[all...]

Completed in 201 milliseconds