X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/_samples/sharedspaces.html diff --git a/skins/ckeditor/_samples/sharedspaces.html b/skins/ckeditor/_samples/sharedspaces.html deleted file mode 100644 index 624b5fc..0000000 --- a/skins/ckeditor/_samples/sharedspaces.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - Shared Toolbars — CKEditor Sample - - - - - - - -

- CKEditor Sample — Shared Toolbars -

-
-

- This sample shows how to configure multiple CKEditor instances to share some parts of the interface. - You can choose to share the toolbar (topSpace), the elements path - (bottomSpace), or both. -

-

- CKEditor instances with shared spaces can be inserted with a JavaScript call using the following code: -

-
CKEDITOR.replace( 'textarea_id',
-	{
-		sharedSpaces :
-		{
-			top : 'topSpace',
-			bottom : 'bottomSpace'
-		}
-	});
-

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

-
- -
- -
-
-
-
-

- - -

-

- - -

-

- - -

-

- - -

-

- -

-
-
-
- - - -