English 中文(简体)
编辑使用麻风机的模拟编辑不装载
原标题:ckeditor using ajax the editor does not load

I am using ajax to fill a form that has a textarea in it that I would like to be using ckeditor with. When the content is return the textarea gets created but the editor does not get applied to it. In my ajax file I have: $initialValue = $thisjobrow[ description ]; $CKEditor = new CKEditor(); $CKEditor->basePath = ../ckeditor/ ; $CKEditor->editor("myeditor1", $initialValue);

at the top I have: include_once("../ckeditor/ckeditor.php") ; so the textarea gets created my content gets added in but all I end up with is a plain old text area called myeditor1.

Any and all help most welcomed.

问题回答

在接收Ajax反应时,试图在页数上(你通过Ajax打电话的网页)或用活胎(活)进行试验。

You re probably are initializing the editor when your page is rendered.

你最有可能想在你的请求的反馈中开始编辑。





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签