I'm wanting to move the moderate comments user control for the blog into a custom section..
I've created the custom section and added the usercontrol to the dashboard command.. I was wondering if it's possible to get rid of the tree for that section so no tree appears?
or alternatively have the tree item's click command load the user control.. I don't want to wrap the control in an aspx page as it means i'd have to add the control to our project's web solution and would prefer to keep custom items separate..
Nope the tree panel will always be there, it can be empty (bar the root most tree) but you'll always have it.
As for doing it off a context menu, would probably be quite nasty unless you wanted to do it entirely client-side, since the tree and the main window are in separate iframes (and thus, separate pages) they can't interact with each other at a server level.
Custom Section No Tree
Hi Guys,
I'm wanting to move the moderate comments user control for the blog into a custom section..
I've created the custom section and added the usercontrol to the dashboard command.. I was wondering if it's possible to get rid of the tree for that section so no tree appears?
or alternatively have the tree item's click command load the user control.. I don't want to wrap the control in an aspx page as it means i'd have to add the control to our project's web solution and would prefer to keep custom items separate..
Cheers,
Tom
Nope the tree panel will always be there, it can be empty (bar the root most tree) but you'll always have it.
As for doing it off a context menu, would probably be quite nasty unless you wanted to do it entirely client-side, since the tree and the main window are in separate iframes (and thus, separate pages) they can't interact with each other at a server level.
is working on a reply...