FCKEditor

I am using FCkeditor for posting answer, problem in updating the answer.It works fine in single answer but if I have multiple ans (e.g ans1, ans2, ans3)and when I click edit answer for third ans the FCKEditor takes the value of first answer(means it shows "ans1" in text area instead of "ans3")

please help me :(

may be cache?

Try CTRL+F5

No its not cache prob. :(

Sorry, this is not reply, rather question to you.

I try include FSKEditor in yii too.

Hint me please how I should configure yii in order to edit ‘content’-field here:


<div class="row">

		<?php echo $form->labelEx($model,'content'); ?>

		<?php echo CHtml::activeTextArea($model,'content',array('rows'=>10, 'cols'=>70)); ?>

 		<?php echo $form->error($model,'content'); ?>

	</div>

As I understand, YII must find all FSKEditor classes and scripts and so on…

Best regards

Sart, very beginner.


Don’t mind ! I found myself in forum…


Попробовал все расширения, что предлагаются в extention.

Самое удачное, на мой взгляд, вот это:

'application.extensions.fckeditor.FCKEditorWidget

Вот ссылка, может кому пригодится:

FCKEditorWidget’.