how to hide the tools Edit Page and Editor by code
how to hide the tools Edit Page and Editor by code
How to hide the tools Edit Page and Editor by code.Please show me the code. thx!
:amazed: :amazed:
[url]http://[/url]
how to hide the tools Edit Page and Editor by code
Hello.
You should set next static properties:
Thank you.
You should set next static properties:
Code: Select all
StiOptions.Viewer.Windows.ShowPageDesignButton = false;
StiOptions.Designer.CodeTabVisible = false;