ToolbarDisplayAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
HideButtonsWhenDisabled | 1 | Hide any disabled toolbar buttons. | |
DenyInsert | 2 | Do not show the new button, regardless of the underlying mapper's permissions. | |
DenyUpdate | 4 | Do not show the save button, regardless of the underlying mapper's permissions. | |
DenyDelete | 8 | Do not show the delete buttons, regardless of the underlying mapper's permissions. | |
PopupNew | 16 | Popup a new window for creating new items (instead of navigating to the new item in-place). | |
NoToolbar | 32 | Do not provide a toolbar on the page. | |
TooltipHelp | 64 | Provide the standard system Page Help button on the toolbar. | |
DenyAdd | 128 | Do not show the Add button, regardless of the underlying mapper's permissions. | |
NoRefresh | 256 | Do not provide a Refresh button on the toolbar. | |
NoSave | 512 | Do not provide a Save button on the toolbar. | |
ShowToolbar | 1024 | Show toolbar on pages that by default do not show a toolbar (e.g. IConsoleTemplate pages). This is overridden by HideCaption. | |
ShowCaption | 2048 | Show toolbar caption on toolbars. | |
CaptionAbove | 4096 | Show toolbar caption above the toolbar (default is left). | |
HideCaption | 8192 | Hide the caption on the toolbar. This bit overrides ShowToolbar. | |
NoCustomCommands | 16384 | Do not add custom MapperCommand items to the toolbar. | |
IgnoreGlobalSetting | 1073741824 | Ignore the global setting on the application object and JUST use the page level attributes. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.