From c94eff6021ef963f08f67da501e756d53a61c50d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 11 Jul 2015 15:26:48 -0700 Subject: update CKeditor --- .../ckeditor/samples/old/replacebycode.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 httemplate/elements/ckeditor/samples/old/replacebycode.html (limited to 'httemplate/elements/ckeditor/samples/old/replacebycode.html') diff --git a/httemplate/elements/ckeditor/samples/old/replacebycode.html b/httemplate/elements/ckeditor/samples/old/replacebycode.html new file mode 100644 index 000000000..1f5f960d3 --- /dev/null +++ b/httemplate/elements/ckeditor/samples/old/replacebycode.html @@ -0,0 +1,59 @@ + + + + + + Replace Textarea by Code — CKEditor Sample + + + + +

+ CKEditor Samples » Replace Textarea Elements Using JavaScript Code +

+
+ This sample is not maintained anymore. Check out its brand new version in CKEditor SDK. +
+
+
+

+ This editor is using an <iframe> element-based editing area, provided by the Wysiwygarea plugin. +

+
+CKEDITOR.replace( 'textarea_id' )
+
+
+ + +

+ +

+
+ + + -- cgit v1.2.1