cancel
Showing results for 
Search instead for 
Did you mean: 

$.access or this.access

former_member189058
Active Contributor
0 Kudos

Hi,

What are the possible values that $.access (FormCalc) or this.access (JavaScript) can have

So far I have seen only

$.access = "readOnly"

$.access = "protected"

Regards,

Reema.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189058
Active Contributor
0 Kudos

u2022 open (default)

Allows updating of a containeru2019s contents and navigation into and out of the container without restriction. In interactive forms, you can modify the containeru2019s content and tab or otherwise navigate into it. The container produces events.

u2022 protected

The processing application prevents the user from making any direct changes to the containeru2019s content. Indirect changes such as calculations can occur. The container does not participate in the tabbing sequence, though an application may allow the selection of text for clipboard copying. Protected containers do not generate any events.

u2022 readOnly

The application does not allow a user to make direct changes to the container's content, but indirect changes such as calculations can occur. The container participates in the tabbing sequence and allows users to view the content. The user can select the container's content for clipboard copying. The container generates a subset of events (those not associated with the user making direct changes to the content).

u2022 nonInteractive

The application allows the containeru2019s contents to be loaded from the document, but not updated interactively. Calculations are performed at load time but the containeru2019s contents are not subsequently recalculated. The containeru2019s contents cannot be modified by scripts or web service invocations.

Reference: livedocs.adobe.com

former_member189058
Active Contributor
0 Kudos

u2022 open (default)

Allows updating of a containeru2019s contents and navigation into and out of the container without restriction. In interactive forms, you can modify the containeru2019s content and tab or otherwise navigate into it. The container produces events.

u2022 protected

The processing application prevents the user from making any direct changes to the containeru2019s content. Indirect changes such as calculations can occur. The container does not participate in the tabbing sequence, though an application may allow the selection of text for clipboard copying. Protected containers do not generate any events.

u2022 readOnly

The application does not allow a user to make direct changes to the container's content, but indirect changes such as calculations can occur. The container participates in the tabbing sequence and allows users to view the content. The user can select the container's content for clipboard copying. The container generates a subset of events (those not associated with the user making direct changes to the content).

u2022 nonInteractive

The application allows the containeru2019s contents to be loaded from the document, but not updated interactively. Calculations are performed at load time but the containeru2019s contents are not subsequently recalculated. The containeru2019s contents cannot be modified by scripts or web service invocations.

Reference: livedocs.adobe.com