Hi, Whenever I load the data of the nodes,I check if the loaded nodes are leafs. If so, I set the node property isLeaf to true, and I want to apply a custom...
Hi guys, im working on a page with two datatables, on double clicking a row in the first (donTable) I'm trying to get it to update the second (recTable) using...
Hi all. I want to use the DataSource utility to parse some very simple XML data. Here's a sample of the data: <results> <result vin = "PCF168FC9LWIZPY" stock =...
sounds like a scope problem. You're setting the callback's scope to recTable. the actual table seems to be recTable.zoneDataTable. I assume there is a...
We are looking to hire a JavaScript developer (on a contract basis) to work with 2 Python developers and an Interaction Designer in building a fairly small web...
Eleftherios Stavridis
eleftherios@...
Sep 1, 2008 11:25 am
37019
Hi, While developing a Google gadget, I ran into this problem ... On this (http://www.virtualsushi.be/widgetserver/stockquote.html) page, I created a linegraph...
Hi All I want to add a group option in ajax auto complete control like we have in select (combo) Can anyone tell how can i do it. *group option = non...
Saqib Ayub Butt
saqib.butt@...
Sep 1, 2008 12:04 pm
37021
The tree is not drawn until you call the draw function. No HTML element is created until then. That's why getElementById can't find it. Satyam...
Hi ! I need help. I want to alert a string when a row of my YUI-Datatable is clicked. I have this code: myDataTable.subscribe("rowClickEvent", dosomething); My...
... Not really. The Standard says that any whitespace between nodes is a own Text Node, and Firefox implements it this way. It's annoying, but it is the...
Hi, when I select item from autocomplete by Enter key, the form is submitted in Opera 9.50 browser. Other browsers works fine. Do you know, how to prevent...
Goal: hook a Calendar widget onto some AJAX driven content on a Tab. Current design: after 'contentReady', build DIV element with id and insert in dynamic...
Thank you for your response, but now I have the same problem with sendRequest - I don't know what oResponse is supposed to be in my case. I understand what...
... The oResponse of the code box is called oParsedResponse in the paragraphs just above. ... The first argument can be an empty string, which will be appended...
I've had revolutionary project plan based on YUI DnD;) but abadoned it at early stage because of this. But there is an ocean of YUI/JS developers - perhaps...
BiraRai, gpaslanis is right -- there are a lot of duplicated scripts, which is affecting performance. Most of this is due to utilites.js, which includes the...
This topic may be covered already but, how do you free up the memory used by iframe? I have been dynamically creating iframes and loading scripts inside them....
i want change cell color... for example.. there are 4 cells. {key:"abc"}, {key:"abc2"}, {key:"abc3"}, {key:"abc4"} and i want chage color of "abc4" cell.. how...
Hi, sometimes I am confused with the YUI API, here is an example with selectEvent from Calendar, in the docs it says it recieves one single parameter, but in...
Hi, I did not receive an answer on my question 24H after the first post. Could someone please have a look at it. I really need to get things published! Thx...
Hello. ... Using a DataTable widget (http://developer.yahoo.com/yui/datatable/), I change the background of the cell in the formatter of the column. For...
Fellow YUIers ;-), I'm using the YUI Connection Manager to do an AJAX post (YAHOO.util.Connect.asyncRequest...) on a form that has an RTE. The handleSubmit...
... By the way I did try... YAHOO.util.Event.on('my_form', 'submit', function(e) { YAHOO.util.Event.stopEvent(e); my_editor.saveHTML(); }); but I guess that's...
If you want to change the color of the whole cell, notice that each column has an className assigned to it based on the "yui-dt-col-" prefix followed by the...