WEB-INF/resources/forms/resources
: if applies to all formsWEB-INF/resources/forms/APP/resources
: if applies to all form in a specific appWEB-INF/resources/forms/APP/FORM/resources
: if applies to a specific with a given app and form nameoxf.fr.detail.model.custom.*.*
property as shown in the example below. The value of the property is a URL which points to a file containing the custom logic. The format of the file is that of an XForms model. The custom content is included in your form's main model, which is identified by fr-form-model
. This means that you have access to your form data in instance fr-form-instance
, for example.oxf.fr.detail.dialogs.custom.*.*
property, as shown in the example below. Each file listed in the value of the property is expected to have a <xxf:dialog>
as the root element.foobar
and displays a message to the user.