I know it's possible to add a tab to the root node and load a usercontrol into it with dashboard.config, but is it possible to add tabs based on document types. I need to load this specific tab and also usercontrol for one particular document type.
How about adding a tab to the documnent type as normal (when configuring the document type in settings), and then add to this a custom datatype using the usercontrol datatype wrapper ?
Add tab to specific document type
I know it's possible to add a tab to the root node and load a usercontrol into it with dashboard.config, but is it possible to add tabs based on document types. I need to load this specific tab and also usercontrol for one particular document type.
Hi Echilon,
How about adding a tab to the documnent type as normal (when configuring the document type in settings), and then add to this a custom datatype using the usercontrol datatype wrapper ?
HTH,
Hendy
I could, but it's not a datatype, there's no property, it's basically just a grid which shows subnodes and allows by filtering of certain properties.
Hi Echilon,
A datatype doesn't have to save anything, and you can also set a property so that it doesn't display a label.
I've been thinking - if I used a wrapper I'd need to set the ID of the node currently being edited. Is this available anywhere?
Request.QueryString["Id"]
This worked with the usercontrol wrapper. Thanks.
is working on a reply...