From 20f9884f9a52e810d7e3cdbdd92eabc64812e097 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Mar 2014 15:05:42 -0300 Subject: Squashed 'mod/ckeditor/' content from commit 9f4ede0 git-subtree-dir: mod/ckeditor git-subtree-split: 9f4ede06562e229a26d7ae8d32ebb23453c293e7 --- .../samples/plugins/wysiwygarea/fullpage.html | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 vendors/ckeditor/samples/plugins/wysiwygarea/fullpage.html (limited to 'vendors/ckeditor/samples/plugins/wysiwygarea') diff --git a/vendors/ckeditor/samples/plugins/wysiwygarea/fullpage.html b/vendors/ckeditor/samples/plugins/wysiwygarea/fullpage.html new file mode 100644 index 000000000..c0da0e9f4 --- /dev/null +++ b/vendors/ckeditor/samples/plugins/wysiwygarea/fullpage.html @@ -0,0 +1,71 @@ + + + + + Full Page Editing — CKEditor Sample + + + + + + + + + + +

+ CKEditor Samples » Full Page Editing +

+
+

+ This sample shows how to configure CKEditor to edit entire HTML pages, from the + <html> tag to the </html> tag. +

+

+ The CKEditor instance below is inserted with a JavaScript call using the following code: +

+
+CKEDITOR.replace( 'textarea_id', {
+	fullPage: true
+});
+
+

+ Note that textarea_id in the code above is the id attribute of + the <textarea> element to be replaced. +

+
+
+ + + +

+ +

+
+ + + -- cgit v1.2.3