Click or drag to resize

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
Members
  Member nameValueDescription
LargeIcons1Use large icons on toolbars and where ever possible.
BubbleTips2Use bubble-style tooltips making tooltips more prominent.
DebugToolsVisible4Make client-side debug tools and widgets available.
NoDebugInfo8Suppress all client-side debug information -- not yet implemented.
ListEditDelOnLeft16In list views, provide any Edit or Delete button at the left side of the list (default is right side).
ListNumericPaging32In list views, provide numeric paging instead of previous/next buttons at list bottom.
ListNoCheckbook64In list views, do not render the list with a checkbook look (alternating line background colors).
ListCurrentRowCaret128In list views, provide a current row indicator caret.
CustomVocab256This application supports tenant-specific custom vocabulary.
BannerCaption512The application should show the banner caption vs. the standard caption.
MenuOnHover1024Present command menus when the user hovers over them rather than on click.
WrapSubformTabs2048Render subform navigators with multiple rows of tabs if necessary.
TabOrderLockedFields4096Include locked fields in mapper-generated tab order. Can be overridden at page and mapper level.
SingleFrame8192Support for single frame.
FilterByFormHideTipImage16384Hide the floating filter icon in FBF cells.
PlatformMenu32768Provide a dedicated platform menu exposing built-in functionality such as datasheet customization.
CascadingMainMenu65536Use cascading menus on the main application menu. Currently supported for SingleFrame appearance only.
NoDefaultNavTips131072Suppress tooltips on navigators if the tip is just a default (e.g. the caption).
ListNoCellBorders262144Required, along with css customizations, to upport rendering datasheet with no cell dividers on all browsers.
FilterByFormPermTipImage524288Permanently show (vs. on hover) the floating filter icon in FBF cells.
ApplyWidthToLkupTextBox1048576On BndLkup fields, apply width to TextBox instead of entire control.
LabelAbove2097152In default layouts, place label above its control rather than to the left.
Html5DocType4194304Use non-transitional DOCTYPE.
See Also