The RepositoryAssetFormHandler has the following configuration properties:

Property

Function

actionType

Holds the type of action being initiated. Options include: update (for updating the values of asset properties) and setView (for changing the view used to display the asset).

assetInfoPath

Holds the asset info component’s path and name.

assetURI

Holds the asset’s URI and ID, which includes the repository name, item descriptor name and asset ID.

attributes

Holds view mapping attributes used by the form handler. This property is a map that saves an attribute name as the key and the attribute value as the value. To indicate that the form handler value property should be a value Dictionary, all asset editors define atgFormValueDict as a key and value as the value by default.

If you want to customize the attributes your form handler uses, code your asset editor to update this property accordingly.

componentPath

Holds the repository’s path and name of which the asset is a part.

contextOp

Holds information used to managing the state of the asset info data stack.

displayName

Holds the asset’s display name.

editMode

Indicates whether the asset is in edit (true) or view-only (false) mode.

transientItem

Holds the transient asset.

useRequestLocale

Indicates whether the error messages are displayed in the user’s locale (true) or the server default locale (false).

view

Holds the integer representing the view being used.

 
loading table of contents...