EnableObjectResizing and enableInlineTableEditing in Webkit

I turned on contentEditable. In Firefox, you can manage tables and images by default. But in other browsers such as Midori, QupZilla and similar browsers WebKit, this feature is not enabled by default.

How can I enable these two settings

  • enableObjectResizing
  • enableInlineTableEditing

in the base console WebKit?

I am going to use this in the program I am creating, but first try to figure out how to do this in the console.

+4
source share
1 answer

enableObjectResizingand are enableInlineTableEditingnot supported in WebKit browsers, including Chrome. Open this codepen (only in Chrome, obviously) to see this.

0

All Articles