| Page 1 of 1 | [ 3 posts ] |
|
I have one question about module.
Lot of developers talking about modules and then write about widgets. For example, "lets make yui module", and then they create widget. I have lot of Magento experience and every extension of base code in magento is a module. You can create plugins (observers), widgets, controllers, new API methods but it has to be build inside module. Also Magento is build on top of lots of modules (like YUI I suppose). So is this is way how in YUI also things works. Yes, I create widget but to include in YUI code, Im not including widget, Im including module? |
|
A 'module' in YUI parlance is a variation on the CommonJS Asynchronous Module Definition. YUI modules and widgets have no structural relationship to each other, except that a module might contain one or more widget definitions.
For more information, read the section on YUI.add in the user guide and the page on creating YUI modules. |
|
Also see this talk from YUIConf 2010: http://www.youtube.com/watch?v=XdM0GJEn ... plpp_video
|
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group