Hi folks, I have created an action link as follows:
config.action_links.add 'word_export', :label => 'Word Export', :type => :member, :popup => :true Two issues: 1. This should render in a new page, correct? Parameters such as :popup and :page have no effect- instead, the link renders inline, complete with the default application layout. 2. How can I get this to use a layout besides the default application layout? I'm using AS Master from about a week ago. Am I missing something or is this a bug? Thanks, Jeff -- 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.
