X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fassets%2Fplugins%2Fckeditor%2Fsamples%2Fold%2Fdocprops%2Fdocprops.html;h=58e6b2f6c8edf467b6687edde5c75c73a9f373b7;hb=5d92478b1cb7479f39a43973775a6f6147fba8ac;hp=ca7f5930777ad16b5402d676f3b99f4c50d248bf;hpb=6fdab3092eb5921e04b504e7c4b8d9a83a249fb1;p=motion.git diff --git a/public/assets/plugins/ckeditor/samples/old/docprops/docprops.html b/public/assets/plugins/ckeditor/samples/old/docprops/docprops.html index ca7f593..58e6b2f 100644 --- a/public/assets/plugins/ckeditor/samples/old/docprops/docprops.html +++ b/public/assets/plugins/ckeditor/samples/old/docprops/docprops.html @@ -1,81 +1,81 @@ - - - - - - Document Properties — CKEditor Sample - - - - - - - -

- CKEditor Samples » Document Properties Plugin -

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

- This sample shows how to configure CKEditor to use the Document Properties plugin. - This plugin allows you to set the metadata of the page, including the page encoding, margins, - meta tags, or background. -

-

Note: This plugin is to be used along with the fullPage configuration.

-

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

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

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

-

- The allowedContent in the code above is set to true to disable content filtering. - Setting this option is not obligatory, but in full page mode there is a strong chance that one may want be able to freely enter any HTML content in source mode without any limitations. -

-
-
- - - -

- -

-
- - - + + + + + + Document Properties — CKEditor Sample + + + + + + + +

+ CKEditor Samples » Document Properties Plugin +

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

+ This sample shows how to configure CKEditor to use the Document Properties plugin. + This plugin allows you to set the metadata of the page, including the page encoding, margins, + meta tags, or background. +

+

Note: This plugin is to be used along with the fullPage configuration.

+

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

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

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

+

+ The allowedContent in the code above is set to true to disable content filtering. + Setting this option is not obligatory, but in full page mode there is a strong chance that one may want be able to freely enter any HTML content in source mode without any limitations. +

+
+
+ + + +

+ +

+
+ + +