Re: Copying Text from Field In HTML5 app?

2018-05-21 Thread hh via use-livecode
> John P. wrote:
> I have a little HTML5 project that creates some text data in a
> card field. I would like to let my user copy the text created in
> this field out the HTML5 app so that they can paste it into a
> spreadsheet in order to manipulate it.
> Can this be done using an HTML5 app?

You can not access the system clipboard directly from LC-HTML5.

But you can use javascript (clipboard.js) to do that or simply
write to a DOM-text field (http://lists.runrev.com/mailman/listinfo/use-livecode


Copying Text from Field In HTML5 app?

2018-05-21 Thread JOHN PATTEN via use-livecode
HI All,

I have a little HTML5 project that creates some text data in a card field. I 
would like to let my user copy the text created in this field out the HTML5 app 
so that they can paste it into a spreadsheet in order to manipulate it.

Can this be done using an HTML5 app?

Thank you!
John Patten
SUSD
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode