From d351e45604f192df6ef710d476a8e529fefa73bf Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 11 Jul 2018 22:04:43 +0800 Subject: update --- cgi-bin/html/ckeditor/samples/old/xhtmlstyle.html | 234 ---------------------- 1 file changed, 234 deletions(-) delete mode 100644 cgi-bin/html/ckeditor/samples/old/xhtmlstyle.html (limited to 'cgi-bin/html/ckeditor/samples/old/xhtmlstyle.html') diff --git a/cgi-bin/html/ckeditor/samples/old/xhtmlstyle.html b/cgi-bin/html/ckeditor/samples/old/xhtmlstyle.html deleted file mode 100644 index dc77df2..0000000 --- a/cgi-bin/html/ckeditor/samples/old/xhtmlstyle.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - XHTML Compliant Output — CKEditor Sample - - - - - - -

- CKEditor Samples » Producing XHTML Compliant Output -

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

- This sample shows how to configure CKEditor to output valid - XHTML 1.1 code. - Deprecated elements (<font>, <u>) or attributes - (size, face) will be replaced with XHTML compliant code. -

-

- To add a CKEditor instance outputting valid XHTML code, load the editor using a standard - JavaScript call and define CKEditor features to use the XHTML compliant elements and styles. -

-

- A snippet of the configuration code can be seen below; check the source of this page for - full definition: -

-
-CKEDITOR.replace( 'textarea_id', {
-	contentsCss: 'assets/outputxhtml.css',
-
-	coreStyles_bold: {
-		element: 'span',
-		attributes: { 'class': 'Bold' }
-	},
-	coreStyles_italic: {
-		element: 'span',
-		attributes: { 'class': 'Italic' }
-	},
-
-	...
-});
-
-
-

- - - -

-

- -

-
- - - -- cgit v1.1-26-g67d0