Re: Use the hotkey for maximizing editor in read only mode

  •  04-26-2006, 10:49 AM

    Re: Use the hotkey for maximizing editor in read only mode

    Adam,
    Just because of the way I want users to use the "web form" created for use with the Cute editor, I need to display it in Preview mode using the following code
     
    this.FormEditor.ActiveTab =CuteEditor.TabType.View;
     
    this.FormEditor.ShowPreviewMode = true
     
    I want the users to enter data and such on the form but not modify the controls i.e. not have access to any of the editorial functions. Looks like the toolbar and the F12 function only works in normal mode. I need it to work in preview mode first and then hide it using your stylesheet suggestion. How can I make that happen?
View Complete Thread