031b32ff139c2f6511e58a98efac0c3a161a46e6
FAQ/Common-UI-Customizations.md
| ... | ... | @@ -4,10 +4,24 @@ |
| 4 | 4 | |
| 5 | 5 | ## About |
| 6 | 6 | |
| 7 | - |
|
| 8 | 7 | ## Non-Control UI Elements |
| 9 | - |
|
| 8 | +- Thumbnail Width - AdHocSettings.ThumbnailWidth |
|
| 9 | +- Thumbnail Height - AdHocSettings.ThumbnailHeight |
|
| 10 | +- Width of the Gauge in the Dashboard, height is changed proportionally - AdHocSettings.DashboardGaugeWidth |
|
| 11 | +- Width of the Gauge for non-Dashboard rendering - AdHocSettings.GaugeWidth |
|
| 12 | +- Height of the Gauge for non-Dashboard rendering - AdHocSettings.GaugeHeight |
|
| 13 | +- Label width in HTML Charts. By default width is calculated automatically so this settings is used when some particular type of data is used in the Chart, for example very long labels - AdHocSettings.HighChartLabelWidth |
|
| 10 | 14 | ## Rendering Settings |
| 15 | +- AdHocSettings.DefaultAlternatingItemColor |
|
| 16 | +- AdHocSettings.DefaultHeaderForegroundColor |
|
| 17 | +- AdHocSettings.DefaultItemForegroundColor |
|
| 18 | +- AdHocSettings.DefaultReportBorderColor |
|
| 19 | +- AdHocSettings.DefaultReportHeaderColor |
|
| 20 | +- AdHocSettings.DefaultReportItemColor |
|
| 11 | 21 | |
| 12 | 22 | ## CSS Elements |
| 13 | 23 | |
| 24 | +Title - [id$="_ReportsDiv"].ReportTitle |
|
| 25 | +Description - [id$="_ReportsDiv"].Description |
|
| 26 | +Report Header - [id$="_ReportsDiv"].Header |
|
| 27 | +Footer - [id$="_ReportsDiv"].Footer |