Re: ToFullPage/FromFullPage (F12) does not restore editor position?

  •  05-09-2007, 12:48 PM

    Re: ToFullPage/FromFullPage (F12) does not restore editor position?

    Sorry, one more thing:
     
    In my paste, I neglected to include a test:
     
     if (sCmd=="fullpage") {
        if (cuteEditor1.FullPage==true) {
            sCmd="fromfullpage"
        }
            else { sCmd="tofullpage" }
    }
     
    CE returns "FullPage" as the command, so you need to test the current status of FullPage.
     
    You probably already figured that out...
     
    Fred
View Complete Thread