X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fassets%2Fplugins%2Fckeditor%2Fsamples%2Fold%2Fdevtools%2Fdevtools.html;h=20ba12915168da033d34e25dfe36baa461694db8;hb=221ba7c2ffc043570bbad1e8f0d6074fb4ff1fb0;hp=7ef86f3d5f442035585e08fea9ffa3ce64eb1e72;hpb=5d92478b1cb7479f39a43973775a6f6147fba8ac;p=motion.git diff --git a/public/assets/plugins/ckeditor/samples/old/devtools/devtools.html b/public/assets/plugins/ckeditor/samples/old/devtools/devtools.html index 7ef86f3..20ba129 100644 --- a/public/assets/plugins/ckeditor/samples/old/devtools/devtools.html +++ b/public/assets/plugins/ckeditor/samples/old/devtools/devtools.html @@ -1,86 +1,86 @@ - - - - - - Using DevTools Plugin — CKEditor Sample - - - - - - - -

- CKEditor Samples » Using the Developer Tools Plugin -

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

- This sample shows how to configure CKEditor instances to use the - Developer Tools (devtools) plugin that displays - information about dialog window elements, including the name of the dialog window, - tab, and UI element. Please note that the tooltip also contains a link to the - CKEditor JavaScript API - documentation for each of the selected elements. -

-

- This plugin is aimed at developers who would like to customize their CKEditor - instances and create their own plugins. By default it is turned off; it is - usually useful to only turn it on in the development phase. Note that it works with - all CKEditor dialog windows, including the ones that were created by custom plugins. -

-

- To add a CKEditor instance using the devtools plugin, insert - the following JavaScript call into your code: -

-
-CKEDITOR.replace( 'textarea_id', {
-	extraPlugins: 'devtools'
-});
-

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

-
-
-

- - - -

-

- -

-
- - - + + + + + + Using DevTools Plugin — CKEditor Sample + + + + + + + +

+ CKEditor Samples » Using the Developer Tools Plugin +

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

+ This sample shows how to configure CKEditor instances to use the + Developer Tools (devtools) plugin that displays + information about dialog window elements, including the name of the dialog window, + tab, and UI element. Please note that the tooltip also contains a link to the + CKEditor JavaScript API + documentation for each of the selected elements. +

+

+ This plugin is aimed at developers who would like to customize their CKEditor + instances and create their own plugins. By default it is turned off; it is + usually useful to only turn it on in the development phase. Note that it works with + all CKEditor dialog windows, including the ones that were created by custom plugins. +

+

+ To add a CKEditor instance using the devtools plugin, insert + the following JavaScript call into your code: +

+
+CKEDITOR.replace( 'textarea_id', {
+	extraPlugins: 'devtools'
+});
+

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

+
+
+

+ + + +

+

+ +

+
+ + +