I created the following base on the menu button (from javascript) example at: http://developer.yahoo.com/yui/examples/button/btn_example07_clean.html I'm...
I'm having a minor problem with two editors on one page. I am using this small wrapper to initialize them: http://pastie.caboo.se/132889 i.e. var editor1 = new...
I have the following code var dragger = new YAHOO.util.DD('elem39;); dragger.onDrag = function(e){ //do something }; and I want to pass extra parameter to the...
I'm very much a newbie both with YUI and with this forum. I'm having trouble with menus in 2.4.1. I used the examples posted for "multi- tiered menu from...
Hi all, I'm trying to use Tooltips to annotate data within a DataTable. I'm finding that the script- based initialization doesn't seem to work correctly with...
Hi, My pages will have a number of items that the users will edit via popup YUI Dialogs. Each dialog has per-item specific information. Most of the time, the...
Hi all.... Happy everything to you all and much happiness and love in code and in life... I have several experimental pages that cause me severe pain with...
Hola!.. I need something like this; function ascReq(url){ var ret = "" var callback = { success : function(o) { if(o.responseText !== undefined){ ret +=...
i' ve created a 3grids layout: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>YUI Base...
Hi All, I want to change css style of the label when the label is selected. It is Dynamically Loading Treeview control and it works fine. When I use custom...
I created a button based on the examples provided on the YUI site, I then linked connection manager into the onButtonClick() function ... when the button is...
hi i tried using Charts. its awesome ppl. but i have few doubts. here is my datasource def [[code]] var c_data=[ {name: "vp",exp_date: "2007-10-02",val: 95}, ...
There has been a few questions about how to handle radio buttons, checkboxes, dropdowns and also how to add an in-line textbox that can be edited right on the...
Hello, I have been trying to set up a more complex layout using grids combined with a tab control. I am running into a problem when using the yui-t1 template...
Hi All. Please help me the best solution to display a List ( created in action ) to DataTable??? And after modify DataTable ( ex: edit cell or add row, delete...
Hi There, I was doing some work comparing various techniques for finding elements by class name. We use this approach and I wanted to make sure we were using...
I work on Firefox extensions for my company, and one of our QA people noticed YUI's modal dialog code causing us problems. Rather than gripe about the design...
I am trying to build a simple app that opens a dialog on a menu item click,.. But whenever i click the (parrent) menu item it fires the "submit" event of the...
I am using the connection manager to load a form (dialog) when user clicks on a link. The dialog contains buttons that load a new dialog, but this time the...
I have checked the known issues list, current bugs list and reviewed the messages in this group. But forgive me if this problem has already been reported...
Hi, I am new to YUI. How could I perform tree view with drag and drop. If anybody is aware of this please let me know. Thanks in advance. Regards, Indira...
Below is my code: =============================Separate line============================ YAHOO.widget.Chart.SWFURL='charts.swf'; YAHOO.example.monthlyExpenses...
Hello! Does anyone use phpform generator? is there any quick way i can use the yahoo ui to tweak a multi-part form created by phpformgenerator so that there...
Hi, I'm currently looking at the lightbox examples on this page: http://test.thecodecentral.com/demos/lightbox/lightbox.html My question is probably a...
Hi all. Please help me: - how to display a button on cell of datatable? (I want to have a textbox and button on same cell) - how to display a checkbox or...