aboutsummaryrefslogtreecommitdiff
path: root/views/default/ckeditor/embed_custom_insert_js.php
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
commit20f9884f9a52e810d7e3cdbdd92eabc64812e097 (patch)
treef01dbe4db567b7bebb38274286ca2b3fc02a6d66 /views/default/ckeditor/embed_custom_insert_js.php
downloadelgg-20f9884f9a52e810d7e3cdbdd92eabc64812e097.tar.gz
elgg-20f9884f9a52e810d7e3cdbdd92eabc64812e097.tar.bz2
Squashed 'mod/ckeditor/' content from commit 9f4ede0
git-subtree-dir: mod/ckeditor git-subtree-split: 9f4ede06562e229a26d7ae8d32ebb23453c293e7
Diffstat (limited to 'views/default/ckeditor/embed_custom_insert_js.php')
-rw-r--r--views/default/ckeditor/embed_custom_insert_js.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/default/ckeditor/embed_custom_insert_js.php b/views/default/ckeditor/embed_custom_insert_js.php
new file mode 100644
index 000000000..2b72e58c6
--- /dev/null
+++ b/views/default/ckeditor/embed_custom_insert_js.php
@@ -0,0 +1,8 @@
+ if (CKEDITOR) {
+ try {
+ CKEDITOR.instances[textAreaId].insertHtml(content, 'html');
+ } catch (e) {
+ // do nothing.
+ }
+ }
+