At the time, we are only a couple of developers trying to extend the Yahoo! User Interface Library.
Caridy Patino
Email: caridy at gmail.com
![]()
Yuri Victor Munayev
Email: yvrusso at gmail.com
If you want to join us, feel free to contact us.
At the time, we are only a couple of developers trying to extend the Yahoo! User Interface Library.
Caridy Patino
Email: caridy at gmail.com
![]()
Yuri Victor Munayev
Email: yvrusso at gmail.com
If you want to join us, feel free to contact us.
Bubbling full API based on YUIDocs
Finally I got some time to review all the comments in the source code to generate the full API documentation based on YUI Docs, check the new documentation here. (new)
Accordion implementation to YUI 3.x
I spent some time creating a new plugin for YUI 3.x to implement the accordion features. Hopefully, this new plugin will be included within YUI 3.1 amoung other widgets and plugins. (hot)
- YUI3 Fork in github
- Check a preliminar example here
Using the YUI TabView Control with the Dispatcher Plugin
YUI Dispatcher Plugin and how to use it along with the YUI TabView to load on-demand content using the YUI Connection Manager.
The Bubbling Technique & Custom Event, YUI’s Secret Weapon
In this article I’ll share my experiences in the event-driven programming within the web browser and show how the Bubbling Library, combined with YUI’s Custom Event capabilities, can create an unobtrusive behavioral layer suitable for powerful web applications.
Event-Driven Web Application Design
I recommend you to read carefully the Christian Heilmann's paper, where he wrote about how to plan an Event-Driven application, and how this technique will become the future of the web application as a result of an evolutive process.
A JavaScript Module Pattern
Eric Miraglia's detailed explanation of how to use the closures and specifically the module pattern (singlenton) as a flexible and multi-funcional structure...
Yahoo! UI Library (YUI)
YUI Official Website at the Yahoo! Developer Network.
YUI Official Forum
Get help and share your knowledge thru the YUI Official Forum.
thank you!
for creating this extension! it really helps me alot as i am not a great programmer... thank you!
Add unsubscribe method in bubbling.js
Hi caridy,
I have been using bubbling.js of Bubbling library. I think this bubbling.js lacks one important method unsubscribe function. This function would help unsubscribe events when one component(widget) instance is removed from our website. I have extended it by adding an unsubcribe method in bubbling.js. So my question is how I can post this function to the community?
Warm Regards,
Tam
Offline Documentation & Examples
Hi Caridy,
Is there any offline documentation & set of examples available here?
Regards
JP
RE: Offline Documentation & Examples
Hey JP,
Offline examples and documentation are available thru github. Here is the link for the repo:
http://github.com/caridy/bubbling-library
http://github.com/caridy/bubbling-examples
And here is the direct link to download the whole library, including doc and examples:
http://github.com/caridy/bubbling-library/zipball/master
http://github.com/caridy/bubbling-examples/zipball/master
I will also add these links to the download page as well.