Presentation XML · Data controls
Label-wrapped Textbox <labelwrappedtextbox>
A text box whose label wraps: used on dense screens.
<labelwrappedtextbox> 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 174 times on 7 screens, inside <section> (143), <radiobutton> (31); it is a leaf.
Where it goes
Sits inside: <section>, <radiobutton>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
dataattribute | attribute | Not on Application Designer's labelwrappedtextbox property sheet: written in XML only. Stock screens: 174 uses on 7 screens, values day (17), month (17), monthday (17), week (17), daytime (14) … 16 distinct. | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#lds_persec_sec |
Example
<!-- LIBRARY · lds_persec_sec -->
<labelwrappedtextbox dataattribute="second" id="lds_persec_sec"/>
Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#lds_persec_sec