When editing a document I'd like to create another tab beside properties and in this tab load a usercontrol. I can do this using document types and the UserControl Wrapper but the problem with this is the new user control datatype is publised to Umbraco.config which is uneccasry. Any ideas?
Add new tab to EditContent.aspx
When editing a document I'd like to create another tab beside properties and in this tab load a usercontrol. I can do this using document types and the UserControl Wrapper but the problem with this is the new user control datatype is publised to Umbraco.config which is uneccasry. Any ideas?
You'd have to modify the page itself then.
Personally I'd just go with the data type and have it return null as the Value property, it's not really a big deal.
is working on a reply...