aboutsummaryrefslogtreecommitdiff
path: root/mod/ckeditor/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:05:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:05:42 -0300
commit82ca8e9f8839b98a5770a90027adcecbe603d06f (patch)
tree0f8e599218b8bcf1bb84d1defdeb8b5dd31b8a14 /mod/ckeditor/README.md
parented3335df218dca6aa14f1686454b3e265339b729 (diff)
parent20f9884f9a52e810d7e3cdbdd92eabc64812e097 (diff)
downloadelgg-82ca8e9f8839b98a5770a90027adcecbe603d06f.tar.gz
elgg-82ca8e9f8839b98a5770a90027adcecbe603d06f.tar.bz2
Merge commit '20f9884f9a52e810d7e3cdbdd92eabc64812e097' as 'mod/ckeditor'
Diffstat (limited to 'mod/ckeditor/README.md')
-rw-r--r--mod/ckeditor/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/mod/ckeditor/README.md b/mod/ckeditor/README.md
new file mode 100644
index 000000000..98bd5e331
--- /dev/null
+++ b/mod/ckeditor/README.md
@@ -0,0 +1,21 @@
+CKEditor WYSIWYG plugin
+========================
+
+Configuration options
+----------------------
+CKEditor configuration is set in the view js/ckeditor. The configuration object
+is elgg.ckeditor.config. A plugin can modify the configuration object by registering
+a function to run before the ckeditor.init function on the 'init', 'system' hook.
+This is where toolbar options and the skin are set.
+
+Content CSS
+------------
+The content CSS is stored in the view css/wysiwyg. This view is extended by the
+css/elements/reset and css/elements/typography views so that content appears the
+same when editing and viewing. It also contains all the CSS applied to the
+elgg-output class for the same reason (see the typography view).
+
+Hints
+------------
+ * If your theme does not use borders with tables, enable the CKEditor showborders plugin.
+