Thanks for responding. Can this notification service be fired on load of a CMS page? or do I need a custom property editor on the page to invoke it some how? I'm looking at creating a check-in / check out system to stop more than one user from editing the page.
How to show a custom alert when editing a page
Hello,
I need to show an alert/warning when someone attempts to edit a page in the Umbraco back-office.
Can anyone tell me how I would go about doing this. Are there any events that I can hook into?
Thanks
Paul
Hi Paul,
Here is the link that shows how you can use Notification Service and that can handle messages.
Link: https://24days.in/umbraco-cms/2014/umbraco-angular-tips/
You can create your Property Editor and add to the document type where you want to have these events trapped.
Regards,
Shaishav
Hi,
Thanks for responding. Can this notification service be fired on load of a CMS page? or do I need a custom property editor on the page to invoke it some how? I'm looking at creating a check-in / check out system to stop more than one user from editing the page.
Thanks
is working on a reply...