Closed dkochetkov closed 4 years ago
Hello.
Is there any way to get the HTML code of the selected element for further saving in JSON?
Found a solution:
... .set('html', (context, data) => { return context.innerHTML; }) ...
Hello.
Is there any way to get the HTML code of the selected element for further saving in JSON?