cancel
Showing results for 
Search instead for 
Did you mean: 

Hidden (Exclude from layout ) in text field disabled

Former Member
0 Kudos

Hi,

When i want to set the presence of the text field as 'Hidden(Exclude from Layout)' in Field tab properties, i see that it is disabled.

How to enable that property for text field ?

please help me.

Thanks in advace for your support,

Accepted Solutions (0)

Answers (3)

Answers (3)

vaibhav_tiwari
Contributor
0 Kudos

Hi,

If its not working that way then put the following script on initialize event of this field:

$.presence = "hidden"

Regards,

Vaibhav

Former Member
0 Kudos

Hi

Is this field - Presence (in field tab under object properties) disabled for you ?

Whether you are in the display mode or change mode, you should be able to choose -Hidden(Exclude from Layout) from the dropdown.

Makes me wonder -what is the version of Livecycle designer that you are using.

Regards, Liz

Former Member
0 Kudos

Works for me.

Make sure you are in change mode.

Select the text field in the left pane (Hierarchy tab). Change presence as usual.

Another solution is to wrap it into a subform and hide the subform.