The forum operates in read-only mode. Please head to StackOverflow for support.
function FCKeditor_OnComplete(editorInstance) { window.status = editorInstance.Description; editorInstance.Events.AttachEvent( 'OnNewPage', FCKeditor_Test ) ; } function FCKeditor_Test(editorInstance) { alert('hey'); }
Re: javascript function for NewPage
Re: javascript function for NewPage
Re: javascript function for NewPage