Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3544 - 3574 of 52117   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3544
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...
Matt
cyberlogi
Offline Send Email
Aug 1, 2006
7:31 am
3545
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...
ashihong
Offline Send Email
Aug 1, 2006
1:20 pm
3547
can any body suggest the way ,how to remove the checkmark ? Thanks Sandy ... true); ... unchecked/checked. ... uncheck ... particular...
sandysubha
Offline Send Email
Aug 1, 2006
1:50 pm
3548
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...
caigesn
Offline Send Email
Aug 1, 2006
1:52 pm
3549
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...
mattesid
Offline Send Email
Aug 1, 2006
3:32 pm
3550
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...
Joe Desbonnet
jdesbonnet
Offline Send Email
Aug 1, 2006
3:36 pm
3551
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...
arne0705
Offline Send Email
Aug 1, 2006
3:57 pm
3552
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...
dav.glass@...
dav.glass
Offline Send Email
Aug 1, 2006
4:07 pm
3553
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....
hawodi
Offline Send Email
Aug 1, 2006
4:09 pm
3554
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...
Tony Bibbs
tony_bibbs
Offline Send Email
Aug 1, 2006
4:24 pm
3555
... 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...
Ken Robinson
kenrbnsn
Offline Send Email
Aug 1, 2006
4:25 pm
3556
Hi Arne - Yes. Set the "constraintoviewport" configuration property to "true." If you're not familiar with configuration properties, check out the...
Todd Kloots
toddkloots
Online Now Send Email
Aug 1, 2006
4:37 pm
3557
... Kupu: http://kupu.oscom.org/...
ragicka
Offline Send Email
Aug 1, 2006
4:39 pm
3558
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...
mori57
Online Now Send Email
Aug 1, 2006
4:56 pm
3559
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...
randomjuju
Online Now Send Email
Aug 1, 2006
5:11 pm
3560
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...
Matt Sweeney
matt.sweeney
Online Now Send Email
Aug 1, 2006
6:12 pm
3561
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...
rene.haber
Offline Send Email
Aug 1, 2006
6:41 pm
3562
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...
caigesn
Offline Send Email
Aug 1, 2006
6:43 pm
3563
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...
Todd Kloots
toddkloots
Online Now Send Email
Aug 1, 2006
6:44 pm
3564
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...
THECREW
the138crew
Offline Send Email
Aug 1, 2006
7:10 pm
3565
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...
mori57
Online Now Send Email
Aug 1, 2006
7:12 pm
3566
Hi Jim, What about hooking into the itemSelectEvent to submit the form? Something like myAutoComp.itemSelectEvent.subscribe(myHandler); var myHandler =...
jennykhan
Online Now Send Email
Aug 1, 2006
7:49 pm
3567
Hi Is there any method, that we can set the url dynamically for a menuitem?? Priya...
priya_806
Offline Send Email
Aug 1, 2006
7:50 pm
3568
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 ...
Awodi H
hawodi
Offline Send Email
Aug 1, 2006
8:06 pm
3569
... 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...
Tony Bibbs
tony_bibbs
Offline Send Email
Aug 1, 2006
8:46 pm
3570
Priya - Every MenuItem instance has a "url" configuration property that you can use. The property is documented here: ...
Todd Kloots
toddkloots
Online Now Send Email
Aug 1, 2006
8:46 pm
3571
oops, forgot to include the ajax js part. We upload later thanks tony. ... -- Awodi Hassan Digital Quest Ltd 1 Adegbeyeni Street, Off Allen Avenue, ...
Awodi H
hawodi
Offline Send Email
Aug 1, 2006
8:50 pm
3572
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...
arne0705
Offline Send Email
Aug 1, 2006
9:12 pm
3573
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...
Todd Kloots
toddkloots
Online Now Send Email
Aug 1, 2006
9:15 pm
3574
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? ...
chrislusf
Online Now Send Email
Aug 1, 2006
9:25 pm
Messages 3544 - 3574 of 52117   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help