Page 1 of 1

Native multiline

Posted: Fri Feb 07, 2014 12:25 pm
by MaxV
Hi,
I'm working with a native mobile multiline input, but I don't understand if there is a way to change the style of a line or of a word from the other.
Working with a field I can use the htmltext property (and many more) to change field formatting appearance, is there any equivalent on mobile?

Re: Native multiline

Posted: Fri Feb 07, 2014 12:36 pm
by Klaus
Hi Max,

according to the dictionary, yes, its actually in there, you can only get
the "text" and the "unicodetext" of your native text input object.


Best

Klaus

Re: Native multiline

Posted: Mon Feb 10, 2014 11:12 am
by MaxV
Hi Klaus,
my problem is that I need to change the appearance, not the content.
Using the text or unicodetext I can only write:
Chapter 1
This is an example text
but I need
Chapter 1
This is an example text with bold and italic
How can you achieve this on a native input multiline text?

Re: Native multiline

Posted: Mon Feb 10, 2014 1:56 pm
by Klaus
Looks like you cannot do this, at least the dictionary says so...