new
, edit
or view
mode. Here is an example of such buttons:oxf.fr.detail.buttons
oxf.fr.detail.buttons.inner
oxf.fr.detail.buttons.view
refresh
summary
save-final
wizard-prev
wizard-next
review
clear
button is not implemented as processes but handled directly by Form Runner. This is also the case of the pdf
and tiff
buttons, until Orbeon Forms 2016.3. [SINCE Orbeon Forms 2017.1] The pdf
and tiff
buttons are implemented using the open-rendered-format
action.save-draft
button/process name instead of save-progress
.save-progress
and send
button on the page. Their default labels are "Save" and "Send". Each button is automatically associated with processes of the same names, save-progress
and send
. These particular button and process names are standard, but we can customize them specifically for our form. Again, this is done with a property:send
. Just pick a button/process name, say foo
, and then:foo
to the list of buttons for the formfoo
foo
oxf.fr.resource.*.*.en.detail.buttons.send
. With Orbeon Forms 4.6 and newer, the detail
token can and should be omitted.