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 23286 - 23316 of 52114   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23286
... From: "trancompany80" <trancompany80@...> To: <ydn-javascript@yahoogroups.com> Sent: Tuesday, January 01, 2008 8:49 AM Subject: [ydn-javascript]...
Satyam
satyamutsa
Offline Send Email
Jan 1, 2008
8:24 am
23287
I you need more examples, I created my own Panel subclass to achieve this. Basically it's my own Dialog alternative... look at the code in: ...
Alan Pinstein
apinstein
Offline Send Email
Jan 1, 2008
3:51 pm
23288
FYI, "Out of Memory at line: 10" errors in IE7. ... From: Alan Pinstein To: ydn-javascript@yahoogroups.com Sent: Tuesday, January 01, 2008 9:51 AM Subject: Re:...
Hollywood
thzerodotcom
Online Now Send Email
Jan 1, 2008
4:25 pm
23289
Huh, thanks! I get a "Object Expected" error, not an OOM, but thanks, I'll look into it! I hadn't seen that before. Looks like it's related to my use of ...
Alan Pinstein
apinstein
Offline Send Email
Jan 1, 2008
5:47 pm
23290
hi on http://ragtek.org/vb37/register.php?do=register i'm trying to disable the submit button with YAHOO.util.Selector.query('input[type=submit]').disabled =...
ragtek_ragga
Offline Send Email
Jan 1, 2008
6:32 pm
23291
Selector.query returns an array, even if it only contains one element. Try: YAHOO.util.Selector.query('input[type=submit]')[0].disabled = true or you can set...
Satyam
satyamutsa
Offline Send Email
Jan 1, 2008
6:58 pm
23292
Someone pointed out a bug in one of my YUI examples on IE7. I can't quite figure out the problem and hope someone can help. You can see the example of the...
Alan Pinstein
apinstein
Offline Send Email
Jan 1, 2008
7:19 pm
23293
Hi All. I want to setup a method: function getCellValueOfSelectedRow(colName){ //TODO : how to do it??? return cellValue } In that: -@parameter is: - colName:...
manhtuanquan78
Offline Send Email
Jan 2, 2008
1:26 am
23294
anyone help me,please!...
huu2uan
Offline Send Email
Jan 2, 2008
2:59 am
23295
Hi All, On this page: http://developer.yahoo.com/yui/container/dialog/index.html it says: "It's also valuable to note that the callback object referenced in...
Andrew Myers
amyers2002
Offline Send Email
Jan 2, 2008
5:20 am
23296
Take a look at this http://developer.yahoo.com/yui/examples/connection/callback_customevents.html...
Jing Ceawlin
jingceawlin
Offline Send Email
Jan 2, 2008
5:46 am
23297
OHHHH. I have done it successful :D. Thank all. HAPPY NEW YEAR EVERYBODY....
manhtuanquan78
Offline Send Email
Jan 2, 2008
6:23 am
23298
after installing FireBug i found that Mozila Firefox is giving me following error while accessing my servlet which is deployed on a local serve 'Permission...
nihar bhatt
ntimesc
Offline Send Email
Jan 2, 2008
10:09 am
23299
Hi all, I'm compressing the stylesheets of my website/CMS. One of the stylesheets op de CMS is using the 'voice-family' hack: voice-family: "\"}\""; But after...
harroschmidt
Offline Send Email
Jan 2, 2008
10:30 am
23300
//and code: function getValueCellOfSelectedRow(colName){ var i, j, k, l, aRecords; var oPaginator = this.myDataTable.updatePaginator(); // Paginator is...
manhtuanquan78
Offline Send Email
Jan 2, 2008
10:42 am
23301
Hi i have big trouble with Treeview-menu and history browser. I built a TreeView from Markup (http://www.developer-network.org/showthread.php?t=40) using...
kyashan71
Offline Send Email
Jan 2, 2008
10:57 am
23302
This is not a full example, just an extract from my codebase. The JS part is writen with Ext grid, not YUI. The Java part is based on Jakarta Struts. I hope it...
Peter Kiraly
peterkiraly
Offline Send Email
Jan 2, 2008
10:59 am
23303
... Hi, I had the same issue some days ago (http://tech.groups.yahoo.com/group/ydn-javascript/message/23240) At the moment I just put everything with different...
wilson3000ups
Offline Send Email
Jan 2, 2008
11:52 am
23304
Am I the only one who understands this parameter of the main menu as a parameter which should work also for submenus. Namely when there is a menu with 3 items...
vkiriloff
Offline Send Email
Jan 2, 2008
12:53 pm
23305
Now i solved the problem changing the YUI tree_menu with another tree menu, but as soon as i' ll try to find another solution....
kyashan71
Offline Send Email
Jan 2, 2008
12:59 pm
23306
Yes, that is the problem. I removed the display:none property and the drag and drop works fine. Is there a way to add the element to the document so getXY will...
Patrick Buller
patbuller
Offline Send Email
Jan 2, 2008
1:39 pm
23307
Removing the display" none puts it in the document. Try using visibility: hidden. Dav Dav Glass dav.glass@... blog.davglass.com + Windows: n. - The most...
dav.glass@...
dav.glass
Offline Send Email
Jan 2, 2008
2:22 pm
23308
Hi, I implemented a sortable list with the YUI D&D module. While dragging an item, I insert a dummy "hinting" element on the current position to show where the...
gerryvandermaesen
gerryvanderm...
Offline Send Email
Jan 2, 2008
2:40 pm
23309
Gerry -- That depends on the setup of your use case :) You can try to move the items into interaction groups, then only refreshing the cache of the elements...
dav.glass@...
dav.glass
Offline Send Email
Jan 2, 2008
2:51 pm
23310
Are you requesting the data from the same host that you are requesting the page? It is called 'same origin policy', you can search for that, it's even in...
Satyam
satyamutsa
Offline Send Email
Jan 2, 2008
3:50 pm
23312
Thanks for the responses. While I agree that it would be great if all browsers implemented spell checking, but the reality now is they don't, and it would be...
David Holt
dpholt729
Offline Send Email
Jan 2, 2008
5:21 pm
23313
David -- Currently, the new Yahoo! Mail does not use the YUI RTE. As far as I know, there isn't an available Spell Checking web service that could be used for...
dav.glass@...
dav.glass
Offline Send Email
Jan 2, 2008
5:37 pm
23314
Hi, Can't for the life of me, even after looking at all the API docs etc. work out how to change the series colors and marker sizes - tried all different ways...
kdaws_karl
Offline Send Email
Jan 2, 2008
5:45 pm
23315
Finally I Solved the problem of "Permission Denial" but now a new problem arises Now i am getting "No Records Found" error in the data table. When i am trying...
nihar bhatt
ntimesc
Offline Send Email
Jan 2, 2008
5:46 pm
23316
bd = 980px width and has a left and right margin of 25px ... I am having a problem with customizing nested grids. First I created a special grid id that...
athanasius815
Online Now Send Email
Jan 2, 2008
5:47 pm
Messages 23286 - 23316 of 52114   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