Add an extra button to EditContent on a specific doc type
Good afternoon,
I'm trying to add a new button to the EditContent - TabView1, where we have the Save, SaveAndPublish, etc functionality.
This needs to trigger some code behind and it should just appear on certain document types. An ImageButton
I'm finding hard to find a solution to this. I've look in the forum and just found a solution for javascript and a tutorial for the editxslt.aspx to add a new ImageButton. exactly what I want but it doesn't work for the editcontent.aspx because it doesn't have the same structure.
Do you guys have any idea on how to do this appart from going to the own source code of umbraco, add it, compile and do whatever. There must be a strait forward way to add this ImageButton control.
Add an extra button to EditContent on a specific doc type
Good afternoon,
I'm trying to add a new button to the EditContent - TabView1, where we have the Save, SaveAndPublish, etc functionality.
This needs to trigger some code behind and it should just appear on certain document types. An ImageButton
I'm finding hard to find a solution to this. I've look in the forum and just found a solution for javascript and a tutorial for the editxslt.aspx to add a new ImageButton. exactly what I want but it doesn't work for the editcontent.aspx because it doesn't have the same structure.
Do you guys have any idea on how to do this appart from going to the own source code of umbraco, add it, compile and do whatever. There must be a strait forward way to add this ImageButton control.
Regards,
João Ferreira
is working on a reply...