hi,
i have problem with adding questions by jckEditor. if i set the editor to Tinymce everything works correctly, but i want to just use JCKeditor...
the problem is validation on Jckeditor doesn't work and always return empty validate error message.
is there any way to fix this issues without removing the validation code ???
/administrator/components/com_ariquizlite/templates/question_add.html.php
line: 229
Code: |
{emptyValidate : true, errorMessage : '<?php AriQuizWebHelper::displayResValue('Validator.QuestionRequired'); ?>'}));
|