Access |
Defines the persons, roles, and groups who can
access the link or filter control. To make the link available to all
users, regardless of role/group assignments, choose All. If no
users are assigned access, the system assumes all users have access.
If a user doesn't have access to any links in a menu, the menu is not
displayed. |
Names of group, role, person administrative
objects. or All (default) |
Alt |
Defines the Alt text to appear over the link
when the user mouses over it. When used with a custom toolbar filter,
only use Alt if the Input Type = submit. |
-- |
Code |
Custom JavaScript code entered in the Code tab
of the command. JSON object syntax must be used for this code. |
-- |
Description |
A brief description of the function of the textbox
command. |
|
href |
Defines the URL to call when a user clicks the
link or submits input for a custom toolbar filter. When used to
define the function associated with a textbox command, the href should
be the JSP that processes the text entered by the user in the textbox. |
${COMPONENT_DIR}/emxComponentsPage.jsp, ${SUITE_DIR}/emxTeamWorkspaceDetailsFS.jsp ${COMMON_DIR}/emxFilter.jsp |
Icon |
Defines the Icon for the object within ENOVIA Live Collaboration. This parameter is NOT the image that displays
on the dynamic user interface (for example, on a toolbar button). The
Image setting is used to specify the UI image for components that have
images associated with them. Many components, such as submenus, don't
have images associated with them. |
The name of an image file, such as Part.gif. |
Label |
Defines the text to display on the toolbar link.
You can configure a link to have a text label, an image, or both. If
you do not specify an image using the Image setting, you must specify
a label. When used to define a textbox command on the toolbar,
the Action Label and Input Type settings must also be defined. For
a custom toolbar filter, defines the text that precedes the Input Type
control. Either a string resource ID for the text string or the
actual text string to display. To internationalize the text, use a string
resource ID. See Internationalizing Dynamic UI Components. The system first looks for a string resource
ID that matches the entered value. If it finds one, it uses the value
for the ID. If it does not find one, it displays the entered text. If
the label text is not found and no image is defined, the toolbar component
displays an error icon to indicate that a configuration error has occurred. |
Create New Part emxFramework.common.Actions emxFramework.common.Filter Apply
Filter |
Name |
When using multiple textbox commands in the
toolbar, the Name parameter distinguishes the specific textbox. When
used as a filter, the name of the filter toolbar item. The JPO and any
custom JSP use this parameter to get the value entered by the user. The
Name can include the underscore (_) or hyphen (-), but no other special
characters. |
Find ENCCustomFilter |
Settings |
Additional settings that define the behavior
and appearance of the links. For a list of the accepted settings, see
the table below. |
Name/value pairs, as defined in Settings for Toolbar Link Command Objects. |