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

/yui3/src/base/js/
H A DBaseBuild.js3 * can be used to create custom classes, by aggregating extensions onto
288 * @deprecated Use the more convenient Base.create and Base.mix methods instead
351 * This way, when users pass your base or extension class to `Y.Base.create` or `Y.Base.mix`, they don't need to
356 * @method create
365 Base.create = function(name, base, extensions, px, sx) {
/yui3/src/node/js/
H A Dnode-create.js11 * @method create
13 * @param {String} html The markup used to create the element
18 Y_Node.create = function(html, doc) {
22 return Y.one(Y_DOM.create(html, doc));
28 * @method create
29 * @param {String} html The markup used to create the element
33 create: Y_Node.create,

Completed in 47 milliseconds