X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/871bad8291b6dbc29d489d95d185458caab25158..14d450d78a2d67ec1decd64c928151851961dd36:/_samples/sharedspaces.html diff --git a/_samples/sharedspaces.html b/_samples/sharedspaces.html deleted file mode 100644 index 624b5fc..0000000 --- a/_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. -

-
- -
- -
-
-
-
-

- - -

-

- - -

-

- - -

-

- - -

-

- -

-
-
-
- - - -