I am using version 2.34 on a php based website. I have 3 instances of fckeditor working als textarea replacement and all was working perfectly until I changed te bodytag of my pages from <body> to <body onLoad="this.focus"> or <body onLoad="window.focus">.
De body tag works but now Fckeditor does nor work anymore, all i see are the normal textareas populated with the databasecontent that are appropriate for that field.
I am really confused,
Any ideas?
De body tag works but now Fckeditor does nor work anymore, all i see are the normal textareas populated with the databasecontent that are appropriate for that field.
I am really confused,
Any ideas?
Re: Fckeditor stops working with <body onLoad="this.focu
Re: Fckeditor stops working with <body onLoad="this.focu
Have you set it to run in the onload event?
Re: Fckeditor stops working with <body onLoad="this.focu
I use the replace method in a form with 3 instances
It is set the way wiki describes, so in the header of the page it reads 'include "texteditor.inc.php";' within the php tags of course.
Again it works OK when i omit the onload statement in the body tag, so do you suggest to run it a second time in the onload event and how do i do that?
Kees
Re: Fckeditor stops working with <body onLoad="this.focu
test it with something basic:
Re: Fckeditor stops working with <body onLoad="this.focu
Kees