X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/_samples/fullpage.html diff --git a/skins/ckeditor/_samples/fullpage.html b/skins/ckeditor/_samples/fullpage.html deleted file mode 100644 index 0b0070e..0000000 --- a/skins/ckeditor/_samples/fullpage.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - Full Page Editing with Document Properties Plugin — CKEditor Sample - - - - - - -

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

-
-

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

-

- 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,
-		extraPlugins : 'docprops'
-	});
-

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

-
- - -
- -
-
- - - -

- -

-
- - -