AppAppearance Enumeration |
Options controlling overall application appearance.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum AppAppearance
<FlagsAttribute>
Public Enumeration AppAppearance
Members
| Member name | Value | Description |
---|
| LargeIcons | 1 | Use large icons on toolbars and where ever possible. |
| BubbleTips | 2 | Use bubble-style tooltips making tooltips more prominent. |
| DebugToolsVisible | 4 | Make client-side debug tools and widgets available. |
| NoDebugInfo | 8 | Suppress all client-side debug information -- not yet implemented. |
| ListEditDelOnLeft | 16 | In list views, provide any Edit or Delete button at the left side of the list (default is right side). |
| ListNumericPaging | 32 | In list views, provide numeric paging instead of previous/next buttons at list bottom. |
| ListNoCheckbook | 64 | In list views, do not render the list with a checkbook look (alternating line background colors). |
| ListCurrentRowCaret | 128 | In list views, provide a current row indicator caret. |
| CustomVocab | 256 | This application supports tenant-specific custom vocabulary. |
| BannerCaption | 512 | The application should show the banner caption vs. the standard caption. |
| MenuOnHover | 1024 | Present command menus when the user hovers over them rather than on click. |
| WrapSubformTabs | 2048 | Render subform navigators with multiple rows of tabs if necessary. |
| TabOrderLockedFields | 4096 | Include locked fields in mapper-generated tab order. Can be overridden at page and mapper level. |
| SingleFrame | 8192 | Support for single frame. |
| FilterByFormHideTipImage | 16384 | Hide the floating filter icon in FBF cells. |
| PlatformMenu | 32768 | Provide a dedicated platform menu exposing built-in functionality such as datasheet customization. |
| CascadingMainMenu | 65536 | Use cascading menus on the main application menu. Currently supported for SingleFrame appearance only. |
| NoDefaultNavTips | 131072 | Suppress tooltips on navigators if the tip is just a default (e.g. the caption). |
| ListNoCellBorders | 262144 | Required, along with css customizations, to upport rendering datasheet with no cell dividers on all browsers. |
| FilterByFormPermTipImage | 524288 | Permanently show (vs. on hover) the floating filter icon in FBF cells. |
| ApplyWidthToLkupTextBox | 1048576 | On BndLkup fields, apply width to TextBox instead of entire control. |
| LabelAbove | 2097152 | In default layouts, place label above its control rather than to the left. |
| Html5DocType | 4194304 | Use non-transitional DOCTYPE. |
See Also