CompatibilityOptions Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
FnNowUsesLocalServerTZ | 1 | Reverts fnNow() and fnNowAdd() to use server local timezone instead of user timezone. | |
DisableLateBoundPicklistSupport | 2 | Turns off late bound picklist support for application. | |
NoExcel2007Driver | 4 | Setting this options forces the use of the Excel 2003 driver (Jet 4.0) and removes support for XLSX files (Excel 2007). | |
HistoricWizEventSequence | 8 | Reverts wizard event sequence to pre-v2.3 sequence. Provided to ensure backward compatibility. | |
FnSimpleParsing | 16 | Reverts embedded function parsing to its v3.5.3 and earlier form which does not support function nesting or param quoting. | |
NojQuery | 32 | In v3.5.7 and later jQuery is automatically included in the application javascript references. Set this option to omit automatic jQuery inclusion. | |
NojQueryUI | 64 | In v3.5.7 and later jQueryUI is automatically included in the application javascript references. Set this option to omit automatic jQueryUI inclusion. | |
ForceCssJssImgToRoot | 128 | Assume that eaputils.js, ... should be explicit root path references to allow for urlrewrite |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.