Hi, I'm using the PhotoBox example to create an image panel. I'm running in to a problem where the hd/ft don't span the entire panel. I've been through the...
Leak Memory(?) YUI used in a <IFRAME>(Internet Explorer6.0) 1. The Page Source for Test the simple test pages as follow: page one(test.html) <!DOCTYPE HTML...
I've increased the size of the center container so there is more area to scroll. Again, the animation works fine in Internet Explorer. The problem is evident...
Nige, DDTreeView is just a great extention of YUI TreeView, but it's using YUI 0.10.0, and when we try to use it with Treeview.js ver 0.11.x, teh tree will...
I see from a previous post that a rich text editor is something that might be considered for YUI in the future, but not just now. Has anyone compiled a...
Hi, is there a way to tell the Menu to turn around if it comes to the right side of the screen? I have a menu which has up to seven levels so it uses all...
I noticed all the talk about this last week too.. So this weekend I hacked around building one with the YUI libs.. Here is a "semi" working demo.. only spent a...
Am trying to implement ajax in my some of my pages but am confused as to how to go about it. The page am working on has both the html markup and the php code....
Yes, but you need to do something like a switch statement: if ($_POST['action'] == 'doAjaxCmd') { // do what ever ajax wizardry you want } else { // show the...
... Sure, it's no different than invoking the same script for any other purpose, just pass some way of identifying that you're being invoked via AJAX, process...
Excuse me while I smack myself. I found a way to get around all this, using the base libraries as provided by YAHOO; simply subclass the controls that you wish...
Hello! I'd also argue that this is a barrier to IP-conscious businesses (like mine) adopting YUI. If we don't know what we're getting ourselves into with...
Hi Caige, I can see the flicker on the left element as you've described. I'll investigate and see if I can pinpoint the cause. Is the only diff between your...
Hello, I wanted to remove the listeners I added to an element by YAHOO.util.Event.purgeElement('somelink'); , but the event is still triggered after this. So I...
Sandy - I'm not sure that I understand your problem. Do you mean to say that setting the "checked" configuration property to "false" causes the checkmarks to...
I would like to enable the enter key so that once a selection has been made that the form can be submitted and not have to use the submit button. Any help on...
A coworker of mine just sent me this a link to a review of major AJAX <http://www.infoworld.com/article/06/07/31/31FEajax_1.html?s=feature> toolkits. It's got...
Hi Jim, What about hooking into the itemSelectEvent to submit the form? Something like myAutoComp.itemSelectEvent.subscribe(myHandler); var myHandler =...
Thanks all for fast comments...this group is really responsive. Here is the code I am trying to use to implement ajax so that users it opens a new page: <?php ...
... I have no idea what you mean by that. Best as I can tell it looks like you are trying to use a JS function called makeRequest to log a user in? If so, I'm...
oops, forgot to include the ajax js part. We upload later thanks tony. ... -- Awodi Hassan Digital Quest Ltd 1 Adegbeyeni Street, Off Allen Avenue, ...
Hi, thanks, sorry that I missed this option... But there is another small problem :( In Internet Explorer (I tried v 6 only) there is a small place in front of...
Thanks for reporting this one. It appears to be a bug in FF 1.5 only. I tested this in FF 1.0.x and it works correctly. The source of the problem appears to...
I have seen a cool footer in a dojo slides. The footer will autohide like window's Taskbar. Has anyone already done that? Or please point me to some examples? ...