Dynamic Command Function |
Defines the method in the JPO specified by the
Dynamic Command Program setting that returns a list containing the data
structure to build the tabs in a details channel. |
<JPO Method Name> |
Dynamic Command Program |
Defines the JPO invoked from a table cell or
form field in a master channel to populate a details channel. |
<JPO Name> |
enableCache |
When false (the default) the portal tabs refresh their contents whenever the tab is clicked. If this parameter is set to true, then the contents are cached and not refreshed when the user clicks the tab. |
true false (default) |
header |
The content of the header to display at the
top of the PowerView page. |
Any alphanumeric text or a string resource ID. header=PowerView header="ECR
Summary" |
HelpMarker |
Specifies the name of the help marker to call
for context-sensitive help. |
String The naming convention for help
markers is "emxhelp" followed by the object or feature and then the action,
for example, emxhelproutecreate and emxhelpprojectedit. The marker is
all lowercase with no spaces. |
portal |
Specifies the portal administrative object that
represents the top-level menu, which defines the channels. |
Name of portal object |
showPageHeader |
Enables the page header in the PowerView page.
When set to false, the header( including the toolbar) does not display
in the PowerView page. |
true (default) false |
showPageURLIcon |
When true, shows in the toolbar. This tool lets users copy the
URL to the specific ENOVIA application page. When false, does not
show in the toolbar. The default value for this parameter is defined
by the emxFramework.Toolbar.ShowPageURLIcon property
in emxSystem.properties. |
true false |
subHeader |
Creates a subHeader below the main header in
the PowerView header frame. |
The value can be any static text or a string
resource id. The value can also include macros such as $<type>
$<revision>. |
TipPage |
Specifies whether the page should include the
Tip Page tool and call a specific html or JSP when a user clicks the
tool. If not included, the Tip tool is not included on the page. |
Name of a custom html or JSP page, including
any path. The starting point for the directory reference is the content
directory. For example, if you want to call an html file in ematrix/doc/customcentral
and the content directory is ematrix/customcentral, you would add this
parameter to the table.jsp: TipPage=../doc/customcentral/tippage.html |
toolbar |
Specifies the menu administrative object that
represents the toolbar, which appears in the page header. |
Name of menu administrative object. |