X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fassets%2Fplugins%2Fckeditor%2Fsamples%2Fold%2Ftableresize%2Ftableresize.html;h=b987fe7eedb78b8960deaba94fc65fd23cdd5206;hb=ddf1c42620ea01cd3979f5202fa1e1170a835ca3;hp=4c66a07dc8fc284ee0b0ec4c8b57b480871f0283;hpb=c46c5ad87e08d3c4fbcf19be3ad1e32132286750;p=motion.git diff --git a/public/assets/plugins/ckeditor/samples/old/tableresize/tableresize.html b/public/assets/plugins/ckeditor/samples/old/tableresize/tableresize.html index 4c66a07..b987fe7 100644 --- a/public/assets/plugins/ckeditor/samples/old/tableresize/tableresize.html +++ b/public/assets/plugins/ckeditor/samples/old/tableresize/tableresize.html @@ -1,107 +1,107 @@ - - - - - - Using TableResize Plugin — CKEditor Sample - - - - - - - -

- CKEditor Samples » Using the TableResize Plugin -

-
- This sample is not maintained anymore. Check out its brand new version in CKEditor SDK. -
-
-

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

-
-
-

- - - -

-

- -

-
- - - + + + + + + Using TableResize Plugin — CKEditor Sample + + + + + + + +

+ CKEditor Samples » Using the TableResize Plugin +

+
+ This sample is not maintained anymore. Check out its brand new version in CKEditor SDK. +
+
+

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

+
+
+

+ + + +

+

+ +

+
+ + +