How to customize Preview

  •  10-16-2008, 5:07 AM

    How to customize Preview

    The problem I am facing that (we are working on ASP.NET and new with CuteEditor):
     
    Assume I have one HTML content, as C_Org, when click Normal mode, CuteEditor (CE)  will display C_Org as normal. But when choose Preview mode, CE will display C_Org content with two columns: the 1st column will contain C_Org and the 2nd column will contain some notes. That's mean, the HTML content in Preview mode will be different with the C_Org , called as C_Preview .
     
    Could you show me steps to customize and override Preview function and some side effects if any when we change this? I reviewed CuteEditorImplementation.js file but did not find the way to do that.

    And one thing I consider, when we switch from Normal to Preview, CE did synchronize something but I dont understand clear. Could you show me general things CE did.

    Thanks,
     
View Complete Thread