I would like to receive an event when the currently selected tab is selected again. Basically I need to work around the behavior in the activate method in ...
Hi folks, Workarounds are now available for DataTable known issues that were introduced in version 2.5.1 with width, minWidth and hidden values set on Columns...
Hi Guys, From looking through the docs it would appear that there is no table features available in the rich text editor - is this correct? Also it would look...
Below is an example of getStyle attempting to access the left margin value of a table. It fails in firefox. Oddly, I can obtain the value by cloning the table....
im tring to use the color picker 2.50 with dialog mode its amazing control... but, when im putting it in a large page and scrool the page and press the color...
Currently using an AutoComplete instance to create a search feature for an ecommerce site. The data source is a MySQL database containing product names,...
Here is my current problem: I think I figured out how to change a node from an Edit button...my form appears anyway, but the positioning within the node is...
Hi all, First time here (-: and just started using the great YUI library. I'm using the Resize Utility for managing "frames" on my web app. how can I get a...
Hi, I have a LayoutManager configuations whose top I want to display a menu created from a javascript function. The problem is that the menu doesn't display...
Hi I have a servlet that returns xml: <ResultSet><Result><Field>Testing</Field></Result></ResultSet> I have a response schema correctly set up identifying the...
Hello, I've created a MenuBar with submenus in script, and under FireFox (2.0.0.13), when the mouse passes over the MenuBar, firebug trips on line 2508 of...
hey all, This is probably something stupid, but I figured ask since I don't seem to be having much luck tonight. I decided to take a look at the Uploader...
Hi, There seems to be a bug in the datatable, when inline cell editing is used. Please follow the steps to duplicate the bug. - Use mozilla firefox 2.0.0.13 to...
Just curious as to why the YUI Dev help is a user group instead of a Forum. I have noticed that there are so many posts that a lot of them get overlooked and...
Hi all, I’m using an AutoComplete widget that fetches data from a server and I’d like to filter some of the result that I get using the value from another...
Hi People, The problem is i want to display a panel when i hover over the link/image.....(instead of tooltip). i successfully created panel using YUI now i...
I built a beautiful (to me) new site navigation banner based on the YUI menu module. It works beautifully on the browsers I've tested with thus far. Part of my...
Hello, I need to get the caret postition in an text input. The Firefox has the property selectionStart, but opera has nothing like this. Has someone a tip how...
Hi, I'm having a small problem when using YUI buttons and doing an AJAX request. I have some dynamic content which gets into a span or div using AJAX. The HTML...
Hi Dav, OK I think the last link I sent was broken, so here it is: http://amanziadmin.creative-dreaming.com/test.aspx In IE you have to click each button twice...
Hi, I want to set the style of the edited content to be the same as it will be when its later displayed. I notice that there is a configuration attribute 'css'...
I have a layout inside a resize utility which has only the bottom resize handle. The resize border seems to add just a little edge/padding around the layout...
hi there, i was going through the yahoo maps beta and saw this very cute looking orange tool tip. i was wondering if they used yui to do that and if yes, how...
Hi, I'm having a problem with a browser hang in IE7. I've boiled things down to a very small page, which is copied below. This page runs fine on Firefox but...
Hi everybody, I have a datatable in my project, and at the bottom of the page I have a "Add new" button, in order to create new rows to write data, I have some...
I am trying to remove a node from the treeview using the following code. nodeToRemove = tree.getNodeByIndex(nodeToRemoveIndex); tree.removeNode(nodeToRemove); ...
Hi, I'm been looking at the YUI CSS grids and would like to adopt the approach for a project - but I'm a bit lost as to how I add my own styles to the basic...
I'm not quite sure how to fix this problem I'm having. I created a custom object that contains an autocomplete widget with a datatable. I used the example off...