I have an embedded scaffold.  I'd like to put an action link at the top 
(:type => :collection) that simply changes a parameter and reloads the 
scaffold.  Currently, the action link does reload the rows, but not the 
header. The problem is that I need to update the header to also change the 
action link and list label.

I have added the action link with the following options:

 :type => :collection, :page => false, :position => false, :action => 
'index', parameters = {:show_deleted => 0}

I tried also specifying :inline => true, but that didn't have any effect.

Any ideas?

Jim

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/activescaffold/-/9M7WFe5aI7UJ.
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