Page 1 of 1

how to hide the tools Edit Page and Editor by code

Posted: Mon May 28, 2012 10:47 pm
by bob
How to hide the tools Edit Page and Editor by code.Please show me the code. thx!Image:amazed: :amazed: Image[url]http://[/url]

how to hide the tools Edit Page and Editor by code

Posted: Tue May 29, 2012 9:59 am
by HighAley
Hello.

You should set next static properties:

Code: Select all

StiOptions.Viewer.Windows.ShowPageDesignButton = false;
StiOptions.Designer.CodeTabVisible = false;
Thank you.