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 
rows are rendered with WOConditional.

Sharpy..

On 10/11/2010, at 11:29 AM, Mike Schrag wrote:

 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 functionality  . 
 
 so, I have number of rows displaying data and row are created using   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
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
 
 This email sent to msch...@pobox.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/getsharp%40gmail.com
 
 This email sent to getsh...@gmail.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

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 functionality  . 
 
 so, I have number of rows displaying data and row are created using   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
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
 
 This email sent to msch...@pobox.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com