... I meant to say, Can anyone tell me the javascript call within the dropdownOptions call that I need. Is it some sort of call to another datasource? ie,...
... Also... http://www.amazon.co.uk/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742/ref=sr_1_1?ie=UTF8&s=books&qid=1238578214&sr=8-1 should be mandatory...
Marco Mariani
marco.mariani@...
Apr 1, 2009 9:39 am
47205
Hello, Are there any recommendation on writing extension/plugin for YUI? Basically I have written one on based on the cookie.js (YAHOO.util.Cookie) But I have...
Hi ! I've saved one of the latest build locally but I want to say that github not working in IE8. Is presenting some Javascript errors and you can't download...
Hello, please check proper id is given or not as per example. for ex; 1: <body class=" yui-skin-sam"> 2: <button id="show">Show dialog1</button> 3: <div...
Hi, I would like to know how to resize the layout after the content of a div has changed. I setup a layout with 3 divs , header (hd), maindiv (bd), footer (ft)...
tree.subscribe("dblClickEvent", function(oArgs){ alert(oArgs.node.label + " label was double clicked"); }); is not working for me either ! I removed all the...
I used the following one: http://developer.yahoo.com/yui/examples/editor/editor_adv_editor_clean.html The name of the textarea is "detail", the editor doesn't...
You need to add handleSubmit: true to the config: http://developer.yahoo.com/yui/docs/YAHOO.widget.SimpleEditor.html#config_handleSubmit -- Dav Glass ...
Rudy -- You can just call layout.resize(); after the data has been loaded. That should fire your 'resize' subscriber. If that doesn't work, please post a link...
Petronel -- Try this example: http://blog.davglass.com/files/yui/combo/ -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful...
see if this helps any: http://yuihelp.levycodev.com/demos/calendar/multi_cals_on_a_page_help.php Although I do not trap the clicks outside the calendar window,...
Hi Caridy, I believe I've found the solution. I decided to delve in to the dipsatcher code to trace the code execution and discovered the problem. It seems...
Hi there, I send the data of the textarea with the following code, but content value submits the initial value, not the changed one. It's critically urgent in...
Hello, I am trying to use SOAP web service as DataSource for AutoComplete. Should I be using XHRDataSource for that? Where do I specify the method I am...
This code does it. It works like the JQuery datepicker. //calendar stuff // on click in input field, pop it up below id_date input field // highlight current...
... I was able to solve this by using button.get("selectedMenuItem") ... this value is available whether the user has made a selection or not. Thank you for...
If you are not doing any form validation, then simply add handleSubmit: true to the Editor config. If you are, you need to call saveHTML, then remove the...