Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-javascript · Yahoo! User Interface Library Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12954
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 17664 - 17694 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
17664 rajtf Send Email Sep 4, 2007
7:23 pm
Hi, This is not a direct YUI question but a javascript question. I need to insert rows dynamically in a table. I know I can do that with following code. var...
17665 Caridy Patiño Mayea
caridyp Send Email
Sep 4, 2007
7:37 pm
Hi adam, In the Dav's example, he uses an iframe inside the dialog control to display the page, but you may try to do something different, based on the YUI...
17666 Keith Frank
kfrank_2002 Send Email
Sep 4, 2007
7:41 pm
... http://developer.yahoo.com/yui/examples/menu/topnavfrommarkupwithanim_so\ ... surround ... realized the ... Thanks for the reply... So let me see if I have...
17667 Brian Nelson
seek31337 Send Email
Sep 4, 2007
7:44 pm
Hello. We're building an app where we want to use a grid to move some DHTML blocks horizontally across the table, and update on triggers on each block (such as...
17668 Caridy Patiño Mayea
caridyp Send Email
Sep 4, 2007
9:14 pm
Hi Jeremy, If the response text is not a javascript&#39;s segment, why you try to evaluate it? Just use the innerHTML to display it on the page. In case you need...
17669 Satyam
satyamutsa Send Email
Sep 4, 2007
9:44 pm
You are missing a double qute after '.html"> ... From: "ter31024"; <ter@...> To: <ydn-javascript@yahoogroups.com> Sent: Tuesday, September 04, 2007 8:46...
17670 Caridy Patiño Mayea
caridyp Send Email
Sep 4, 2007
10:10 pm
Hi Keith, The render method uses the parameter to create the DOM structure for overlay's controls created from javascript (will be discarded when you use a...
17671 Keith Frank
kfrank_2002 Send Email
Sep 4, 2007
10:15 pm
... http://developer.yahoo.com/yui/examples/menu/topnavfrommarkupwithanim_so\ ... texts ... certain ... class name ... setting ... anyone has ... this. ... ...
17672 michael mccarron
druidarab Send Email
Sep 4, 2007
10:31 pm
Hi, I was wondering if I am making a basic mistake. but when i page through my datatable and try to edit a cell it gives me the id of the table as it loaded...
17673 jandb_rare Send Email Sep 4, 2007
10:53 pm
Many thanks for the quick response Eric. I tried your suggestion but I still have the same behaviour. This may well be due to my lack of knowledge & experience...
17674 Neil Brideau
nlbrideau Send Email
Sep 5, 2007
12:50 am
Hi Micheal, I ran into the same problem. I fixed it by modifying the YUI base code. In the file: build/datatable/datatable-beta.js Look for the method called: ...
17675 sagar_balla Send Email Sep 5, 2007
3:33 am
I want to read data from local XML file and show it in data grid. Examples are showing url as php file. Can anybody give me the source of those php files. ...
17676 Neil Brideau
nlbrideau Send Email
Sep 5, 2007
3:46 am
Hi sagar, Here is an example I cooked up. It is a record set of a hundred records. Each record has a unique identifier. The problems I had with my first...
17677 joserodriguez Send Email Sep 5, 2007
4:30 am
Eric, ¿Are planning a new roadmap release in the near future? Thanks....
17678 sudermatt Send Email Sep 5, 2007
4:56 am
OK, I have another question related to this.... If I have a column in the my data that contains an ID value, and another column that contains a label. UserID ...
17679 chemist458 Send Email Sep 5, 2007
5:08 am
Dear All, I am in trouble, I am a month behind in this project and I can not sort it out. I need to finish this today, or I'm screwed. I am using panels to...
17680 Dirt Dog
tperritano Send Email
Sep 5, 2007
5:18 am
Hi, is there example of an of in place editing using the lastest yahoo ui libraries? there is one here ...
17681 stefan@...
urkmansturm Send Email
Sep 5, 2007
5:33 am
Hello, I think this is a Bug. How can we report it to the developers? Greetings, Stefan Sturm Yes, this's a problem. I find it, too. It's fine in Internet...
17682 chemist458 Send Email Sep 5, 2007
5:43 am
... and ... all, ... user_id='$_SESSION ... Message', 'Mini ... XMLFILE=http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/ ... ...
17683 George Miller
chemist458 Send Email
Sep 5, 2007
6:13 am
Dear Stefan, So you are saying you can get this to work in FF? I cant get it to work in either. The dialogs now work in FF, it didn’t like my var user_id =...
17684 Keith Ensign
keithensign Send Email
Sep 5, 2007
6:25 am
Can someone please help me to understand how to set an event handler to an ImageLoader group when the fetch() method completes or the image is loaded? is it...
17685 chemist458 Send Email Sep 5, 2007
6:27 am
To fill you in more, I am debuggin with Firebug and it seems that the boxes post and get a response for the right values, then it seems to post another two...
17686 Satyam
satyamutsa Send Email
Sep 5, 2007
7:04 am
It is not safe to use the row number as an Id for the record, since that may change: sorts, record inserts, deletes and pagination might change it. It is much...
17687 Satyam
satyamutsa Send Email
Sep 5, 2007
7:06 am
var myFormatter = function(el, oRecord, oColumn, oData) { el.innerHTML = '<a href="page.php?userID=' + oRecord.getData('UserID&#39;) + '">' + oData + '</a>'; }; ...
17688 Satyam
satyamutsa Send Email
Sep 5, 2007
7:10 am
it's at the bottom of every single page in the documentation: http://developer.yahoo.com/yui/yahoo/#filingbugs ... From: stefan@... To:...
17689 s.schuth Send Email Sep 5, 2007
8:21 am
Hi! I´m starting to replace a self-brewed loading utility with the Loader Utility that comes with YUI 2.3.0. My "old" loader supported a config variable that...
17691 yoonfui83 Send Email Sep 5, 2007
8:46 am
hi, i face a problem with the file size currently. i need to do validation before upload to server. may i know that YUI can suppport this feature or not? ...
17692 Nige White
exguardianre... Send Email
Sep 5, 2007
9:41 am
... Same answer as on the Ext forum. Javascript can not access the client's file system. You could try examining the Content-Length header at the server when...
17693 rita_amritkar Send Email Sep 5, 2007
11:48 am
Hi, I wrote the code for inline dropdown. I could get inline dropdown list but I have overridden the saveCellEditor method to save the data in database after...
17694 dav.glass@...
dav.glass Send Email
Sep 5, 2007
1:36 pm
Anthony -- Here is an example I did about a year ago.. It needs updating, but worth a look: http://blog.davglass.com/files/yui/editable/ Dav Dav Glass ...
Messages 17664 - 17694 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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