From 8df3db566a3a937b45ebf11adb90d265e6f5e2d4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:45:02 +0100 Subject: initial checking of customized version 1.0rc9 --- .../samples/plugins/htmlwriter/outputforflash.html | 280 +++++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 js/ckeditor/samples/plugins/htmlwriter/outputforflash.html (limited to 'js/ckeditor/samples/plugins/htmlwriter/outputforflash.html') diff --git a/js/ckeditor/samples/plugins/htmlwriter/outputforflash.html b/js/ckeditor/samples/plugins/htmlwriter/outputforflash.html new file mode 100644 index 0000000..ddef541 --- /dev/null +++ b/js/ckeditor/samples/plugins/htmlwriter/outputforflash.html @@ -0,0 +1,280 @@ + + + + + + Output for Flash — CKEditor Sample + + + + + + + + + + + +

+ CKEditor Samples » Producing Flash Compliant HTML Output +

+
+

+ This sample shows how to configure CKEditor to output + HTML code that can be used with + + Adobe Flash. + The code will contain a subset of standard HTML elements like <b>, + <i>, and <p> as well as HTML attributes. +

+

+ To add a CKEditor instance outputting Flash compliant HTML code, load the editor using a standard + JavaScript call, and define CKEditor features to use HTML elements and attributes. +

+

+ For details on how to create this setup check the source code of this sample page. +

+
+

+ To see how it works, create some content in the editing area of CKEditor on the left + and send it to the Flash object on the right side of the page by using the + Send to Flash button. +

+ + + + + +
+ + +

+ +

+
+
+
+ + + -- cgit v1.2.3-54-g00ecf