X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fassets%2Fplugins%2Fckeditor%2Fsamples%2Fold%2Fuicolor%2Fuicolor.html;h=56d1b06f6e3acc7e114fb42ff85f5e3fa37ed5d5;hb=6fdab3092eb5921e04b504e7c4b8d9a83a249fb1;hp=172ca163017aa67e894a42057519726926285eaf;hpb=92637af87fcc7d9b13774acc187fd2e85d866a5e;p=motion.git diff --git a/public/assets/plugins/ckeditor/samples/old/uicolor/uicolor.html b/public/assets/plugins/ckeditor/samples/old/uicolor/uicolor.html index 172ca16..56d1b06 100644 --- a/public/assets/plugins/ckeditor/samples/old/uicolor/uicolor.html +++ b/public/assets/plugins/ckeditor/samples/old/uicolor/uicolor.html @@ -1,106 +1,106 @@ - - - - - - UI Color Picker — CKEditor Sample - - - - - - - -

- CKEditor Samples » UI Color Plugin -

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

- This sample shows how to use the UI Color picker toolbar button to preview the skin color of the editor. - Note:The UI skin color feature depends on the CKEditor skin - compatibility. The Moono and Kama skins are examples of skins that work with it. -

-
-
-
-

- If the uicolor plugin along with the dedicated UIColor - toolbar button is added to CKEditor, the user will also be able to pick the color of the - UI from the color palette available in the UI Color Picker dialog window. -

-

- To insert a CKEditor instance with the uicolor plugin enabled, - use the following JavaScript call: -

-
-CKEDITOR.replace( 'textarea_id', {
-	extraPlugins: 'uicolor',
-	toolbar: [ [ 'Bold', 'Italic' ], [ 'UIColor' ] ]
-});
-

Used in themed instance

-

- Click the UI Color Picker toolbar button to open up a color picker dialog. -

-

- - -

-

Used in inline instance

-

- Click the below editable region to display floating toolbar, then click UI Color Picker button. -

-
-

This is some sample text. You are using CKEditor.

-
- -
-

- -

-
- - - + + + + + + UI Color Picker — CKEditor Sample + + + + + + + +

+ CKEditor Samples » UI Color Plugin +

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

+ This sample shows how to use the UI Color picker toolbar button to preview the skin color of the editor. + Note:The UI skin color feature depends on the CKEditor skin + compatibility. The Moono and Kama skins are examples of skins that work with it. +

+
+
+
+

+ If the uicolor plugin along with the dedicated UIColor + toolbar button is added to CKEditor, the user will also be able to pick the color of the + UI from the color palette available in the UI Color Picker dialog window. +

+

+ To insert a CKEditor instance with the uicolor plugin enabled, + use the following JavaScript call: +

+
+CKEDITOR.replace( 'textarea_id', {
+	extraPlugins: 'uicolor',
+	toolbar: [ [ 'Bold', 'Italic' ], [ 'UIColor' ] ]
+});
+

Used in themed instance

+

+ Click the UI Color Picker toolbar button to open up a color picker dialog. +

+

+ + +

+

Used in inline instance

+

+ Click the below editable region to display floating toolbar, then click UI Color Picker button. +

+
+

This is some sample text. You are using CKEditor.

+
+ +
+

+ +

+
+ + +