Adding your own CSS files
[SINCE Orbeon Forms 2017.1]
In addition to oxf.fr.css.custom.uri, you can also use the following property, which apply only to the Summary page:
Copy <property
as="xs:string"
name="oxf.fr.summary.css.custom.uri.*.*"
value="/forms/acme/assets/acme-summary.css"/> See also Adding your own CSS .
Adding your own JavaScript files
[SINCE Orbeon Forms 2017.1]
In addition to oxf.fr.js.custom.uri, you can also use the following property, which apply only to the Summary page:
Copy <property
as="xs:string"
name="oxf.fr.summary.js.custom.uri.*.*"
value="/forms/acme/assets/acme-summary.js"/> See also Adding your own JavaScript .
Summary page size
Number of rows shown in the Summary page.
Created and Last Modified columns
By default, the Summary page shows a Created and Modified columns:
You can remove either one of those columns by setting the value appropriate property to false:
Buttons on the Summary page
The property configures which buttons are included on the Summary page, and in what order they are shown. Possible buttons are:
home
Action: Navigate to the Form Runner Home page.
review
Action: Navigate to the Detail page in "view" mode to review the selected form data.
pdf
Action: Create a PDF file for the selected form data.
tiff [SINCE Orbeon Forms 2016.1]
Action: Create a TIFF image file for the selected form data.
delete
Action: Delete the selected form data.
duplicate [SINCE Orbeon Forms 4.5]
Action: Duplicate the selected form data (or form definition on the Form Builder Summary page), including attachments.
Usage: Select one or more checkboxes and press the "Duplicate" button. When the operation completes the Summary page refreshes with the new duplicated form data.
new
Action: Navigate to the Detail page in "new" mode to create new form data.