The menu markup below will cause MenuItem.init() to fail at line 4598 in menu.js (0.12.2) in IE 6 SP2. FireFox works just fine. Here is the line from menu.js...
it can't work when it work i must check twice to see the child node. but it had loaded xml,when the first time i check then farther node. This is the...
As usually that was my FAULT :) var nodeTextUpdate = function(lft, nodeName, nodeDesc) { var updNode = tree.getNodeByProperty("lft",lft); updNode.label =...
9037
Lakshmi Subramanian
lsubramanian2@...
Feb 1, 2007 11:50 am
Hi All, I would want to know how I will disable the browser cache when using the yahoo's Ajax. Thanks & Regards Lakshmi , Subramanian Senior Associate...
Don't know if this will help but I had a similar problem in that the XML returned by a PHP service I had appeared to be cached and not always correct. I had to...
I'm writing a widget that will display a series of messages on the screen, similar to Outlook's new mail boxes, but subsequent new messages will be stacked on...
The imminent (next couple of weeks) release of the yui-ext library will have a D/D enabled Tree control. It is possible to use it now by downloading an alpha...
Hello folks: Im playing around with the YUI tooltip component, generating each tooltip on the fly, using the bubble technique (YUI custom event), and ...
If you don't have control over the headers, you might also fiddling with the URL in some way. For example, you might request do something like this: ...
Alan - This is not a bug. The Module class is an inline content container and uses the CSS "display" property so that it doesn't take up any space in the...
Use "setProperty" for setting the "context" configuration property at runtime rather than the "queueProperty" method. Regarding your effect not working: Did...
On a client website I'm using top nav menu with markup. The menu works otherwise fine but when the page loads all submenus are visible until the page is fully...
Here's the situation: I want to dynamically build panels as needed. That seems straightforward but... the only way I have been able to successfully skin the...
I override the menu images with local copies, which means I override the IMG_ROOT, also. I'd like to do so on calendar.js, but I can't because the images are...
Hi Jacob, Calendar currently provides 2 configuration properties: NAV_ARROW_LEFT, NAV_ARROW_RIGHT ...
9051
dan.doyle@...
Feb 1, 2007 9:34 pm
So, I am going to try to solicit help again. Here is the skinny: What variable in the AutoComplete object can I assign a function of my choosing to do the AJAX...
Hi Dan, In that case, you might want to try customizing the following function from YAHOO.widget.AutoComplete.prototype.sendQuery = function(sQuery) { ...
9053
dan.doyle@...
Feb 1, 2007 10:00 pm
Thank you for the help. I will try it out and get back to the list. Dan ________________________________ From: ydn-javascript@yahoogroups.com ...
I was wondering how to fix the well-known "browser back button" problem using YUI.... GWT and Dojo (io.bind) offer solutions for that. but how do I implement...
Hi, I was trying to build a tell-a-friend form using the Dialogue Quickstart example at here http://developer.yahoo.com/yui/examples/container/dialog/1.html ...
Pardon me if this question is out of place but I'm currently using the yui library and had a question that I think the minds posting in this group might be...
I'm trying to put together a layout that needs the body margins and padding set to 0. However this appears to make a menubar lose it's mind :) I'm currently...
... Did anyone from Yahoo! get a chance to look at this fix and see of this is something that would be worth integrating in YUI? Alex -- Orbeon Forms - Web...
Hello, Well, I have to resort to seeking some assistance. I have utilised a left hand YUI menu (with submenus) on a site - using markup - which displays and...
If I use the YAHOO.util.Event.addListener to load an object instead of using the body onload method, the properties of my object are undefined. See the code...
... The scope of "this" in update() is window instead of av(the DDPortal object). Correcting the scope to av will output "updating: 1,2,3"... instead of...
OK, I've solved point 2. The div that was covering the submenu had it's position set to "relative", which was not necessary, so removing that solved the...