pandamasta

Untitled

Dec 29th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <form method="post" action="/editor/text" >
  2.  
  3. <textarea name="name" rows="8" cols="60">Lorem ipsum...</textarea>
  4. <script type="text/javascript">//<![CDATA[
  5. window.CKEDITOR_BASEPATH='/modules/ckeditor/vendor/ckeditor/';
  6. //]]></script>
  7. <script type="text/javascript" src="/modules/ckeditor/vendor/ckeditor/ckeditor.js?t=B8DJ5M4"></script>
  8. <script type="text/javascript">//<![CDATA[
  9. CKEDITOR.replace('name', {"toolbar":"Standart","language":"fr","width":400,"height":250,"removeDialogTabs":"","toolbarGroups":[{"name":"clipboard","groups":["clipboard","undo"]},{"name":"editing","groups":["find","selection","spellchecker"]},{"name":"links"},{"name":"insert"},{"name":"forms"},{"name":"tools"},{"name":"document","groups":["mode","document","doctools","save"]},{"name":"others"},"\/",{"name":"basicstyles","groups":["basicstyles","cleanup"]},{"name":"paragraph","groups":["list","indent","blocks","align","bidi"]},{"name":"styles"},{"name":"colors"},{"name":"about"}]});
  10. //]]></script>
  11.  
  12. <input type="submit" />
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment