CuteEditor_OnInitialized event PHP.

Last post 04-23-2008, 9:01 PM by murli1467. 2 replies.
Sort Posts: Previous Next
  •  04-23-2008, 8:44 PM 39711

    CuteEditor_OnInitialized event PHP.

    CuteEditor_OnInitialized
    This event is invoked immediately after Cute Editor is initialized.
    I placed an alert(editor) in that function, but it does not execute alert.
     
    Murli
  •  04-23-2008, 8:56 PM 39712 in reply to 39711

    Re: CuteEditor_OnInitialized event PHP.

    It gets to function CuteEditor_FireInitialized(editor) but not to  CuteEditor_OnInitialized(editor).
     
    It does not seem to execute "window.CuteEditor_OnInitialized(editor)" statement.
     
    Murli
  •  04-23-2008, 9:01 PM 39713 in reply to 39712

    Re: CuteEditor_OnInitialized event PHP.

    window.CuteEditor_OnInitialized(editor)"  the "window" is not needed . I removed it and now I get the alert in CuteEditor_OnInitialized(editor) function executed.

     

    So I know what to do now.

    Thanks .

    murli

View as RSS news feed in XML