I am looking for a way to show "Edit in Canvas" in a differnet template than the normal website.
Is there a way to check with XSLT or in the template/usercontrol if the client is in "Edit in Canvas" mode. And then I can redirect the user to an alternative template.
"Edit in Canvas" using a alternative template
I am looking for a way to show "Edit in Canvas" in a differnet template than the normal website.
Is there a way to check with XSLT or in the template/usercontrol if the client is in "Edit in Canvas" mode. And then I can redirect the user to an alternative template.
- Mikkel
There is a session UmbracoLiveEditingMode set to true when running in Canvas mode. You can check for that.
Dave
is working on a reply...