Presentation XML · Framework and add-on tags
Webreplaylink <webreplaylink>
Framework control: 8 uses across 1 stock screen, inside <titlebar>.
<webreplaylink> 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
| Property | Value | What it does | Source |
|---|---|---|---|
classname | string | Not on Application Designer's webreplaylink 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#webreplaylink |
image | string | Not on Application Designer's webreplaylink property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values btn_webreplay.gif (8). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#webreplaylink |
imagecss | string | Not on Application Designer's webreplaylink 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#webreplaylink |
label | string | Not on Application Designer's webreplaylink property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values Web Replay (8). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#webreplaylink |
mxevent | mxevent | Not on Application Designer's webreplaylink property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values togglewebreplay (8). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#webreplaylink |
targetid | string | Not on Application Designer's webreplaylink 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#webreplaylink |
Example
<!-- LIBRARY · webreplaylink -->
<webreplaylink classname="powerwhite" id="webreplaylink" image="btn_webreplay.gif" imagecss="pwimg" label="Web Replay" mxevent="togglewebreplay" targetid="{PAGE}"/>
Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#webreplaylink