You are here

README.txt in UEditor - 百度编辑器 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 7.3 README.txt
  3. 7.2 README.txt
DESCRIPTION
----------------
UEditor is Baidu web front-end R & D department developed
WYSIWYG rich text web editor, with a lightweight, customizable,
and focus on user experience and other characteristics,
the open source BSD license, allowing free use and modify the code.

I have used many editors, but ultimately I think UEditor is the
best, so I want more people to know and use it.

if you have any question about this module, please create a 
issue and let me know, I will always always always ...keep 
actively maintained, enjoy!

Demo: http://ueditor.baidu.com/website/onlinedemo.html
The demo is chinese, You can use the English version on your download.

Installation
-------------
1. Download the ueditor in
http://ueditor.baidu.com/website/index.html.
2. Unzip it into sites/all/libraries,
so that there's like sites/all/libraries/ueditor/ueditor.all.js.
3. make sure this file sites/all/libraries/ueditor/php/config.json can writable
4. Enabled ueditor module.

Configuration
-----------------
you change the config admin/config/content/wysiwyg/profile/filtered_html/edit

Known Issues
-----------------
https://drupal.org/node/2286333

Because the editor official website provides
very complete configuration tool.
So, There will be no more configuration options appear
in the WYSIWYG module configuration page now.you can
custom the tool by modify the sites/all/libraries/ueditor/ueditor.config.js

Roadmap
-----------------
1. add the options to config the toolbars on the
WYSIWYG module configuration page.

Unfortunately, the official website of the Chinese,
You can use the google translation, the operation so easy.

File

README.txt
View source
  1. DESCRIPTION
  2. ----------------
  3. UEditor is Baidu web front-end R & D department developed
  4. WYSIWYG rich text web editor, with a lightweight, customizable,
  5. and focus on user experience and other characteristics,
  6. the open source BSD license, allowing free use and modify the code.
  7. I have used many editors, but ultimately I think UEditor is the
  8. best, so I want more people to know and use it.
  9. if you have any question about this module, please create a
  10. issue and let me know, I will always always always ...keep
  11. actively maintained, enjoy!
  12. Demo: http://ueditor.baidu.com/website/onlinedemo.html
  13. The demo is chinese, You can use the English version on your download.
  14. Installation
  15. -------------
  16. 1. Download the ueditor in
  17. http://ueditor.baidu.com/website/index.html.
  18. 2. Unzip it into sites/all/libraries,
  19. so that there's like sites/all/libraries/ueditor/ueditor.all.js.
  20. 3. make sure this file sites/all/libraries/ueditor/php/config.json can writable
  21. 4. Enabled ueditor module.
  22. Configuration
  23. -----------------
  24. you change the config admin/config/content/wysiwyg/profile/filtered_html/edit
  25. Known Issues
  26. -----------------
  27. https://drupal.org/node/2286333
  28. Because the editor official website provides
  29. very complete configuration tool.
  30. So, There will be no more configuration options appear
  31. in the WYSIWYG module configuration page now.you can
  32. custom the tool by modify the sites/all/libraries/ueditor/ueditor.config.js
  33. Roadmap
  34. -----------------
  35. 1. add the options to config the toolbars on the
  36. WYSIWYG module configuration page.
  37. Unfortunately, the official website of the Chinese,
  38. You can use the google translation, the operation so easy.