Page 1 of 1

Is it possible to add a placeholder text when working with the text area component?

Posted: Mon Apr 22, 2013 8:57 am
by BjornS

I would like to have a placeholder text in my text area just like you can have in the text boxes. Is that possible?


Is it possible to add a placeholder text when working with the text area component?

Posted: Mon Apr 22, 2013 10:32 am
by Maryna Brodina

Hello! Delete text from textarea, in More Properties add:
attribute = placeholder
value = any text


Is it possible to add a placeholder text when working with the text area component?

Posted: Mon Apr 22, 2013 10:49 am
by BjornS

Thxanks! that worked perfect!