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

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?