How I can enter into a text field the text: (eg. Languages, Art skills, Music etc.)
for example, but when a user enters into the field the text disappears allow them to enter their data.
Something like a tool tip....
How I can enter into a text field the text: (eg. Languages, Art skills, Music etc.)
for example, but when a user enters into the field the text disappears allow them to enter their data.
Something like a tool tip....
if (this.rawValue == null){this.rawValue = "Your text";xfa.resolveNode("Formular1.#subform.Textfield1").font.fill.color.value = "192,192,192";}else{xfa.resolveNode("Formular1.#subform.Textfield1").font.fill.color.value = "0,0,0";}
First one to check if the field has still your default text example like "Your text" when entering the field.
and the second to place your default text example into the field if the user lefts the field unfilled.
Example file
https://share.acrobat.com/adc/document.do?docid=6932d05e-1ee8-4141-b0a4-87305ccca18a
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs