Skip to content

Instantly share code, notes, and snippets.

@hussachai
Created October 23, 2013 06:33
Show Gist options
  • Save hussachai/7113515 to your computer and use it in GitHub Desktop.
Save hussachai/7113515 to your computer and use it in GitHub Desktop.
<%@taglib prefix="ckeditor" uri="http://www.siberhus.com/taglibs/ckeditor"%>
<!--
Then put the following resources tag in <head>. The minified attribute indicates which
file will be used. If it is true, the minified javascript will be used instead of the
well-indented version.
-->
<ckeditor:resources minified="true" />
<!--
Whenever you want to add the great rich text editor (ckeditor) to your page, you have to add this taglib
-->
<ckeditor:editor id="myeditor" name="myeditor" height="400px" width="80%" toolbar="Full" >
${yourcontent}
</ckeditor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment