Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hello guys,
Can you please add the command for "Paste as plain text" ? I cannot find it in the docs/ CommanIds enum. Thanks
Best regards
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
I am not exactly sure about the details. Where are trying to paste from and to? How would you use this command if we were to add it?
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hi,
I'm talking about EO.WebBrowser.CommandIds, which contains for example : public const int Back = 100; public const int Copy = 113; public const int Cut = 112; public const int Delete = 115;
I noticed that on my regular chrome I can paste as plain text => in my case it would be useful when copying from webpage and pasting in a html editor without the html.
Regards
|