HTML muddle

BNig bernd.niggemann at uni-wh.de
Wed Feb 18 06:45:30 EST 2015


Hi Graham,

if you want to go Livecode you could put a handler in the field that
contains the htmlText of your original field

-------------
on textChanged
   set the htmlText of field "fText" to me
end textChanged
-------------
That way you would have immediate feedback.

Or if you want to be more cautious create a new field which is a copy of
your original field, work the html changes into that field and when you are
satisfied copy the the htmlText of your working copy to the original field.
That way you will also see if the somewhat limited html of Livecode applies.

Kind regards
Bernd



--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/HTML-muddle-tp4689010p4689013.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list