Presentation XML · Display
Doclink Upload Button <doclinkuploadbutton>
The upload button for attached documents.
Application Designer edits <doclinkuploadbutton> through its "Doclink Upload Button Properties" dialog, backed by the CRTL_DOCLINKBTN object: 0 properties, each with the type, length and value list the product itself declares. The stock screens write 4 further attributes the property sheet does not show.
In the 204 stock presentations it appears 17 times on 7 screens, inside <buttongroup> (16), <systemlib> (1); it is a leaf.
Where it goes
Sits inside: <buttongroup>, <systemlib>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
default | boolean | Not on Application Designer's doclinkuploadbutton property sheet: written in XML only. Stock screens: 15 uses on 5 screens, values true (15). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#addnewattachments_file_3_1 |
label | string | Not on Application Designer's doclinkuploadbutton property sheet: written in XML only. Stock screens: 16 uses on 6 screens, values Import (7), OK (6), Test (2), Next (1). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#addnewattachments_file_3_1 |
mxevent | mxevent | Not on Application Designer's doclinkuploadbutton property sheet: written in XML only. Stock screens: 10 uses on 4 screens, values loadData (7), nexttab (1), testrun (1), testxml (1). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · AUTOSCRIPT#sssstep3cfgattr1detail_detail_buttons_5 |
Example
<!-- LIBRARY · addnewattachments_file_3_1 -->
<doclinkuploadbutton default="true" id="addnewattachments_file_3_1" label="OK"/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CRTL_DOCLINKBTN; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_doclinkuploadbtn; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#addnewattachments_file_3_1