emxFramework.AutoFilter.Basic.InclusionList | Defines basic properties for the auto filter. For example: emxFramework.AutoFilter.Basic.InclusionList=type,current,owner,policy | Comma-separated list of basic properties |
emxFramework.AutoFilter.Attribute.InclusionList | Defines attributes for auto filter. These basic properties will be filterable even if
the specific column in the table/structure browser does not have the Auto Filter=true setting. As installed, this property is blank. You need to add the attributes for which you want to enable the
auto filter functionality.
| Comma-separated list of symbolic names of attributes. |
emxFramework.AutoFilter.Attribute.ExclusionList | Defines attributes to exclude from the auto filter. Use this property to avoid
attributes that could have a large number of possible values (such as Descriptions) or that are
populated with range values. Autofiltering can be enabled/disabled for specific tables or structure browsers (by passing the URL
parameter autoFilter=true/false ); and individual columns can be defined with the Auto Filter setting
(set to true or false). The included basic properties and attributes (see above properties) are filterable even if the specific column in the table/structure
browser does not have the Auto Filter=true setting. If an attribute is included in the inclusion list
but the Auto Filter=false setting is defined on the column, that column on the table/structure
browser page is not be included for autofiltering.
The URL parameter autoFilter overrides all other autofilter properties and settings. | Comma-separated list of symbolic names of attributes. |
emxFramework.AutoFilter.DefaultProperty | When true:, filters all columns with the AutoFilter=true setting. This setting is only for the structure browser. Autofiltering for flat tables is not affected by this property setting.If autofiltering is not appropriate in certain columns, you can set AutoFilter=false to turn off the auto filter. When AutoFilter setting is not added, all columns other than text area, image, and check box are not filtered. | True or False |