Problem in WYSIWYG Editor
Permalink
Hi,
I got a problem by using WYSIWYG Editor. I am using two WYSIWYG Editor in same form. The style, font-family, paragraph and font-size drop down in the editor menu is not working please see the attachment.
I have displayed the codes below
Note: this issue doesnt exists when single editor is used...
Any help would be appreciable.
Many thanks
Vijay
I got a problem by using WYSIWYG Editor. I am using two WYSIWYG Editor in same form. The style, font-family, paragraph and font-size drop down in the editor menu is not working please see the attachment.
I have displayed the codes below
<?php Loader::element('editor_init'); ?> <?php Loader::element('editor_config'); ?> // First editor <?php Loader::element('editor_controls', array('mode'=>'full')); ?> <?php //echo $form->textarea('factsfullSkill', $fd->factsReqSkill, array('style' => 'width: 1000px; height: 100px', 'class' => 'ccm-advanced-editor'))?> <textarea name="factsFullSkill" class="ccm-advanced-editor" style="width:1000px;height: 100px" limit="300"><?php echo $fd->factsFullSkill?></textarea> //Second editor <?php Loader::element('editor_controls', array('mode'=>'full')); ?> <?php //echo $form->textarea('factsReqSkill', $fd->factsReqSkill, array('style' => 'width: 1000px; height: 100px', 'class' => 'ccm-advanced-editor'))?> <textarea name="factsReqSkill" class="ccm-advanced-editor" style="width:1000px;height: 100px" limit="300"><?php echo $fd->factsReqSkill?></textarea>
Note: this issue doesnt exists when single editor is used...
Any help would be appreciable.
Many thanks
Vijay