Page 1 of 1

how to have text in text area as placeholder?

Posted: Mon May 27, 2013 11:47 pm
by John Herdean

I need to have a large text area for a user to type a long message. But, i want to write in a short instructions, but only as a placeholder. How can I do that. I dont see where i can do that like in a text input?


how to have text in text area as placeholder?

Posted: Tue May 28, 2013 12:35 am
by Igor

1.Select Textarea element
2 .Remove text from "Text" property.

  1. In "More Properties" dialog add
    placeholder=" input text here"

how to have text in text area as placeholder?

Posted: Tue May 28, 2013 4:00 am
by John Herdean

thank you it works