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
| Property | Value | What it does | Source |
|---|---|---|---|
accesskey | string | Not 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 |
classname | string | Not 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 |
eventvalue | string | Not 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 |
image | string | Not 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 |
imagecss | string | Not 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 |
label | string | Not 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 |
mxevent | mxevent | Not 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 |
targetid | string | Not 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