Link to pimcore object from within plugin -
i'm developing plugin link existing admin interface components - i.e. link grid view object crud screen.
i know can using deeplinks in examples here. want maintain open tabs.
im using pimcore 2.0 release. have thought standard feature in admin section? anyone?
cheers
you should handle grid item click , call pimcore.helpers.openobject(id, type);
for reference can check ontreenodeclick handler in pimcore.
Comments
Post a Comment