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...
47229
tolga firatoglu
tolgafiratoglu
Apr 1, 2009 4:35 pm
Thanks but it still doesn't work. I commented that with an hope to work....
47228
shore.cloud
Apr 1, 2009 4:30 pm
I didn't find such an example for yuiloader ,but if it exists,it's better,otherwise I have to add that feature myself....
47227
aichcon
Apr 1, 2009 4:24 pm
... 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...
47226
Dav Glass
dav.glass
Apr 1, 2009 4:21 pm
Uncomment this line: //myEditor.saveHTML(); -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful computer virus, ever. + + A...
47225
Adrian Nye
adrian_nye
Apr 1, 2009 4:11 pm
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...
47224
Satyam
satyamutsa
Apr 1, 2009 3:58 pm
If the container where the TreeView is to be drawn contains (un)ordered lists, it will read those. See: ...
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...
47221
tolga firatoglu
tolgafiratoglu
Apr 1, 2009 3:33 pm
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...
47220
Caridy Patino
caridyp
Apr 1, 2009 3:29 pm
Hey Mike, Now it makes sense to me hehehehe. You never mentioned that you include external JS that are not cacheable. Here is the normal solution: ...
47219
suggs_is_ard
Apr 1, 2009 2:47 pm
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...
47218
bretlevy
Apr 1, 2009 2:43 pm
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,...
47217
malutanpetronel
Apr 1, 2009 2:35 pm
I see as a possible problem this function ? or maybe a missing parameter to be sent to tree to know that it is a HTML node tree ? : ... ...
47216
Dav Glass
dav.glass
Apr 1, 2009 1:53 pm
Petronel -- Try this example: http://blog.davglass.com/files/yui/combo/ -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful...
47215
Dav Glass
dav.glass
Apr 1, 2009 1:50 pm
Rudy -- You can just call layout.resize(); after the data has been loaded. That should fire your 'resize39; subscriber. If that doesn't work, please post a link...
47214
Dav Glass
dav.glass
Apr 1, 2009 1:48 pm
You need to add handleSubmit: true to the config: http://developer.yahoo.com/yui/docs/YAHOO.widget.SimpleEditor.html#config_handleSubmit -- Dav Glass ...
47213
tolgafiratoglu
Apr 1, 2009 1:34 pm
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...
47212
malutanpetronel
Apr 1, 2009 1:19 pm
tree.subscribe("dblClickEvent", function(oArgs){ alert(oArgs.node.label + " label was double clicked"); }); is not working for me either ! I removed all the...
47211
malutanpetronel
Apr 1, 2009 1:10 pm
I've tried to move to latest 2.7 from 2.6.0 Satyam and my tree is corecctly rendered and after tree.render(); I have ...
47210
eydunl
Apr 1, 2009 11:47 am
Is it possible to populate a treeview control with an existing ordered or unordered list?...
47209
rudycox2000
Apr 1, 2009 11:28 am
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)...
47208
Bhushan Kumar
contact_bhus...
Apr 1, 2009 10:48 am
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...
47207
malutanpetronel
Apr 1, 2009 10:44 am
Is it possible to use such a following syntax with local saved js files ? <script type="text/javascript"...
47206
malutanpetronel
Apr 1, 2009 10:37 am
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...
47205
howard chen
setesting003
Apr 1, 2009 9:50 am
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...
47204
Marco Mariani
marco.mariani@...
Apr 1, 2009 9:39 am
... 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...
47203
john_ranbir
Apr 1, 2009 9:11 am
how to set the positions of xand y in datatable with tooltips in satyam datatable.plz tell me the solution for this....
47202
an0n73
Apr 1, 2009 9:04 am
... 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,...
47201
Mike Prince
mprince001
Apr 1, 2009 8:21 am
Was just about to reply with that! Not sure why this should be a restriction: I'd suggest you file a bug report for it. Cheers -- Mike --...