NavigationTargetProperties Interface |
Properties specific to NavigationTarget objects.
Namespace: SystemProperties
The NavigationTargetProperties type exposes the following members.
Name | Description | |
---|---|---|
Caption | The target's display text. | |
Confirmation | Confirmation message to present to user before taking action. | |
Filter | A SQL filter to add to the target's mapper. | |
HTML | RAW HTML to be used as the link for the target. | |
Image32URL | The large image (originally 32x32) url for the target's image (relative to the root). | |
Menu_CommandAttributes | Menu command options (from UICommandAttrs). See UICommandAttrs | |
Menu_CommandLocation | The MapperCommand.Location value. See MapperCommandLocation | |
Menu_CssClass | The CssClass to apply to the menu item (typically a toolbar button). | |
Menu_Flavor | The flavor to use on the target's mapper See Flavors | |
Menu_ImageURL | The url for the command's image (relative to the root). | |
Menu_ParentCommand | The name of the command under which to nest this command forming a submenu where appropriate. | |
Menu_ParentViewKeySource | The key name in the parent Mapper to use as the source of the filter. By default this is the primary key. | |
Menu_Script | Value to set as MapperCommand.Script. | |
Menu_URL | Value to set as MapperCommand.URL | |
Menu_ViewKey | The key in the target's Mapper to use as a filter key. By default, the parent's Primary Key is used. If it doesn't, set the ParentViewKeySource property. | |
Navbar_AppendCountMOP | The alternative page to use when determining the count when the target has the AppendCount attribute set. | |
Navbar_BootModalOptions | Options for Bootstrap popup modal dialogs. See BootModalOptions | |
Navbar_CommandAttributes | NavBar command options (from UICommandAttrs). See UICommandAttrs | |
Navbar_CssClass | The CssClass to apply to the node | |
Navbar_CssClassWithItems | The CSS class to apply to the item when the item has a positive count. | |
Navbar_EnableRule | Javascript expression, typically containing field references, used to determine whether or not a nav target is available for the current record. | |
Navbar_ExpandDataSource | The datasource to use for the ExpandSQL. | |
Navbar_Expanded | True if you want this node to be expanded. | |
Navbar_ExpandMOP | The MOP to use as a target when expanding a tree node. | |
Navbar_ExpandSQL | SQL statment that represents the child nodes for this target. | |
Navbar_Flavor | Flavor applied to the page's Mapper. See Flavors | |
Navbar_ImageURL | The url for the tree node's image (relative to the root). | |
Navbar_NoAppendCount | Do not append counts to any of the child nodes regardless of the setting on the NavTarget. | |
Navbar_OnClick | Javascript placed on the node's onclick event. | |
Navbar_ParentViewKeySource | The key name in the parent Mapper to use as the source of the filter. By default this is the primary key. | |
Navbar_PopupCssClass | A CSS class to be added to the popup container. | |
Navbar_PopupType | Specifies how the popup target page is to be presented. Ignored if Popup is not set. See PagePopupType | |
Navbar_RecordCountLimit | The max rows to show when doing a record count. If the result is greater, then this value and the '+' sign are displayed. | |
Navbar_RequestType | The string to use as the request type. If empty, the request type is "navigate" (e.g. req=nav) | |
Navbar_Style | CSS style pairs to add to this item | |
Navbar_StyleWithItems | The style pairs to apply to the item when the item has a positive count | |
Navbar_SubTarget | The item within the target to which to navigate. For example, the specific pane in a console. | |
Navbar_ViewKey | The key in the target's Mapper to use as a filter key. By default, the parent's Primary Key is used. If it doesn't, set the ParentViewKeySource property. | |
Package | The package to use for permissions. | |
QueryParams | Query parameters to be added the destination URL. Currently supported only on Page targets. May include embedded functions. | |
StatusText | Status text used in pop-up status messages. | |
Subform_EnableRule | Javascript expression, typically containing field references, used to determine whether or not a nav target is available for the current record. | |
Subform_Flavor | The flavor to use on the target's mapper See Flavors | |
Subform_ParentViewKeySource | The key name in the parent Mapper to use as the source of the filter. By default this is the primary key. | |
Subform_RelationshipMaxRows | The max rows to allow in this relationship. If the number of rows equals or exceeds this value, then no new records will be allowed, regardless of the DenyInsert setting on the Mapper. | |
Subform_RowsPerPage | The number of rows to display on a page in a datasheet (list) view. Overrides settings at the mapper and/or page level. | |
Subform_SubformAttributes | Attributes affecting subform behaviour. See SubformAttrs | |
Subform_SubformDisplayAttributes | Subform specific page display attributes See SubformDisplayAttrs | |
Subform_ViewKey | The key in the target's Mapper to use as a filter key. By default, the parent's Primary Key is used. If it doesn't, set the ParentViewKeySource property. | |
SubObjectField | The field to use in the target's mapper as a filter for the property sheet. (Used in the Studio ONLY). | |
TargetFrame | The target frame name to use when constructing the navigation link. The default value is 'content.' | |
ToolTip | The tooltip to display. | |
UseNavCaptionOnTarget | If true, will use the caption specified for this nav target for the caption on the navigated target page. | |
WindowOptions | Window options for popup navigations |
Note |
---|
This interface is declared for documentation purposes only and is not intended to be used from code. |