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
enableobjectresizing
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
Post a Comment