Hi

Take a look at info.magnolia.pages.app.action.EditPageAction#EditPageAction:
This action opens a new tab in the pages app for editing using the 
LocationController.

DetailLocation loc = new DetailLocation("pages", "detail", 
DetailView.ViewType.EDIT, pageNode.getPath(), "");
locationController.goTo(loc);

You might be able to reuse that action, by defining it as a callback to the 
preceding action, or just put that piece of code where you already figured out.

Espen

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=63e40ab3-a851-442b-b276-04f342e78109


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to