API Documentation http://bubbling-library.com/eng/api/docs/rss/ Wed, 04 Apr 2012 11:57:41 -0400 MexWebs CMS 4.x Feed Generator - Desarrollado por Soluciones Web Globales (r) en-us YUI Plugin: Dispatcher http://bubbling-library.com/eng/api/docs/plugins/dispatcher info@bubbling-library.com YUI Bubbling Core http://bubbling-library.com/eng/api/docs/bubbling-core.html info@bubbling-library.com YUI Plugin: Lighter http://bubbling-library.com/eng/api/docs/plugins/lighter.html info@bubbling-library.com Form Manager (Wizard) http://bubbling-library.com/eng/api/docs/plugins/wizard.html info@bubbling-library.com Plug and Play Widgets http://bubbling-library.com/eng/api/docs/widgets.html info@bubbling-library.com YUI Plugins - (Extending the YUI Library) http://bubbling-library.com/eng/api/docs/plugins.html info@bubbling-library.com YUI Widget: Loading Mask - Documentation http://bubbling-library.com/eng/api/docs/widgets/loading-mask/documentation info@bubbling-library.com YUI Plugin: Lighter - Documentation http://bubbling-library.com/eng/api/docs/plugins/lighter-documentation.html A plugin to management highlighting areas: Simple Use Case, Solutions, Key Interesting Moments, Configuration Options, Dependencies and more... info@bubbling-library.com YUI Plugin: Dispatcher - Overview http://bubbling-library.com/eng/api/docs/plugins/dispatcher-overview.html After several study days, I wrote this extension of YUI library, called Dispatcher. This singleton object will be created during the page load, and require only the "utilities" package of the YUI library, and will guarantee several important points: All of the contents that will be loaded thru the dispatcher will be executed even if the script are remote. All the script inside a content will be executed according to the order of apparition. All the contents will be included in the DOM's structure before beginning the execution. This means that you can references an element inside this structure. info@bubbling-library.com YUI Widget: Tooltip Manager - Introduction http://bubbling-library.com/eng/api/docs/widgets/tooltips/introduction The most common technique for apply tooltips to the complete document is the use of "getElementByTagName", processing each tag and creating one instance of the ToolTips object attached to each tag. This pre-processing can freeze your browser, and create memory leaks when you are using dynamic areas. With the bubbling technique we can guarantee the success without worry about dynamic areas. info@bubbling-library.com