readme.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*********************************************************************************************************/
  2. /**
  3. * inserthtml plugin for CKEditor 4.x (Author: gpickin ; email: gpickin@gmail.com)
  4. * version: 2.0
  5. * Released: On 2015-03-10
  6. * Download: http://www.github.com/gpickin/ckeditor-inserthtml
  7. *
  8. *
  9. * Modified from original: inserthtml plugin for CKEditor 3.x (Author: Lajox ; Email: lajox@19www.com)
  10. * mod-version: 1.0
  11. * mod-Released: On 2009-12-11
  12. * mod-Download: http://code.google.com/p/lajox
  13. */
  14. /*********************************************************************************************************/
  15. /**************************************************************************************************************
  16. inserthtml plugin for CKEditor 4.x
  17. --Insert Html Code Plugin
  18. Plugin Description: CKEditor 4.0+ Insert Html Code Plugin 2.0
  19. ***************************************************************************************************************/
  20. /**************Help Begin***************/
  21. 1. Upload inserthtml folder to ckeditor/plugins/
  22. 2. Configured in the ckeditor/config.js :
  23. Add to config.toolbar a value 'inserthtml'
  24. e.g.
  25. config.toolbar =
  26. [
  27. [ 'Source', '-', 'Bold', 'Italic', 'inserthtml' ]
  28. ];
  29. 3. Again Configured in the ckeditor/config.js ,
  30. Expand the extra plugin 'inserthtml' such as:
  31. config.extraPlugins='myplugin1,myplugin2,inserthtml';
  32. 4. Language Features Removed due to compatibility issues
  33. /**************Help End***************/