file_list_column
This option configures how the page with files listed from an archive reacts on mouse clicks and what columns the list contains.
grid_member_action configures mouse click reaction at the member name in the main table (the top one). Possible values are:
empty string do nothing - in this case the member is not rendered as a hyperlink.
browse member is browsed when clicked.
select clicked member is selected and the page is confirmed, which triggers continuation in the process with further tasks.
add member is added to the table below (table with selected members).
sel_member_action configures mouse clicks in the table below the main table. Possible values are:
empty string do nothing, no hyperlink is rendered.
browse the file that you click on is browsed.
order configures what columns are displayed and their order in the table. Type tokens from the following list separated by commas.
version file version.
group group of the process that last updated the file
process_id id of the process that last updated the file.
status status of the process that last updated the file.
member member name.
library target library
system target system
cre_user user who created the file.
cre_date date of creation.
cha_user user of the last change of the file.
cha_date last change date.
In case of the sample above the table has 6 columns only. When a member is clicked in the top table then it is automatically selected, when it is clicked in the bottom table then it is browsed.
Last updated