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
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
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
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
Sep 4, 2007 9:14 pm
Hi Jeremy, If the response text is not a javascript39;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
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
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
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
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
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
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
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
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
Sep 5, 2007 4:30 am
Eric, ¿Are planning a new roadmap release in the near future? Thanks....
17678
sudermatt
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
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
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
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
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
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
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
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
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...
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
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
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...
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
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
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 ...