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...
3545
ashihong
Aug 1, 2006 1:20 pm
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...
3547
sandysubha
Aug 1, 2006 1:50 pm
can any body suggest the way ,how to remove the checkmark ? Thanks Sandy ... true); ... unchecked/checked. ... uncheck ... particular...
3548
caigesn
Aug 1, 2006 1:52 pm
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...
3549
mattesid
Aug 1, 2006 3:32 pm
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...
3550
Joe Desbonnet
jdesbonnet
Aug 1, 2006 3:36 pm
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...
3551
arne0705
Aug 1, 2006 3:57 pm
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...
3552
dav.glass@...
dav.glass
Aug 1, 2006 4:07 pm
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...
3553
hawodi
Aug 1, 2006 4:09 pm
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....
3554
Tony Bibbs
tony_bibbs
Aug 1, 2006 4:24 pm
Yes, but you need to do something like a switch statement: if ($_POST['action'] == 'doAjaxCmd39;) { // do what ever ajax wizardry you want } else { // show the...
3555
Ken Robinson
kenrbnsn
Aug 1, 2006 4:25 pm
... 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...
3556
Todd Kloots
toddkloots
Aug 1, 2006 4:37 pm
Hi Arne - Yes. Set the "constraintoviewport" configuration property to "true." If you're not familiar with configuration properties, check out the...
3557
ragicka
Aug 1, 2006 4:39 pm
... Kupu: http://kupu.oscom.org/...
3558
mori57
Aug 1, 2006 4:56 pm
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...
3559
randomjuju
Aug 1, 2006 5:11 pm
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...
3560
Matt Sweeney
matt.sweeney
Aug 1, 2006 6:12 pm
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...
3561
rene.haber
Aug 1, 2006 6:41 pm
Hello, I wanted to remove the listeners I added to an element by YAHOO.util.Event.purgeElement('somelink39;); , but the event is still triggered after this. So I...
3562
caigesn
Aug 1, 2006 6:43 pm
Thanks Matt, The only difference between the two is the YUI version. Version 0.10 works fine, version 0.11.2 has the flickering issue. -Caige...
3563
Todd Kloots
toddkloots
Aug 1, 2006 6:44 pm
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...
3564
THECREW
the138crew
Aug 1, 2006 7:10 pm
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...
3565
mori57
Aug 1, 2006 7:12 pm
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...
3566
jennykhan
Aug 1, 2006 7:49 pm
Hi Jim, What about hooking into the itemSelectEvent to submit the form? Something like myAutoComp.itemSelectEvent.subscribe(myHandler); var myHandler =...
3567
priya_806
Aug 1, 2006 7:50 pm
Hi Is there any method, that we can set the url dynamically for a menuitem?? Priya...
3568
Awodi H
hawodi
Aug 1, 2006 8:06 pm
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 ...
3569
Tony Bibbs
tony_bibbs
Aug 1, 2006 8:46 pm
... 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...
3570
Todd Kloots
toddkloots
Aug 1, 2006 8:46 pm
Priya - Every MenuItem instance has a "url" configuration property that you can use. The property is documented here: ...
3571
Awodi H
hawodi
Aug 1, 2006 8:50 pm
oops, forgot to include the ajax js part. We upload later thanks tony. ... -- Awodi Hassan Digital Quest Ltd 1 Adegbeyeni Street, Off Allen Avenue, ...
3572
arne0705
Aug 1, 2006 9:12 pm
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...
3573
Todd Kloots
toddkloots
Aug 1, 2006 9:15 pm
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...
3574
chrislusf
Aug 1, 2006 9:25 pm
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? ...