MiniNavAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
IconList | 16 | Render navigator as a list of icon-based navigation items. Adds 'icon-list' class to outer control. Expects nav_target items to have an Image32URL specified. | |
NoCaptions | 32 | Suppresses the caption on all items. Typically appropriate only when combined with IconList. | |
CountOverlay | 64 | For items with a count, render a count overlay that can be positioned using CSS (typically over some portion of the item's icon and used in conjunction with IconList). | |
HideWhenZeroCount | 2048 | Nodes should be hidden when no items exist in the target location. Currenly valid only in conjunction with AppendCount. | |
DefaultHideLinks | 4096 | By default all links should not be shown, but allow user to add/remove them. | |
DefaultShowLinks | 8192 | By default all links should be shown, but allow user to add/remove them. | |
LockLinks | 16384 | Lock all links. To lock individual links on a MiniNav, set LockLinks. | |
Initialized | 1073741824 | Used when extracting attributes to indicate that the attributes have been extracted. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.