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

/yui3/src/loader/js/
H A Dloader.js342 * If a module name is predefined when requested, it is checked againsts
556 if (this.isCSSLoaded(v.name)) {
557 Y.log('Found CSS module on page: ' + v.name, 'info', 'loader');
570 // console.log('deleting ' + m.name);
722 * Returns the skin module name for the specified skin name. If a
723 * module name is supplied, the returned skin module name is
726 * @param {string} skin the name of the skin.
727 * @param {string} mod optional: the name o
[all...]
/yui3/src/imageloader/js/
H A Dimageloader.js27 * @attribute name
30 name: {
56 * Class name that will identify images belonging to the group. This class name will be removed from each element in order to fetch images.
63 setter: function(name) { this._className = name; return name; },
69 * remove the class name. The "enhanced" action is to remove the class name and also set the src attribute if
115 * DOM elements having the class name tha
[all...]

Completed in 138 milliseconds