Login required
Download

TinyMce

(0)
Author(s): S Vivek Krishna
Current Release: 0.1
Grails Version: 1.1 > *
Tags
grails install-plugin tiny-mce
A plugin with the tinyMce editor javascript and tags to embed the editor in your GSP pages

To import the js files required for TInyMce into the gsp, add the tag

<tinyMce:importJs/>
inside the
<head>
tag of your gsp.

To insert the editor, use the tag

<tinyMce:renderEditor type="simple">
or
<tinyMce:renderEditor type="advanced">

If no type is specified in the attributes, a simple version of the WYSWIG will be rendered