X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/871bad8291b6dbc29d489d95d185458caab25158..14d450d78a2d67ec1decd64c928151851961dd36:/_samples/tableresize.html diff --git a/_samples/tableresize.html b/_samples/tableresize.html deleted file mode 100644 index 0bb3919..0000000 --- a/_samples/tableresize.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - Using TableResize Plugin — CKEditor Sample - - - - - - -

- CKEditor Sample — Using the TableResize Plugin -

-
-

- This sample shows how to configure CKEditor instances to use the - TableResize (tableresize) plugin that allows - the user to edit table columns by using the mouse. -

-

- The TableResize plugin makes it possible to modify table column width. Hover - your mouse over the column border to see the cursor change to indicate that - the column can be resized. Click and drag your mouse to set the desired width. -

-

- By default the plugin is turned off. To add a CKEditor instance using the - TableResize plugin, insert the following JavaScript call into your code: -

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

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

-
- -
- -
-
-

- - - -

-

- -

-
- - -