CKEditor

Version 1.0.b added 5 months ago by semiaddict

1.0.b Notes

About this Package

Instructions:
- Install and activate "Dean’s FCKEditor for WordPress" plugin (http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/)
- Import package
- Create the sub-directory "ckeditor_configs" in "wp-content". This is where you'll be able to add config and styles files.
- Create a field of type "code" and assign this helper to it

Note:
The helper will try to find a config file in the "ckeditor_configs" directory with the following patterns: (datatype).(fieldname).configs.js , (datatype).configs.js , default.configs.js
Same applies for the styles file: (datatype).(fieldname).styles.js , (datatype).styles.js , default.styles.js