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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -