Enable text field border only when content is entered
hello,
can point me method achieve following:
using livecycle es2, want set text fields have no border default.
when user enters text field in finished form, want turn on border field.
when there no text in field, want border turn off.
is possible? if so, have suggestions?
thanks!
just put in exit event of textfield (in formcalc):
if ($.isnull == 0) then
$.border.edge.presence = "visible"
else $.border.edge.presence = "hidden"
endif
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment