PageInfoAttrs Enumeration |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum PageInfoAttrs
<FlagsAttribute>
Public Enumeration PageInfoAttrs
Members
| Member name | Value | Description |
---|
| HasElements | 1 | This object has associated PageElementInfo objects. Note that this item must be set programmatically (meta-data ignored). |
| PopupDetail | 2 | When a drilldown to detail is performed, pop up the detail. |
| PopupDetailDialog | 4 | When a drilldown to detail is performed, pop up the detail using the dialog template. |
| AllowMultiPopup | 128 | Allow multiple instances of this form to be open at one time. Applies only when PopupDetailDialog is set. |
| NoPaging | 256 | Do not provide record navigation buttons or related captioning on the toolbar. |
| SupportsSearch | 512 | This page supports global search. |
| NotPrintable | 1024 | This page will not support printing. |
| PrintMode | 2048 | This page is specifically intended for printing. |
| Disabled | 4096 | This page is disabled and will not be loaded. |
| TenantSpecific | 8192 | This page is tenant-specific and access must be explicitly granted. |
| NoTitleCase | 16384 | The caption of this link should not be forced to use Title Case when implict vocabulary is being used. |
| NoFavorites | 32768 |
Do not show the 'Add to Favorites' button.
Note that application-wide favorites configuration is specified by the
FavoritesPageTypes Personalization feature.
See also ShowFavorites.
|
| IncludeAnalytics | 65536 | This page should be instrumented for analytics (as configured in the Google feature). |
| NoAutoComplete | 131072 | Disables browser autoComplete for entire page. |
| NoBrowserPageCaching | 262144 | Set a Cache-Control response header for this page to disallow both caching and storing. |
| Generic | 524288 |
This is a generic page where the request must specify the PageInfo and PageElementInfo for which to act.
The request must specify the PageInfo via the GenericMOP parameter and the
PageElementInfo via the GenericPEI parameter.
|
| BookmarkHistory | 1048576 |
A history of visits to this page should be tracked in xot_bookmarks and made available for navigation.
Records in xot_bookmarks used for history will be marked with the AutoHistory attribute.
In order to enable bookmark history, the Bookmark UI feature must be enabled.
|
| ShowFavorites | 2097152 |
Always show the 'Add Favorites' button on this page.
Note that application-wide favorites configuration is specified by the
FavoritesPageTypes Personalization feature.
See also NoFavorites.
|
| Migrated | 16777216 | This page was recently migrated. |
See Also