ATG defines a set of feature descriptor attributes that modify how a repository item property is treated in the ATG Control Center. These attributes are defined by an <attribute> tag within a <property> tag. For example:

<property name="author">
      <attribute name="uiqueryable" value="false"/>
</property>

The default value for each of these attributes is true:

Attribute

Description

uiqueryable

If this attribute is set to false, the property is not available to a targeting UI element or an ATG expression editor in the ACC.

uiwritable

If this attribute is set to false, the property cannot be modified or set in the ACC. Unless the property tag also has the writable=false attribute, the property can still be modified or set programmatically or through a form.

 
loading table of contents...