We already have HTML5: Native RichText Field
https://hyperhh.de/html5/HTML5Field_v106-9.5.0X.html

This is now a bit simpler (and simpler to implement):
HTML5: Native PlainText Fields (basic example)

The stack, downloadable from
http://forums.livecode.com/viewtopic.php?p=186081#p186081

has a script of 90 lines. This includes (beside comments)

• all you need for creating a native input field (one line)
  and a textarea.
  Both display plain text only but with all usual keyboard
  features (UTF-8 and cmd-A/C/V/X/Z) and drag&drop.
• all you need for the UTF-8 text exchange between LC and
  these native fields.

All you have to do (in LC 9) is to unzip the stack and hit
button "TEST" from the LC toolbar.
_______________________________________________
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

Reply via email to