Default valuesFor the latest configuration, see properties-form-builder.xml.
ToolboxYou configure the contents of the toolbox by configuring properties of the form:<property as="xs:string" name="oxf.fb.toolbox.[GROUP].text.uri.*.*" value="[URI LIST]"/>In that property, the value of the group determines a grouping of the controls in the toolbox. The controls are defined by a list of XBL files. For example: <property as="xs:string" name="oxf.fb.toolbox.group.text.uri.*.*" value="oxf:/forms/orbeon/builder/xbl/text-controls.xbl
oxf:/xbl/orbeon/inplace-input/inplace-input.xbl"/>Form Builder uses the first <metadata> element found in the XBL files being loaded to display the title of the group in the toolbox.NOTE: the following property is deprecated:
This optional property specifies an HTTP header name containing a
list of roles used to determine what applications and forms are visible
in Form Builder's summary page.
In the header, roles can be separated by spaces, commas, or pipes ("|").
Furthermore,
role names within the header can optionally be composed of parts in the
form of "name=value", where "name" is specified by this configuration
property, and "value" is the value of the role. The reason for this
logic is to support the following LDAP-related format:
In this example, the following list of roles is produced:
If
oxf.fr.authentication.header.roles.property-name is left blank, then each part is directly considered a role and no parsing into name/value pairs is performed. |