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...
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...
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...
... 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....
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>...
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...
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,...
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...
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...
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...
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"...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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: ...
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()...
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...