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

<?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

1 Attachment

SVijay
 
Mnkras replied on at Permalink Reply
Mnkras
Dude, don't post this in 5 different places
SVijay replied on at Permalink Reply
SVijay
Hi Dude,

Sorry about this.