Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0k/web_ckeditor
CKEditor module for OpenERP
https://github.com/0k/web_ckeditor
Last synced: about 1 month ago
JSON representation
CKEditor module for OpenERP
- Host: GitHub
- URL: https://github.com/0k/web_ckeditor
- Owner: 0k
- Created: 2013-01-08T13:52:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T21:44:26.000Z (over 6 years ago)
- Last Synced: 2024-03-26T14:24:40.412Z (9 months ago)
- Language: JavaScript
- Size: 535 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
====================
CKEditor for OpenERP
====================Description
===========This OpenERP 7.0 module defines a ``ckeditor`` FormField widget. It
currently use CKEditor version 4.0 but should be easily usable with any
recent build (see configuring CKEditor section.).CKEditor is a full featured and configurable WYSIWYG editor for simple
HTML content.Usage
=====Modify the XML view definition to add attribute ``widget`` set to
``ckeditor`` on any text field. ie::
...
...
Configuring CKEditor
====================Currently, the provided CKEditor build is the standard 4.0 build with
French/English language support.If you which any other variation, you can go to `CKEditor Builder`_
and craft your ``CKEditor`` following your needs. Then uncompress it
in the the module files in ``MODULE_ROOT/static/lib/js/ckeditor``... _CKEditor Builder: http://ckeditor.com/builder