Not able to use the clipboard with HTML5 deployment
-hh
hh at livecode.org
Mon Feb 22 00:37:24 EST 2016
> Terry J. wrote:
> OK, thanks hh. It’s probably a little too clunky for my purpose
> (I don’t think I can expect users to manually replace placeholder
> characters with returns) but nice to know that there is a
> workaround of sorts.
If the webpage that receives the text (page) accepts 'styled' text
you could -- before delivering the text -- juggle with
case RTFtext: \par, \line or \softline
case HTMLtext: <p>, <br> or space
so that the copied text (if it's not too long) becomes one line
for using the Ask dialog??
hh
More information about the use-livecode
mailing list