JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3
[ckeditor.git] / _source / plugins / table / plugin.js
index 2feaeb1..d1c60a8 100644 (file)
@@ -45,6 +45,14 @@ CKEDITOR.plugins.add( 'table',
                                } );\r
                }\r
 \r
+               editor.on( 'doubleclick', function( evt )\r
+                       {\r
+                               var element = evt.data.element;\r
+\r
+                               if ( element.is( 'table' ) )\r
+                                       evt.data.dialog = 'tableProperties';\r
+                       });\r
+\r
                // If the "contextmenu" plugin is loaded, register the listeners.\r
                if ( editor.contextMenu )\r
                {\r