CKeditor plugin
4% of Grails users
CKeditor web WYSIWYG editor integration plugin. Read more
Dependency :
compile ":ckeditor:3.6.3.0"
4% of Grails users
CKeditor web WYSIWYG editor integration plugin. Read more
Dependency :
compile ":ckeditor:3.6.3.0"
The Dojo Plugin adds the Dojo toolkit to your application. This javascript library provides a complete collection of user interface controls, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible user experience. This plugin provides full support for <g:formRemote>, <g:remoteField>, <g:remoteFunction>, <g:remoteLink> and <g:submitToRemote>. Also adds these two tags: <dojo:pagi... Read more
Dependency :
compile ":dojo:1.7.2.0"
Dependency :
compile ":tiny-mce:3.4.9"
A Grails plugin to provide tag library and service support for markdown. It can be used both for converting markdown into HTML, as well as converting HTML back into markdown.
You can either use the body of the tag to hold the markdown:
<markdown:renderHtml>This is a test of markdown.</markdown:renderHtml>
renders:
<p>This is a <em>test</em> of markdown.</p>
Or the "text" attribute:
<markdown:renderHtml text="Yet another markdown test."/>
renders:
<p>Yet <strong>another</strong> markdown test.</p>
It als...
Read moreDependency :
compile ":markdown:1.0.0.RC1"