This bit of js opens them all, but i'm not quite sure how to tie it
into a table action link:

$$('a.action').each(function(item)
{
    if(item.className == 'show action')
    {
      item.action_link.open();
    }
});

On Dec 31, 9:34 am, Tracy <[email protected]> wrote:
> Is there a way to expand (or close) all inline nested records in a
> displayed list?
>
> thanks

--

You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.


Reply via email to