... From: "trancompany80" <trancompany80@...> To: <ydn-javascript@yahoogroups.com> Sent: Tuesday, January 01, 2008 8:49 AM Subject: [ydn-javascript]...
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:...
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 ...
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 =...
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...
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...
Hi All. I want to setup a method: function getCellValueOfSelectedRow(colName){ //TODO : how to do it??? return cellValue } In that: -@parameter is: - colName:...
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...
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...
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...
//and code: function getValueCellOfSelectedRow(colName){ var i, j, k, l, aRecords; var oPaginator = this.myDataTable.updatePaginator(); // Paginator is...
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...
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...
... 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...
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...
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...
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...
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...
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...
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...
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 -- 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...
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...
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...
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...