Close
Loading, please wait...
This announcement will hide in 60 seconds

Get Free Support

2007-06-18

I'm trying to offer free support, even when I don't have too much time to dealing with the API documentation and the examples, considering that I do all this stuff in my free time, but I promise you that you'll get response and that I'll do my best to solve your problems. Also, there is people who use this library, and have enough experience to help you, just post your questions in the YUI Official Forum, and I'm sure you will get help quickly. There is few ways to get support:

12 Comments

How to combine tree and datatable

I do not know how to combine tree and datatble as the grouped data grid

Please help me

Thanks

Comment by Bao Nguyen - December 3, 2008

RE: How to combine tree and datatable

Hey Bao,

The YUI 2.6 Datatable do not supports grouping... and the bubbling library extension do not extend the datatable. Sorry about that.

Comment by Caridy - December 3, 2008

Bubbling and Drag and Drop

Hi,

I have I quite tricky layout:
1) Several DIV's elements inside a master DIV
2) I would like to be able to track "click" events for every single DIV, identifing witch one was clicked,
3) But the "master DIV" is draglabe, implements YUI drag & drop, so I can move it.

How can I implment that?

Thanks

Comment by Rafael - December 29, 2008

Problems with accordion and button

Hi,

I'm using YUI 2.7.0 and the accordion widget. I want to put some YUI buttons in an accordion, but I have some errors when the button's event fires.
Firebug Output is: S.getAttribute is not a function.
It seems like bubbling.min.js takes the event but it can't treat it.

Can you help me? It's a problem of YUI version? Could you give me an example?

Thanks

Comment by Josep - April 6, 2009

Dispatcher Issue with YUI 2.7.0 Uploader

Hi Caridy - I'm trying to use the Dispatcher plugin to load a YUI dialog box containing the YUI uploader component. It loads correctly the first time, but subsequent attempts to load the dialog fail to initialize the uploader. Any advice? Have you tried this before? How/where should I post my code?

Comment by Sam Welter - July 17, 2009

Dynamic Navigation Theory

Hello,

Please can you explain how you load the content in the DYNAMIC-EREA DIV ?

Is it possible for you to send to me a zipped working subfolder ?

Thank you

Comment by Beegee - December 3, 2009

Bugs and fixes

Hi Caridy,

Where do you want bug reports/fixes? Here's one, but let me know if you'd prefer them logged elsewhere.

In bubbling library 2.1 there's a problem if you have a multi-select and deselect all items in it. bubbling throws errors at line 88 and 208. It's because selectedIndex is -1. Fixes are, I think:

line 88:
_target.oldValue = (YAHOO.env.ua.webkit?newRef.getAttribute('default'):(newRef.selectedIndex>=0?newRef[newRef.selectedIndex].value:null));

line 208:

conf.value = conf.select.selectedIndex >= 0 ? conf.select[conf.select.selectedIndex].value : null;

Thanks, as ever,

Matt

Comment by Matt Parker - December 4, 2009

Sorry

And now I've just seen the fixes on github... Apologies!

Comment by Matt Parker - December 4, 2009

Event Error

Hey

I am using the dispatcher plugin with multiple tabs to load external html files. I am having event related issues

These files have relevant yui datatables, that retrieve their information via an asyncrequest. I am not caching any data, having the tabs reload on each click. Although the data is generated, i get the following error in fire on each click,

M.call is not a function
[Break on this error] var R=N.compatMode;if((R||H)&&!C){Q=(R... I[S][this.WFN];delete I[S][this.FN];

This is from yahoo.event.js file. Here is the tab html,
http://pastebin.com/vR7TcsXR

Comment by Kiran - March 12, 2010

Event Error

Using asyncrequest for my php (that get the data for the datatables) files seems to have fixed the issue.

However Mozilla has crashed a couple of times when I use the tabs. Any info on this?

Comment by Kiran - March 12, 2010

Display Issue

Hey

I have a tabview layout with datable tables loading data from a remote source. Sometimes when I click between tabs, the tables are not being rendered correctly.
For example,

Tab1 -> loads Datatable1
Tab2 -> loads Datatable2

sometimes the transition works well but sometimes, when i say, click on tab2, the datatable from tab2 is superimposed onto the datatable in tab2. I can't really recreate this for a demo since it happens very randomly. Any suggestions?

Comment by Kiran - March 24, 2010

RE: Display Issue

Hello Kiran,

Normally this kind of issues are related with the CSS position ruleset. Try to define the container of the elements (in this case the container of each tab) as relative (position: relative;). That should be enough.

The other option is to wait for onLoad even (check dispatcher documentation), and try to handle the height/width of the tab container manually. But, as I said, position:relative should do the trick.

Best Regards,
Caridy

Comment by Caridy - March 27, 2010

How to make a donation?

How to make a donation? Support this project. It costs money to maintain and upkeep this website. If you have found it useful, we invite you to make a donation to support these costs. Help us help you! Make a donation via PayPal.com - it\'s easy & secure! Read More
More Information
 
News about Bubbling

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

 
Follow Bubbling Library
 
Recommended Reading

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...

 
Related Links

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.

 
 
Linux MySql Server PHP Mozilla FireFox FireBug YAHOO! Bubbling Library