Expand my Community achievements bar.

I am trying to put in text boxes with out text field

Avatar

Level 2

I am trying to enter in a text box where the directions are in the box, but once you start typing the words go away.   I dont need to keep the words "customer name" visible once customers name is entered

1 Reply

Avatar

Level 1

hi,

Try this one...

Initialize event:

this.rawvalue="customer name";

Enter event:

this.rawvalue="";

this.access=open;

exit event:

if(this.rawvalue==null)

this.rawvalue="customer name";