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...
14007
wyzfr
Jun 1, 2007 11:00 am
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...
14008
Michael Smith
doctor_regtools
Jun 1, 2007 11:36 am
Hello there, Is it possible to have menu items wrapping? My particular wish is to have a menu like the example here: ...
14009
nair.ratish
Jun 1, 2007 11:43 am
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...
14010
Stanislaw Osinski
lilipiec
Jun 1, 2007 12:26 pm
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...
14011
Makoki
makokies
Jun 1, 2007 1:07 pm
... 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....
14012
Stuart Grimshaw
stuartgrimshaw
Jun 1, 2007 1:59 pm
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>...
14013
SHIVA KUMAR
shiv_indian
Jun 1, 2007 2:59 pm
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...
14014
Ted Husted
ted.husted
Jun 1, 2007 3:09 pm
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,...
14015
ticklishturtletoe
ticklishturt...
Jun 1, 2007 4:07 pm
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...
14016
lschnoller
Jun 1, 2007 4:14 pm
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...
14017
manish25.rm
Jun 1, 2007 4:30 pm
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...
14018
Jaime Bueza
flufflemeister
Jun 1, 2007 4:31 pm
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"...
14019
Julien Lecomte
julien.lecomte
Jun 1, 2007 4:46 pm
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...
14020
jessekeller
Jun 1, 2007 4:58 pm
Thank you! That fixed the problem. Jesse ... before it...
14021
lenzbd
Jun 1, 2007 5:15 pm
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...
14022
Julien Lecomte
julien.lecomte
Jun 1, 2007 5:23 pm
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...
14023
lenzbd
Jun 1, 2007 5:41 pm
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 ...
14024
Julien Lecomte
julien.lecomte
Jun 1, 2007 5:49 pm
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...
14025
Kico Zaninetti
kicozaninetti
Jun 1, 2007 6:00 pm
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...
14026
eap_edc
Jun 1, 2007 6:23 pm
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...
14027
ticklishturtletoe
ticklishturt...
Jun 1, 2007 6:50 pm
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...
14028
davehaber
Jun 1, 2007 6:51 pm
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...
14029
Eric Miraglia
ericmiraglia
Jun 1, 2007 7:21 pm
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...
14030
lenzbd
Jun 1, 2007 7:48 pm
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...
14031
korean.sensation
korean.sensa...
Jun 1, 2007 7:57 pm
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: ...
14032
Julien Lecomte
julien.lecomte
Jun 1, 2007 8:33 pm
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()...
14033
Eric Miraglia
ericmiraglia
Jun 1, 2007 8:37 pm
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...
14034
davehaber
Jun 1, 2007 8:55 pm
Excellent sleuthing, thanks! Any idea why it seems that using the YUI show() function seems to "uncover" the problem?...
14035
Eric Miraglia
ericmiraglia
Jun 1, 2007 8:58 pm
No, no more than why the FireBug inspect functionality would do so. Adding the empty <option> probably works in either case, though. Regards, Eric ...