X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Ffullpage.html;h=0b0070e0d3260288a0ad5a2f270468132deeef70;hb=refs%2Ftags%2Fv3.6;hp=0ff8831a635c7ed7ccc2eb7a7d885020156ac602;hpb=1056598c95187351dc58f4991d331e2258d038b5;p=ckeditor.git diff --git a/_samples/fullpage.html b/_samples/fullpage.html index 0ff8831..0b0070e 100644 --- a/_samples/fullpage.html +++ b/_samples/fullpage.html @@ -5,7 +5,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license --> - Full Page Editing — CKEditor Sample + Full Page Editing with Document Properties Plugin — CKEditor Sample @@ -13,7 +13,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license

- CKEditor Sample — Full Page Editing + CKEditor Sample — Full Page Editing with Document Properties Plugin

@@ -21,11 +21,17 @@ For licensing, see LICENSE.html or http://ckeditor.com/license <html> tag to the </html> tag.

- CKEditor is inserted with a JavaScript call using the following code: + The Document Properties (docprops) plugin is also turned on. + This plugin allows you to set the metadata of the page, including the page encoding, margins, + meta tags, or background. +

+

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

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

Note that textarea_id in the code above is the id attribute of @@ -45,14 +51,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license

+ CKEditor using the docprops plugin and working in the Full Page mode: