Start changeSelected tag

The selected tag can be expanded with the following elements:
<SELECTED>
	<ENABLE>component_list</ENABLE>
	<DISABLE>component_list</DISABLE>
	<SHOW>component_list</SHOW>
	<HIDE>component_list</HIDE>
	<REFRESH>component_list</REFRESH>
	<DISPLAY>pane_list</DISPLAY>
</SELECTED>
	
ATTRIBUTEVALUEDESCRIPTION
<ENABLE>
component_list
A comma-separated list of user interface component identifiers. A component identifier is a string identifier of the following form:
panel_name.component_name
where pane_name is the name of the panel in which the component is defined, and component_name is the name of the component itself.
Activates the target components for user input
<DISABLE>
component_list
A comma-separated list of user interface component identifiers. A component identifier is a string identifier of the following form:
panel_name.component_name
where pane_name is the name of the panel in which the component is defined, and component_name is the name of the component itself.
Deactivates the target components for user input
<SHOW>
component_list
A comma-separated list of user interface component identifiers. A component identifier is a string identifier of the following form:
panel_name.component_name
where pane_name is the name of the panel in which the component is defined, and component_name is the name of the component itself.
Displays the target components on the panel
<HIDE>
component_list
A comma-separated list of user interface component identifiers. A component identifier is a string identifier of the following form:
panel_name.component_name
where pane_name is the name of the panel in which the component is defined, and component_name is the name of the component itself.
Removes the target components from view
<REFRESH>
component_list
A comma-separated list of user interface component identifiers. A component identifier is a string identifier of the following form:
panel_name.component_name
where pane_name is the name of the panel in which the component is defined, and component_name is the name of the component itself.
Removes the target components from view
<DISPLAY>
pane_list
A comma-separated list of window pane identifiers. A window pane identifier has the following form:
subpanel_name.panel_name
where a subpanel_name is the name of the subpanel in which the panel resides, and panel_name is the name of the panel itself. See subpanel tags.
Makes uncommitted changes to the target components, as determined by the user.
End change


[ Legal | AS/400 Glossary ]