Assetize

Presentation XML · Actions

Go To Link <gotolink>

A Go To link in the menu bar.

<gotolink> 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 9 times on 1 screen, inside <titlebar> (9); it is a leaf.

Where it goes

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

Properties

PropertyValueWhat it doesSource
accesskeystringNot on Application Designer's gotolink property sheet: written in XML only. Stock screens: 9 uses on 1 screen, values ALT+G (8), G (1).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#gotolink
classnamestringNot on Application Designer's gotolink property sheet: written in XML only. Stock screens: 9 uses on 1 screen, values powerwhite goto (9).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#gotolink
eventvaluestringNot on Application Designer's gotolink property sheet: written in XML only. Stock screens: 9 uses on 1 screen, values goto (9).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#gotolink
imagestringNot on Application Designer's gotolink property sheet: written in XML only. Stock screens: 9 uses on 1 screen, values btn_goto.gif (9).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#gotolink
imagecssstringNot on Application Designer's gotolink property sheet: written in XML only. Stock screens: 9 uses on 1 screen, values pwimg (9).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#gotolink
labelstringNot on Application Designer's gotolink property sheet: written in XML only. Stock screens: 9 uses on 1 screen, values Go To (9).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#gotolink
mxeventmxeventNot on Application Designer's gotolink property sheet: written in XML only. Stock screens: 9 uses on 1 screen, values showmenu (9).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#gotolink
targetidstringNot on Application Designer's gotolink property sheet: written in XML only. Stock screens: 9 uses on 1 screen, values pageTitlebar (4), dr_pageTitlebar (1), pageTitlebar_designer (1), self_pageTitlebar (1), single_pageTitlebar (1) … 6 distinct.204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#gotolink

Example

<!-- LIBRARY · gotolink -->
<gotolink accesskey="ALT+G" classname="powerwhite goto" eventvalue="goto" id="gotolink" image="btn_goto.gif" imagecss="pwimg" label="Go To" mxevent="showmenu" targetid="pageTitlebar"/>

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