Written by Andreas Ek   
umbraco 4.0

How-to
Create menu, and controls for the canvas function in Umbraco

Chapters

Check for canvas mode

It is possible to extend and use the canvas functionality by code.

To check if the page is in “canvas-mode”:

if (umbraco.presentation.UmbracoContext.Current.LiveEditingContext.Enabled)
{

//…your code…

}


Brilliant umbraco hosting provided by FAB-IT