Presentation XML · Data controls
Label-wrapped Combobox <labelwrappedcombobox>
A combobox whose label wraps.
<labelwrappedcombobox> 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 63 times on 7 screens, inside <section> (63); it is a leaf.
Where it goes
Sits inside: <section>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
dataattribute | attribute | Not on Application Designer's labelwrappedcombobox property sheet: written in XML only. Stock screens: 63 uses on 7 screens, values monthfirst (17), monthweekday (17), weekday (17), yearfirst (4), yearmonth (4) … 6 distinct. | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#lds_perweek_day |
displayattribute | string | Not on Application Designer's labelwrappedcombobox property sheet: written in XML only. Stock screens: 63 uses on 7 screens, values dow (38), firstorlast (21), month (4). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#lds_perweek_day |
keyattribute | string | Not on Application Designer's labelwrappedcombobox property sheet: written in XML only. Stock screens: 63 uses on 7 screens, values dow (38), firstorlast (21), month (4). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#lds_perweek_day |
Example
<!-- LIBRARY · lds_perweek_day -->
<labelwrappedcombobox dataattribute="weekday" displayattribute="dow" id="lds_perweek_day" keyattribute="dow"/>
Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#lds_perweek_day