X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Fdevtools.html;fp=_samples%2Fdevtools.html;h=0000000000000000000000000000000000000000;hb=4625dba05116026713fee9008dd93306be0d1553;hp=85ae641e5cdad357655cb399e61854fa0a2a1c97;hpb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;p=ckeditor.git diff --git a/_samples/devtools.html b/_samples/devtools.html deleted file mode 100644 index 85ae641..0000000 --- a/_samples/devtools.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - Using DevTools Plugin — CKEditor Sample - - - - - - -

- CKEditor Sample — Using the Developer Tools Plugin -

-
-

- 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. -

-
- - -
- -
-
-

- - - -

-

- -

-
- - -