Presentation XML · Actions
Buttonautoclick <buttonautoclick>
Framework control: 6 uses across 5 stock screens, inside <buttongroup>.
<buttonautoclick> 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 6 times on 5 screens, inside <buttongroup> (6); it is a leaf.
Where it goes
Sits inside: <buttongroup>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
autoclickbuttonid | string | Not on Application Designer's buttonautoclick property sheet: written in XML only. Stock screens: 6 uses on 5 screens, values odmerunreport_btn_1 (4), destrunreport_btn_1 (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · GWORKASSIGN#opreport_refresh |
autoclickdatasrc | string | Not on Application Designer's buttonautoclick property sheet: written in XML only. Stock screens: 6 uses on 5 screens, values odmerunreport (4), destrunreport (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · GWORKASSIGN#opreport_refresh |
enabledattribute | string | Not on Application Designer's buttonautoclick property sheet: written in XML only. Stock screens: 6 uses on 5 screens, values AUTOREFRESH (6). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · GWORKASSIGN#opreport_refresh |
intervalattribute | string | Not on Application Designer's buttonautoclick property sheet: written in XML only. Stock screens: 6 uses on 5 screens, values REFRESHINTERVAL (6). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · GWORKASSIGN#opreport_refresh |
Example
<!-- GWORKASSIGN · opreport_refresh -->
<buttonautoclick autoclickbuttonid="odmerunreport_btn_1" autoclickdatasrc="odmerunreport" enabledattribute="AUTOREFRESH" id="opreport_refresh" intervalattribute="REFRESHINTERVAL"/>
Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · GWORKASSIGN#opreport_refresh