From b71f4c216fbe725af0b81ca42ab628d0f596b5a0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 11 Jul 2015 15:26:48 -0700 Subject: update CKeditor --- .../elements/ckeditor/samples/old/readonly.html | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 httemplate/elements/ckeditor/samples/old/readonly.html (limited to 'httemplate/elements/ckeditor/samples/old/readonly.html') diff --git a/httemplate/elements/ckeditor/samples/old/readonly.html b/httemplate/elements/ckeditor/samples/old/readonly.html new file mode 100644 index 000000000..8e71bdd9b --- /dev/null +++ b/httemplate/elements/ckeditor/samples/old/readonly.html @@ -0,0 +1,76 @@ + + + + + + Using the CKEditor Read-Only API — CKEditor Sample + + + + + +

+ CKEditor Samples » Using the CKEditor Read-Only API +

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

+ This sample shows how to use the + setReadOnly + API to put editor into the read-only state that makes it impossible for users to change the editor contents. +

+

+ For details on how to create this setup check the source code of this sample page. +

+
+
+

+ +

+

+ + +

+
+ + + -- cgit v1.2.1