Title: CKEditor on custom textfields
Last modified: August 20, 2016

---

# CKEditor on custom textfields

 *  [voriand](https://wordpress.org/support/users/voriand/)
 * (@voriand)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/ckeditor-on-custom-textfields/)
 * Dear All!
 * I’m using CKEditor for WordPress, but i want do use it on some custom textfields.
   Sadly i can’t find the exact way how to do that…
 * How can i get CKEditor to work on other textfields in the admin section?
    I saw
   some CKEDITOR.replace JS functions, but i’m not sure if this will work here…
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [voriand](https://wordpress.org/support/users/voriand/)
 * (@voriand)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/ckeditor-on-custom-textfields/#post-2459601)
 * Okay, i found something:
 *     ```
       <script type="text/javascript"<
       var oFCKeditor = new FCKeditor( 'MyTextarea' ) ;
       oFCKeditor.BasePath = '/drupal/sites/all/modules/FCKEditor/fckeditor/';
       oFCKeditor.Config['CustomConfigurationsPath'] = "/drupal/sites/all/modules/FCKEditor/fckeditor.config.js";
       oFCKeditor.ReplaceTextarea() ;
       </script>
       ```
   
 * i put it after the textarea html code, but it tells me alway that the “FCKEditor
   is not defined”… 🙁
 *  Thread Starter [voriand](https://wordpress.org/support/users/voriand/)
 * (@voriand)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/ckeditor-on-custom-textfields/#post-2459803)
 * If you can tell my other HTML or WYSIWYG editors, that i can switch on my custom
   textarea-s, that would be also good! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CKEditor on custom textfields’ is closed to new replies.

## Tags

 * [Ckeditor](https://wordpress.org/support/topic-tag/ckeditor/)
 * [Setup](https://wordpress.org/support/topic-tag/setup/)
 * [textfields](https://wordpress.org/support/topic-tag/textfields/)

 * 2 replies
 * 1 participant
 * Last reply from: [voriand](https://wordpress.org/support/users/voriand/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/ckeditor-on-custom-textfields/#post-2459803)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
