DataSource can only fetch a flat set of data, not the hierarchical set that a menu would expect. Using plain Connection Manager would be better. Satyam...
Ids have to be unique, there is no way around it, that's the standard. See if this suits you: http://satyam.com.ar/yui/2.5.0/definitions.html Satyam...
I had a similar problem and a little addition to my css file solved it. Try to set "width: 100%" for the head and the body table. The head and the body are two...
Hi, I have a usecase where the calendar has to be integrated in my web page. The page should contain buttons 'prev day', 'next day', 'prev week', 'next week'. ...
Hi Caridy Patino, Thanks for your reply. In my example var items = oMenu.getSubmenus(); not giving the set of SubMenu Items attached to that MenuItem. I just...
Hi everybody, could you please tell me in what file is defined the bevaviour of buttons like "bold" or "italic" (Simple Editor's toolbar) ? I would like to...
Edouard -- There isn't much in the Editor (code) wise that controls those buttons, they are passed through to the native document.execCommand because the...
mchaz84 -- Can you post a link? Dav Dav Glass dav.glass@... blog.davglass.com + Windows: n. - The most successful computer virus, ever. + + A computer...
Hi, I have a chart with a polling datasource. Since the chart calls sendRequest() on the datasource internally, I have no option to attach a callback handler...
Thanks a lot for your reply. Actually I would like to create a new button that sets ALL the text in the editor to bold, wether it is selected or not. Do you...
Sure, http://mchaz84.info/panel/panel-resize_source.html i 've put a button to test the resize/drag BEFORE and AFTER changing the position of the main div. ...
Hi all, Looking for some hints on how to get an overlay to load on page load and then disappear after a few seconds. I have figured out how to get the Overlay...
Hi All, My scrollable datatable does not scroll down when I arrow down through the rows. It just scrolls out of visibility. Is this normal behaviour / is there...
It appears that much of the functionality exposed by YAHOO.util.Dom does not support YAHOO.util.Element as it's element argument. Is this by design? Or a...
... preset --> ... The gutter is built into the design. The style rule that sets this for a t-4 is: .yui-t4 #yui-main .yui-b { margin-right: 14.8456em; ...
Arup - To get a reference to the submenu of a MenuItem, use the "submenu" configuration property. Then use the "getItems" method to retrieve an array of the...
I looked for this topic, but didn't see it here or in SourceForge... It looks like column selection isn't handled yet. Has anybody written a custom event to...
I have a Data table which can be edited. one of the cell has a Notes column . The issue is i want to move the OK and cancel button from the right hand side of...
... After looking at the dom-debug.js file for a bit, I realized this would be a really, really easy fix, so I went ahead and did it. At runtime, I now run...
Nihar, Sorry for the slow response. The best place to post questions about the Maps Web Services is here: http://tech.groups.yahoo.com/group/yws-maps/ Regards,...
... Brian, Generally, the only special handling you need to do is to defer instantiating a component on a Tab until the Tab is shown for the first time....
Hi Bernd, Sadly, that's not possible. It would require file system access from JavaScript which is strictly prohibited for security reasons. Regards, Nicholas ...
Mike, I see what you mean. Unfortunately, your use case is particularly challenging, since you have most columns with auto widths, one column with a minWidth,...