Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

enableObjectResizing and enableInlineTableEditing in Webkit

I have enabled contentEditable. In Firefox, by default, the tables and images can be manipulated. But in other browsers like Midori, QupZilla and similar WebKit browsers this feature is not enabled by default.

How/Can can I enable these two settings

  1. enableObjectResizing
  2. enableInlineTableEditing

in a WebKit based browser's console?

I am going to utilize this in a program that I am making, but trying to figure out how to do it in the console first.

like image 759
user3459805 Avatar asked Aug 18 '14 21:08

user3459805


1 Answers

enableObjectResizing and enableInlineTableEditing aren't supported in WebKit browsers including at least Chrome. Open this codepen (only in Chrome, obviously) to see that.

like image 198
Matthew Hall Avatar answered Nov 04 '22 20:11

Matthew Hall