Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Is there any way to totally disable full page mode?
Re: Is there any way to totally disable full page mode?
03-09-2010, 8:44 PM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Is there any way to totally disable full page mode?
Reply
Quote
hi
geewhizbang
,
Please add the code below into your page
<script>
function
CuteEditor_OnCommand(editor,command,ui,value)
{
if
(command==
"FullPage"
)
{
return
true
;
}
}
</script>
Regards,
Ken
View Complete Thread