how to add a button in toolbar for specific doctype
I would like to add a button in toolbar in content section dashboard that sends the content of a document in content section as an email. Basically a send email button. and that email has all the content of that page. ( I need to have a 4th button next to preview of a page. there is already 3 button. save, save and publish and preview)
You may want to work this the other way round add extra option for right click of content node and have email button there see code in project http://our.umbraco.org/projects/developer-tools/context-menu-publish-manager context menu publish manager on how to do this. Update the source to your requirements.
The way i suggested is part of umbraco extensibility. If i remember rightly to do it the other way namely put the button next to preview button i think you have to modify core code which you dont want to do as you would lose changes on upgrade.
how to add a button in toolbar for specific doctype
I would like to add a button in toolbar in content section dashboard that sends the content of a document in content section as an email. Basically a send email button. and that email has all the content of that page. ( I need to have a 4th button next to preview of a page. there is already 3 button. save, save and publish and preview)
Hope that makes sense.
Any Help is much appreciated.
Ali
Ali,
You may want to work this the other way round add extra option for right click of content node and have email button there see code in project http://our.umbraco.org/projects/developer-tools/context-menu-publish-manager context menu publish manager on how to do this. Update the source to your requirements.
Regards
Ismail
Thanks Ismail, I really like your idea, sounds wicked.
I will give it a go now !!
Cheers Mate
Ali
Ali,
The way i suggested is part of umbraco extensibility. If i remember rightly to do it the other way namely put the button next to preview button i think you have to modify core code which you dont want to do as you would lose changes on upgrade.
Regards
Ismail
Ismaill,
As you suggested I am going to add one item in context menu. sounds great. ( all I need is to send that email doesnt matter where to put the button).
Thanks for your help mate.
Kind Regards,
Ali
is working on a reply...