Assetize

Presentation XML · Framework and add-on tags

Accessiblelink <accessiblelink>

Framework control: 8 uses across 1 stock screen, inside <titlebar>.

<accessiblelink> has no Application Designer property sheet: it is written by the framework or an add-on and edited in XML. Its properties are the attributes the stock screens actually use.

In the 204 stock presentations it appears 8 times on 1 screen, inside <titlebar> (8); it is a leaf.

Where it goes

Sits inside: <titlebar>. May contain: none (a leaf control).

Properties

PropertyValueWhat it doesSource
classnamestringNot on Application Designer's accessiblelink property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values powerwhite (8).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#accessibilityhelp
imagecssstringNot on Application Designer's accessiblelink property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values pwimg (8).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#accessibilityhelp
labelstringNot on Application Designer's accessiblelink property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values Accessibility Help (8).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#accessibilityhelp
targetidstringNot on Application Designer's accessiblelink property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values {PAGE} (8).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#accessibilityhelp

Example

<!-- LIBRARY · accessibilityhelp -->
<accessiblelink classname="powerwhite" id="accessibilityhelp" imagecss="pwimg" label="Accessibility Help" targetid="{PAGE}"/>

Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#accessibilityhelp