Keys for Grid and Record Panes
This section lists the resource keys for grid panes and record panes.
Resource Key | Reference Value | Description |
---|---|---|
pane_new_label | New | Used as the default label for adding a new record to a collection pane representing a composition reference.
You can override it on specific instances of grid or record panes. |
pane_delete_label | Delete | Used as the default label for deleting an existing record from a collection pane representing a composition reference.
You can override it on specific instances of grid or record panes. |
pane_add_label | Add | Used as the default label for adding a reference to an existing object to a collection pane representing a non-aggregation reference.
You can override it on specific instances of grid or record panes. |
pane_remove_label | Remove | Used as the default label for removing a reference to an existing object from a collection pane representing a non-aggregation reference.
You can override it on specific instances of grid or record panes. |
msgd_pane_confirm_delete_label | Delete {0} selected records? | Used as a confirmation message when users delete multiple records from a multi-select grid pane. |
ssgd_pane_confirm_delete_label | Delete the selected record? | Used as a confirmation message when users delete a single record from a grid pane. |
grid_pane_page_info | \ {0} - {1} of {2}\ | Gives pagination information of the grid pane navigation bar. It shows the number of active records and the total number of records.
For example: 11-20 of 35 |
rp_confirm_delete_label | Delete the current record? | Used as a confirmation message when users delete the displayed record from a record pane. |
nav_first_label | First | Used as the hover help for the record and grid pane control button that navigates users to the first page of records in a paginated grid pane, or to the first record in a record pane. |
nav_last_label | Last | Used as the hover help for the record and grid pane control button that navigates users to the last page of records in a paginated grid pane, or to the last record in a record pane. |
nav_next_label | Next | Used as the hover help for the record and grid pane control button that navigates users to the next page of records in a paginated grid pane, or to the next record in a record pane. |
nav_previous_label | Previous | Used as the hover help for the record and grid pane control button that navigates users to the previous page of records in a paginated grid pane, or to the previous record in a record pane. |
record_record_label | Record | Used only in the record pane navigation panel. Used in combination with record_record_of_label to display "Record x of y" on the User Interface, where x is a drop-down list showing the current record, and y is the total number of records. |
record_record_of_label | of | Used only in the record pane navigation panel. Used in combination with record_record_label to display "Record x of y" on the User Interface, where x is a drop-down list showing the current record, and y is the total number of records. |
record_pane_record_info | Record {0} of {1} | Used only in the record pane navigation panel. Appears in the title of the record number field in the navigation panel. |
accessible_gd_pane_select_row_label | Select row to edit or delete | Accessible Forms: The label for radiogroup/checkbox of the grid pane selection cell in accessible runtime. Rendered as offscreen text. |
accessible_gd_pane_select_all_rows_label | Select all rows | Accessible Forms: The label for radiogroup/checkbox of the multi-select grid pane selection header in accessible runtime. Rendered as offscreen text. |
accessible_gd_pane_normal_col_header_label | Click to sort in ascending order | Accessible Forms: The label used in the header of a grid pane in accessible runtime when sorting is not in effect. |
accessible_gd_pane_asc_ord_col_header_label | Sorted in ascending order. Click to sort in descending order. | Accessible Forms: The label used in the header of a grid pane in accessible runtime when the column is sorted in ascending order. |
accessible_gd_pane_desc_ord_col_header_label | Sorted in descending order. Click to remove sorting. | Accessible Forms: The label used in the header of a grid pane in accessible runtime when the column is sorted in descending order. |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.