Skip to content

Form Plugin Editor Setup

Justin Campo edited this page Oct 24, 2015 · 1 revision

Form Plugin is built to support the use of the CK editor out of the box. In order to make use of it a few criteria must be met.

  1. The html/js files for the editor must up uploaded to the server
  2. The $this->form["data"]["editor"] must be assigned
  3. The renderEditor() method must be coded properly for the editor

This should all be working properly for CK editor but you can easily change the code in the method above to work with any editor.

Clone this wiki locally