Jump to content

Copy text in frame


wkotze

Recommended Posts

I am not able in browser to (clipboard) selectAll or Copy any text in TUnimHTMLFrame;
(worked in edge without higligting te selected text, BUT  not in crome or firefox at all)

thank yoiu

Link to comment
Share on other sites

  • 2 months later...
On 6/8/2020 at 5:03 PM, wkotze said:

you can just place it on the form an  test

test1.zip

 

32 minutes ago, wkotze said:

any feedback on this ?

Hello,

I'm sorry for the late response.

Can you try to use this approach?

procedure TMainmForm.UnimFormReady(Sender: TObject);
begin
  UniSession.AddJS('Ext.select(".x-root").setStyle("user-select", "text");');
end;

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...