Presentation XML · Framework and add-on tags
Kpirange <kpirange>
Framework control: 2 uses across 2 stock screens, inside <displayrule>.
<kpirange> 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 2 times on 2 screens, inside <displayrule> (2); it is a leaf.
Where it goes
Sits inside: <displayrule>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
alertcss | string | Not on Application Designer's kpirange property sheet: written in XML only. Stock screens: 2 uses on 2 screens, values rowcolor_percentalloc_0_50 (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · KPI#results_showlist_range1 |
cautioncss | string | Not on Application Designer's kpirange property sheet: written in XML only. Stock screens: 2 uses on 2 screens, values rowcolor_percentalloc_51_80 (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · KPI#results_showlist_range1 |
cautionmax | string | Not on Application Designer's kpirange property sheet: written in XML only. Stock screens: 2 uses on 2 screens, values cautionmax (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · KPI#results_showlist_range1 |
cautionmin | string | Not on Application Designer's kpirange property sheet: written in XML only. Stock screens: 2 uses on 2 screens, values cautionmin (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · KPI#results_showlist_range1 |
okcss | string | Not on Application Designer's kpirange property sheet: written in XML only. Stock screens: 2 uses on 2 screens, values rowcolor_percentalloc_81_100 (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · KPI#results_showlist_range1 |
Example
<!-- KPI · results_showlist_range1 -->
<kpirange alertcss="rowcolor_percentalloc_0_50" cautioncss="rowcolor_percentalloc_51_80" cautionmax="cautionmax" cautionmin="cautionmin" id="results_showlist_range1" okcss="rowcolor_percentalloc_81_100"/>
Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · KPI#results_showlist_range1