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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 14004 - 14035 of 52115   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14004
Hello. I'm rather accurate for doing "basic" things in javascript but what I want to accomplish here is a bit complicated (moreover the datatable object is...
wyzfr
Offline Send Email
Jun 1, 2007
8:26 am
14007
I finally getting rid of one point : posting the changes. I based the code upon the getRecorset function of the datatable. I added an hidden input field to my...
wyzfr
Offline Send Email
Jun 1, 2007
11:00 am
14008
Hello there, Is it possible to have menu items wrapping? My particular wish is to have a menu like the example here: ...
Michael Smith
doctor_regtools
Offline Send Email
Jun 1, 2007
11:36 am
14009
Can anybody help me with the css part of the Tabview control. I just want to get the tabs at the center of the tabview by default it is in the left...
nair.ratish
Offline Send Email
Jun 1, 2007
11:43 am
14010
Hi, I'm using the BCM on a page with two iframes. The BCM initialization and calls (including the navigate() method) happen in one of the iframes. Everything...
Stanislaw Osinski
lilipiec
Offline Send Email
Jun 1, 2007
12:26 pm
14011
... I know this post is old and perhaps there's no need no reply, but I do it. Recently I've got trouble like this, and got a solution that worked fine for me....
Makoki
makokies
Offline Send Email
Jun 1, 2007
1:07 pm
14012
Nice easy question for a Friday afternoon, how do put an icon on a splitbutton? I've got them on my normal button by applying a style to the surrounding <span>...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
Jun 1, 2007
1:59 pm
14013
Hi, I have noticed that the return statement is not working in drag and drop methods without alert statement.I think it may be one of the bugs .I have special...
SHIVA KUMAR
shiv_indian
Offline Send Email
Jun 1, 2007
2:59 pm
14014
This might be more than what you are looking for, but I've been working on a composite DataTable widget that provides for a Find / List / Edit / View workflow,...
Ted Husted
ted.husted
Offline Send Email
Jun 1, 2007
3:09 pm
14015
Hi all, I'm using tabview to create a right-oriented tab interface. On my tabs, I display some information that wraps onto 2 lines. The trouble is, the text...
ticklishturtletoe
ticklishturt...
Offline Send Email
Jun 1, 2007
4:07 pm
14016
The solution i found is to parse each field after the data is received from the data-source. This is kind of inefficient because each field in the response...
lschnoller
Offline Send Email
Jun 1, 2007
4:14 pm
14017
Alexander, Thanks for the reply. Actually I want to change the style of text at runtime. So I want to be able to do it through javascript. Let me know if you...
manish25.rm
Offline Send Email
Jun 1, 2007
4:30 pm
14018
For .yui-navset .yui-nav li a em, set the white-space css property to "nowrap". ... -- Jaime Bueza | Database Developer "Everything in a web browser"...
Jaime Bueza
flufflemeister
Offline Send Email
Jun 1, 2007
4:31 pm
14019
Hi Stanislaw, Good catch. I had never tried this before. I will enter a bug for this and will fix it for the next version of YUI (I am currently studying...
Julien Lecomte
julien.lecomte
Offline Send Email
Jun 1, 2007
4:46 pm
14020
Thank you! That fixed the problem. Jesse ... before it...
jessekeller
Offline Send Email
Jun 1, 2007
4:58 pm
14021
I've just started integrating the Browser History Manager into our application and one piece of functionality that I would like to see added is the ability to...
lenzbd
Offline Send Email
Jun 1, 2007
5:15 pm
14022
Hello Brian, I have some good news for you! This feature was already requested several weeks ago on this list, and will be implemented for the next version of...
Julien Lecomte
julien.lecomte
Offline Send Email
Jun 1, 2007
5:23 pm
14023
Thanks, Julien! I've been working on the problem a bit more, and figured out that what I actually want is the ability to have the state support complex JSON ...
lenzbd
Offline Send Email
Jun 1, 2007
5:41 pm
14024
It is an interesting feature request. Right now, the state parameter you pass to navigate() must be a string. In the future, it could be any object, and the...
Julien Lecomte
julien.lecomte
Offline Send Email
Jun 1, 2007
5:49 pm
14025
I have a function that formats a column to delete the row if the cell of this column is clicked. I want to reference the datatable row of the column that was...
Kico Zaninetti
kicozaninetti
Offline Send Email
Jun 1, 2007
6:00 pm
14026
I am working on a two thumb slider control. I have a beginning example: http://elementalmarkup.com/projects/sliders/ There are a bunch of things that I am...
eap_edc
Offline Send Email
Jun 1, 2007
6:23 pm
14027
Thanks for the reply, Jaime. I should explain in a little more detail. The tabview structure is strictly like this: ...<li><a><em/></a></li>... But mine is...
ticklishturtletoe
ticklishturt...
Offline Send Email
Jun 1, 2007
6:50 pm
14028
OK. It took me a little while because I'm having the actual trouble on an internal tool, but I've set up a functional demo of what I'm doing on an outside...
davehaber
Offline Send Email
Jun 1, 2007
6:51 pm
14029
Dave, I don't have a good answer for you, but I don't think YUI (or even your own scripts) are the issue here. 1. Take your file and strip out all of the YUI...
Eric Miraglia
ericmiraglia
Online Now Send Email
Jun 1, 2007
7:21 pm
14030
I have a question about possible differences (on load) between the bookmarked state of a module on load and the "current state" of a module after BHM...
lenzbd
Offline Send Email
Jun 1, 2007
7:48 pm
14031
Hi, I've recently discovered that when I set the position of an element to relative, the modal backdrop does not cover that element. Here's what I mean: ...
korean.sensation
korean.sensa...
Offline Send Email
Jun 1, 2007
7:57 pm
14032
Hello Brian, It is absolutely essential to wait until after the BHM has been initialized to determine in which state a module is (using the getCurrentState()...
Julien Lecomte
julien.lecomte
Offline Send Email
Jun 1, 2007
8:33 pm
14033
flyfish1203, Please provide a URL to a page that shows the problem you're having, with everything else stripped out. If you do that, I suspect someone on the...
Eric Miraglia
ericmiraglia
Online Now Send Email
Jun 1, 2007
8:37 pm
14034
Excellent sleuthing, thanks! Any idea why it seems that using the YUI show() function seems to "uncover" the problem?...
davehaber
Offline Send Email
Jun 1, 2007
8:55 pm
14035
No, no more than why the FireBug inspect functionality would do so. Adding the empty <option> probably works in either case, though. Regards, Eric ...
Eric Miraglia
ericmiraglia
Online Now Send Email
Jun 1, 2007
8:58 pm
Messages 14004 - 14035 of 52115   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