Last updated by svivekkrishna 2 years ago
grails install-plugin tiny-mce
Last updated by munih 11 months ago
A plugin with the
TinyMce editor javascript and tags to embed the editor in your GSP pages.
Resources
Adds TinyMce to your page without any action. (Add the below tag inside the HEAD of your page).
To add TinyMce as
Jquery plugin
<tinyMce:resources jquery="true" />
Helper tags
To just add TinyMce and auto-load the default editors use importJs and renderEditor tags.
Last updated by 000panther 1 month ago
FAQ
Q: Can I use this Plugin with the Resources plugin?
A: This plugin is compatible with the Resources plugin through the fallback mode of the resources plugin. To enable the fallback mode, add this to your config.groovy. This will enable the old resource behaviour for the specified file extensions. Seems like the used Items have to confirm to the section SRV.11.2 of the Servlet specification.
grails.resources.adhoc.patterns = ['*.jpg', '*.jpeg', '*.png', '*.gif', '*.css', '*.less',
Last updated by admin 2 years ago