javascript - enableObjectResizing and enableInlineTableEditing in Webkit -


i have enabled contenteditable. in firefox, default, tables , images can manipulated. in other browsers midori, qupzilla , similar webkit browsers feature not enabled default.

how/can can enable these 2 settings

  1. enableobjectresizing
  2. enableinlinetableediting

in webkit based browser's console?

i going utilize in program making, trying figure out how in console first.

enableobjectresizing , enableinlinetableediting aren't supported in webkit browsers including @ least chrome. open this codepen (only in chrome, obviously) see that.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -