emxFramework.UIForm.Checkbox.BooleanValues | Defines the system-wide values that will be treated as Boolean when working with
check boxes and radio buttons on a web form, with each value providing 2 values that map to the
Boolean values of true and false. For example: emxFramework.UIForm.Checkbox.BooleanValues = yes/no,true/false,on/off | Comma-separated list of pairs of terms (separated by a slash) |
emxFramework.UI.Cache.NumberOfCategories.Desktop | Defines the number of category items to cache in desktop devices. To disable caching for desktop devices, set to 0. | 0, a positive integer, maximum of 5 |
emxFramework.UI.Cache.NumberOfCategories.Mobile | Defines the number of category items to cache in mobile devices. To disable caching for mobile devices, set to 0. | 0, a positive integer, maximum of 3 |
emxFramework.FormCalculations.DecimalPrecision | Defines how a web form rounds the calculations
off to the number of decimal points. Depending on the apps you use, the form page could perform numeric
calculations, such as averages or totals. The same precision is used for all calculations for all forms. | Positive integer |
emxFramework.widerslideIn.size | Defines the width (in pixels) for the slidein panel when the Target Location=slidein and Slidein Width=wide settings are specified. | Positive integer between 350 and 900 |