Hi Colin,

just tried here with a Livecode Server script not with a php script.

Posting data from an Html5 stack to an url definitely works. 
(see https://livecode.dermattes.de/postmr/postmr.html 
<https://livecode.dermattes.de/postmr/postmr.html>) 

What i do not get working is setting the text style. Even if i set the style 
already in the IDE and built the html5 standalone the text style is reset to 
plain when the html5 stack is displayed in the browser.

Regards,
Matthias



> Am 13.09.2021 um 04:53 schrieb Colin Holgate via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> I want to have an online text editor, that can post some styled text, that 
> then gets read into a desktop stack. There are a lot of HTML styled text 
> editors around, but I thought I may as well try using LiveCode for that part 
> as well.
> 
> Two issues I’ve hit are the setting of the style of the text, and then 
> posting the text to a PHP script, that stores the HTML changes.
> 
> Can these lines work in an HTML published stack?:
> 
> post data to URL theurl
> 
> and:
> 
> set the textstyle of the selection to bold
> 
> 
> 
> _______________________________________________
> 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

_______________________________________________
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