Hi,    we want to have expand/collapse button on the divider similar to resize.Is it possible without modifying layout.js and layout.css files.I see the...
Hello! How would one go about making Analytics work in a site where Bubbling is used to load every page? With the Analytics code at the default spot before the...
Hi, I tried YUI drag and drop for LI's (list elements in a UL) and it is working fine. But when i do the same for Anchor elements (hyperlinks on my page.) it...
... Yep, that seems to work. Thank you. Wish I woulda thought to try that. I spent a good bit of time before you answered hacking the AC code. Oh well. I'm...
Thanks Jenny, now its working good. In the same page I am using a menubar, these two autocompletes are located under the menu bar items. Now 2 autocompletes...
In the short term we are focusing development efforts on creating widgets in order to fill out the YUI 3 offering. However, we are still actively supporting 2...
Hi, I've been following the 2.8 Charts commits - seems like development/fixes have stopped for the last 2ish months on the 2.8 branch... will there be further...
Mr. Onji, its simple. Leave the YDN Group and you will not receive the mails again,afterall you signedup for them ________________________________ From: Onji...
This is almost certainly a z-index issue. Review autocomplete.css, the base styling included in YUI. It sets z-index on three classes of the control that you...
... Evidently, they do. DataTable events work fine so there must definitely something that is preventing them from succeeding. I wouldn't trouble myself...
Hi Phani, I use z-index to solve the gets over problem. Please see this can help you too or any better solution. #myAutoCompleteType { padding-bottom:2em; ...
Please I would appreciate if you stop sending me this kinds of mail as I do not have time for them. Â Onji Charles, WATSAN PROG. OFFICER, NCA, WARRAP STATE,...
Hello! I got an inquiry about displaying information from the web in a gadget, and am evaluating my options. I tried to simply use a DataTable, which works...
I need to override the AutoComplete.prototype._clearSelection for some, but not all, of the instances of the AutoCompletes I have on a page. I've been doing...
OK, I finally realized that it is the item with which the menu/submenu is associated with that has the text I need to change, not the menu/submenu. So, this...
How do I get a hold of text (label) associated with a submenu, and then change it? I have a cascading menu, depending on the context I would like to get the...
Hi All I have a page with more than one autocompletes, the second autocomplete (which located under the first) - gets over the first's container. I am using...
What I am doing is writing a database application. The page has several AutoCompletes (AC). One is used to select the row whose data will be displayed on the...
Rob Gunther wrote ... You are passing a string 'handleClosePreview' instead of a function. Martin...
Martin Kamerbeek
martin@...
Nov 11, 2009 3:01 pm
52124
I set the label of buttons on the fly all time time, something like this works well: var obMX1 = window['mywindow'].getButtons()[0]; obMX1.set('label','Click...
I am using containers / dialog boxes, and use setBody to set the contents. How can I read back the content of the body? I don't see a getBody(), which would be...
Prashant - Unfortunately there is no simpler way. That said, the JSON for each Button's Menu shouldn't be that different as Button uses Menu for its menus. -...
Thanks for the prompt reply Todd. Isn't there a simpler way of configuring the menu bar to display sub-menus on click rather than on roll-over? Im asking this...
Hi , I have created an autocomplete inline text editor for my datatable, which works absolutely fine for me. Barring one blocking issue. Scenario : 1) I have...