https://github.com/0k/web_ckeditor
CKEditor module for OpenERP
https://github.com/0k/web_ckeditor
Last synced: 3 months 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T21:44:26.000Z (almost 8 years ago)
- Last Synced: 2025-07-09T20:53:03.804Z (11 months ago)
- Language: JavaScript
- Size: 535 KB
- Stars: 4
- Watchers: 4
- 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