| Page 1 of 1 | [ 2 posts ] |
|
I am integreating YUI2 (2.9) datatable with Struts app and having issues integrating this
i have created editable data table and i can edit the column what i want. I also want to pass a other column information like --------------------- ID NAME --------------------- 1 ABC 2 XYZ i made Name as ediatble and i can get the iformation using Code: var onCellEdit = function(oArgs) { Questionvar elCell = oArgs.editor.getTdEl(); var oOldData = oArgs.oldData; var oNewData = oArgs.newData; alert(oOldData+"===="+oNewData); } ------------ 1. How can i get ID of the column edited? 2. I am planning to pass these two as hidden files to my Action class. Is there any better way? Thanks a Loooott A |
|
1) see: http://developer.yahoo.com/yui/docs/YAH ... _getColumn
2) What action class, which files? I don't understand. |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group