Re: Expand and collapse a row

2010-11-10 Thread Michael Sharp
Tables and individual rows are always tricky as the AUC's div can't be in rendering no mans land, ie outside tr tags but inside the table. If you need to hide/show rows that preserve column structure of the enclosing table you might need to have the entire table in an AUC and determine which

Expand and collapse a row

2010-11-09 Thread vaibhav srivastava
Hi All, I wan to implement a expand and collapse functionality . so, I have number of rows displaying data and row are created using WORepetition and i want to have a link for each row which can expand and collapse the data . can anybody help me out with this. Regards Vaibhav

Re: Expand and collapse a row

2010-11-09 Thread Mike Schrag
AjaxExpansion in Ajax.framework ... See AjaxExample2's Toggle Details example: http://webobjects.mdimension.com/cgi-bin/WebObjects/AjaxExample2.woa/wa/PageAction/ToggleDetails On Nov 9, 2010, at 8:27 PM, vaibhav srivastava wrote: Hi All, I wan to implement a expand and collapse