Click or drag to resize

NavigationTargetProperties Properties

The NavigationTargetProperties type exposes the following members.

Properties
  NameDescription
Public propertyCaption
The target's display text.
Public propertyConfirmation
Confirmation message to present to user before taking action.
Public propertyFilter
A SQL filter to add to the target's mapper.
Public propertyHTML
RAW HTML to be used as the link for the target.
Public propertyImage32URL
The large image (originally 32x32) url for the target's image (relative to the root).
Public propertyMenu_CommandAttributes
Menu command options (from UICommandAttrs). See UICommandAttrs
Public propertyMenu_CommandLocation
The MapperCommand.Location value. See MapperCommandLocation
Public propertyMenu_CssClass
The CssClass to apply to the menu item (typically a toolbar button).
Public propertyMenu_Flavor
The flavor to use on the target's mapper See Flavors
Public propertyMenu_ImageURL
The url for the command's image (relative to the root).
Public propertyMenu_ParentCommand
The name of the command under which to nest this command forming a submenu where appropriate.
Public propertyMenu_ParentViewKeySource
The key name in the parent Mapper to use as the source of the filter. By default this is the primary key.
Public propertyMenu_Script
Value to set as MapperCommand.Script.
Public propertyMenu_URL
Value to set as MapperCommand.URL
Public propertyMenu_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.
Public propertyNavbar_AppendCountMOP
The alternative page to use when determining the count when the target has the AppendCount attribute set.
Public propertyNavbar_BootModalOptions
Options for Bootstrap popup modal dialogs. See BootModalOptions
Public propertyNavbar_CommandAttributes
NavBar command options (from UICommandAttrs). See UICommandAttrs
Public propertyNavbar_CssClass
The CssClass to apply to the node
Public propertyNavbar_CssClassWithItems
The CSS class to apply to the item when the item has a positive count.
Public propertyNavbar_EnableRule
Javascript expression, typically containing field references, used to determine whether or not a nav target is available for the current record.
Public propertyNavbar_ExpandDataSource
The datasource to use for the ExpandSQL.
Public propertyNavbar_Expanded
True if you want this node to be expanded.
Public propertyNavbar_ExpandMOP
The MOP to use as a target when expanding a tree node.
Public propertyNavbar_ExpandSQL
SQL statment that represents the child nodes for this target.
Public propertyNavbar_Flavor
Flavor applied to the page's Mapper. See Flavors
Public propertyNavbar_ImageURL
The url for the tree node's image (relative to the root).
Public propertyNavbar_NoAppendCount
Do not append counts to any of the child nodes regardless of the setting on the NavTarget.
Public propertyNavbar_OnClick
Javascript placed on the node's onclick event.
Public propertyNavbar_ParentViewKeySource
The key name in the parent Mapper to use as the source of the filter. By default this is the primary key.
Public propertyNavbar_PopupCssClass
A CSS class to be added to the popup container.
Public propertyNavbar_PopupType
Specifies how the popup target page is to be presented. Ignored if Popup is not set. See PagePopupType
Public propertyNavbar_RecordCountLimit
The max rows to show when doing a record count. If the result is greater, then this value and the '+' sign are displayed.
Public propertyNavbar_RequestType
The string to use as the request type. If empty, the request type is "navigate" (e.g. req=nav)
Public propertyNavbar_Style
CSS style pairs to add to this item
Public propertyNavbar_StyleWithItems
The style pairs to apply to the item when the item has a positive count
Public propertyNavbar_SubTarget
The item within the target to which to navigate. For example, the specific pane in a console.
Public propertyNavbar_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.
Public propertyPackage
The package to use for permissions.
Public propertyQueryParams
Query parameters to be added the destination URL. Currently supported only on Page targets. May include embedded functions.
Public propertyStatusText
Status text used in pop-up status messages.
Public propertySubform_EnableRule
Javascript expression, typically containing field references, used to determine whether or not a nav target is available for the current record.
Public propertySubform_Flavor
The flavor to use on the target's mapper See Flavors
Public propertySubform_ParentViewKeySource
The key name in the parent Mapper to use as the source of the filter. By default this is the primary key.
Public propertySubform_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.
Public propertySubform_RowsPerPage
The number of rows to display on a page in a datasheet (list) view. Overrides settings at the mapper and/or page level.
Public propertySubform_SubformAttributes
Attributes affecting subform behaviour. See SubformAttrs
Public propertySubform_SubformDisplayAttributes
Subform specific page display attributes See SubformDisplayAttrs
Public propertySubform_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.
Public propertySubObjectField
The field to use in the target's mapper as a filter for the property sheet. (Used in the Studio ONLY).
Public propertyTargetFrame
The target frame name to use when constructing the navigation link. The default value is 'content.'
Public propertyToolTip
The tooltip to display.
Public propertyUseNavCaptionOnTarget
If true, will use the caption specified for this nav target for the caption on the navigated target page.
Public propertyWindowOptions
Window options for popup navigations
Top
See Also