X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/_samples/tableresize.html diff --git a/skins/ckeditor/_samples/tableresize.html b/skins/ckeditor/_samples/tableresize.html deleted file mode 100644 index 0bb3919..0000000 --- a/skins/ckeditor/_samples/tableresize.html +++ /dev/null @@ -1,115 +0,0 @@ - - - -
-
- 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.
-