ckeditor
directory to a dedicated place, for example in htdocs/ckeditor/
.htdocs/ckeditor/plugins
directoryhtdocs/ckeditor/plugins/plantuml
directory, you have the following files:
htdocs/ckeditor/plugins/plantuml
images/
plugin.js
<head>
section:
<!-- ckeditor --> <script type="text/javascript" src="ckeditor/ckeditor.js"></script> <!-- /ckeditor -->
<body>
section:
<textarea cols="80" id="editor_kama" name="editor_kama" rows="20" > </textarea> <script type="text/javascript"> //<![CDATA[ CKEDITOR.replace( 'editor_kama', { extraPlugins : 'plantuml', toolbar : [ ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink'], ['About','-','Plantuml'] ] }); //]]> </script>