X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_samples%2Ffullpage.html;h=0ff8831a635c7ed7ccc2eb7a7d885020156ac602;hp=bdd301e5cb465f6c095b90b4fbd01c154b239dd4;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hpb=9afde8772159bd3436f1f5b7862960307710ae5a diff --git a/_samples/fullpage.html b/_samples/fullpage.html index bdd301e..0ff8831 100644 --- a/_samples/fullpage.html +++ b/_samples/fullpage.html @@ -1,20 +1,38 @@ - Full Page Editing - CKEditor Sample + Full Page Editing — CKEditor Sample -

- CKEditor Sample +

+ CKEditor Sample — Full Page Editing

+
+

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

+

+ CKEditor 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. +

+
+
-

- In this sample the editor is configured to edit entire HTML pages, from the <html> - tag to </html>.

-


+ Editor 1: -

@@ -51,10 +64,10 @@ For licensing, see LICENSE.html or http://ckeditor.com/license