Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 47201 - 47230 of 52117   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
47201
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 --...
Mike Prince
mprince001
Offline Send Email
Apr 1, 2009
8:21 am
47202
... 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,...
an0n73
Offline Send Email
Apr 1, 2009
9:04 am
47203
how to set the positions of xand y in datatable with tooltips in satyam datatable.plz tell me the solution for this....
john_ranbir
Offline Send Email
Apr 1, 2009
9:11 am
47204
... 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@...
Send Email
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...
howard chen
setesting003
Offline Send Email
Apr 1, 2009
9:50 am
47206
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...
malutanpetronel
Offline Send Email
Apr 1, 2009
10:37 am
47207
Is it possible to use such a following syntax with local saved js files ? <script type="text/javascript"...
malutanpetronel
Offline Send Email
Apr 1, 2009
10:44 am
47208
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...
Bhushan Kumar
contact_bhus...
Offline Send Email
Apr 1, 2009
10:48 am
47209
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)...
rudycox2000
Offline Send Email
Apr 1, 2009
11:28 am
47210
Is it possible to populate a treeview control with an existing ordered or unordered list?...
eydunl
Offline Send Email
Apr 1, 2009
11:47 am
47211
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 ...
malutanpetronel
Offline Send Email
Apr 1, 2009
1:10 pm
47212
tree.subscribe("dblClickEvent", function(oArgs){ alert(oArgs.node.label + " label was double clicked"); }); is not working for me either ! I removed all the...
malutanpetronel
Offline Send Email
Apr 1, 2009
1:19 pm
47213
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...
tolgafiratoglu
Offline Send Email
Apr 1, 2009
1:34 pm
47214
You need to add handleSubmit: true to the config: http://developer.yahoo.com/yui/docs/YAHOO.widget.SimpleEditor.html#config_handleSubmit -- Dav Glass ...
Dav Glass
dav.glass
Offline Send Email
Apr 1, 2009
1:48 pm
47215
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...
Dav Glass
dav.glass
Offline Send Email
Apr 1, 2009
1:50 pm
47216
Petronel -- Try this example: http://blog.davglass.com/files/yui/combo/ -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful...
Dav Glass
dav.glass
Offline Send Email
Apr 1, 2009
1:53 pm
47217
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 ? : ... ...
malutanpetronel
Offline Send Email
Apr 1, 2009
2:35 pm
47218
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,...
bretlevy
Offline Send Email
Apr 1, 2009
2:43 pm
47219
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...
suggs_is_ard
Offline Send Email
Apr 1, 2009
2:47 pm
47220
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: ...
Caridy Patino
caridyp
Online Now Send Email
Apr 1, 2009
3:29 pm
47221
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...
tolga firatoglu
tolgafiratoglu
Offline Send Email
Apr 1, 2009
3:33 pm
47222
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...
Pavel Vassiliev
paulvas21
Offline Send Email
Apr 1, 2009
3:54 pm
47223
See: http://yuiblog.com/blog/2008/06/24/buildingwidgets Satyam...
Satyam
satyamutsa
Offline Send Email
Apr 1, 2009
3:55 pm
47224
If the container where the TreeView is to be drawn contains (un)ordered lists, it will read those. See: ...
Satyam
satyamutsa
Offline Send Email
Apr 1, 2009
3:58 pm
47225
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...
Adrian Nye
adrian_nye
Offline Send Email
Apr 1, 2009
4:11 pm
47226
Uncomment this line: //myEditor.saveHTML(); -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful computer virus, ever. + + A...
Dav Glass
dav.glass
Offline Send Email
Apr 1, 2009
4:21 pm
47227
... 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...
aichcon
Offline Send Email
Apr 1, 2009
4:24 pm
47228
I didn't find such an example for yuiloader ,but if it exists,it's better,otherwise I have to add that feature myself....
shore.cloud
Offline Send Email
Apr 1, 2009
4:30 pm
47229
Thanks but it still doesn't work. I commented that with an hope to work....
tolga firatoglu
tolgafiratoglu
Offline Send Email
Apr 1, 2009
4:35 pm
47230
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...
Dav Glass
dav.glass
Offline Send Email
Apr 1, 2009
4:35 pm
Messages 47201 - 47230 of 52117   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help