Skip to content

Instantly share code, notes, and snippets.

@hussachai
Created October 23, 2013 06:30
Show Gist options
  • Save hussachai/7113485 to your computer and use it in GitHub Desktop.
Save hussachai/7113485 to your computer and use it in GitHub Desktop.
<ckeditor:editor id="text1" name="text1" height="400px" width="80%" toolbar="Basic" >
${text1}
</ckeditor>
<ckeditor:editor id="text2" name="text2" height="400px" width="80%" toolbar="Basic" >
${text2}
</ckeditor>
<ckeditor:editor id="text3" name="text3" height="400px" width="80%" toolbar="Basic" >
${text3}
</ckeditor>
<!--
Instead of specifying setting in all ckeditor taglib, you might want to specify it in one place.
That’s why config taglib comes into play.
-->
<ckeditor:config height="400px" width="80%" toolbar="Basic"></ckeditor:config>
<ckeditor:editor id="text1" name="text1">
${text1}
</ckeditor>
<ckeditor:editor id="text2" name="text2">
${text2}
</ckeditor>
<ckeditor:editor id="text3" name="text3">
${text3}
</ckeditor>
@Abhimint
Copy link

Abhimint commented Jul 3, 2015

Hello hussachai
How would I get this configured with my project?

For some reason,eclipse does not recognize any of the above as a valid tag!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment