Design mode
Posted: Sun Apr 29, 2018 11:42 am
Hi,
The old (and buggy) TWebbrowser had a mode where you could edit the page in WYSIWYG mode, adding and formatting text, and it would generate the respective html code in source. To achieve this you would run this command :
(webbrowser1.Document as IHTMLDocument2).designMode := 'On';
Is there any way to do something similar in TChromium ?
Thanks
The old (and buggy) TWebbrowser had a mode where you could edit the page in WYSIWYG mode, adding and formatting text, and it would generate the respective html code in source. To achieve this you would run this command :
(webbrowser1.Document as IHTMLDocument2).designMode := 'On';
Is there any way to do something similar in TChromium ?
Thanks