How to enable infinite editing in listview? Is this even possible?
Like to know if thats possible somehow..
When theres a listview and you like to edit some child nodes, you now open up a new window. It would be great if infinite editing would also be possible from here, so you can easily edit child nodes and stay on parent node..
Anyone has thought about this or maybe even made this happen? I'm very curious..
How to enable infinite editing in listview? Is this even possible?
Like to know if thats possible somehow..
When theres a listview and you like to edit some child nodes, you now open up a new window. It would be great if infinite editing would also be possible from here, so you can easily edit child nodes and stay on parent node..
Anyone has thought about this or maybe even made this happen? I'm very curious..
Is there anyone out here who could help me a bit with this one? Thanks!
I figured this one out, for you guys who stumble upon this topic in the future...
Make your own listview layout in App_Plugins. Copy it from umbraco source:
Rename it to your own custom names and only replace clickItem in controller.js file:
Then you'll end up with listview that opens up (infinite)editor window when clicking child items. Instead of opening a new window when clicking.
is working on a reply...