You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
285 B

7 years ago
  1. <textarea name="<?=$name?>" class="ckeditor" id="<?=$id?>" style="width:100%;height:<?=$height?>"><?=$contents?></textarea>
  2. <?php if(PAGE_ADMIN) :?>
  3. <script>
  4. CKEDITOR.on('instanceReady', function() {
  5. $('#main .main').niceScroll().resize();
  6. });
  7. </script>
  8. <?php endif;?>