schema.5.0.izpack-userinput-5.0.xsd Maven / Gradle / Ivy
The percentage of left over vertical space to place on top of the components.
A value of 0 is useful to avoid components moving up and down during
dynamic validation where components are shown and hidden. The topBuffer may also
represent the number of pixels to place on top of the components rather than the
percentage of left over space if the rigid attribute is set to true.
When set to true, fields on this panel will be shown as disabled when the field's
conditionid evaluates to false. When set to false or not specified, fields will be
hidden if its conditionid evaluates to false.
The condition to activate the "displayHidden" mode.
Cannot be used with displayHidden="true" at the same time.
When set to true, all fields on this panel will be shown as disabled.
The condition to activate the "readonly" mode.
Cannot be used with readonly="true" at the same time.
When set to true, the topBuffer will represent the number of pixels to place on top
of the components rather than the percentage of left over space to place on top of
the components. This is useful the avoid components moving up and down during
dynamic validation where components are shown and hidden, and where you would still
like a gap to be placed on top of the components.
The summary key attribute will allow your UserInputPanel to be displayed on the
SummaryPanel. The value of the summaryKey attribute within the panel tags represents
the caption/header that will be shown in the SummaryPanel. The value represents the
key of your string defined in your langpacks.
ID of the label translation.
Default text when no label translation can be found.
Used by "check" fields as value when unchecked
Used by "check" fields as value when checked
Used by "button" fields:
ID of the translation or text of the success message if the action or validator
executed without issue.
Used by "search" fields
Used by "search" fields
Used by "search" fields
Required by "search" fields, optional otherwise
Used by "file", "multiFile" fields
Used by "file", "multiFile" fields
Used by "multiFile" fields
Used by "multiFile" fields. Indicates the preferred
width of the field
Used by "multiFile" fields. Indicates the preferred
height of the field
Used by "multiFile" fields. If true, a variable will
be created to hold each file. If false, a single variable will be used;
file names will be concatenated together, separated by a semicolon
Used by "file", "multiFile" "dir", fields
Determines if the directory must exist to continue.
Used by the "dir" field.
Determines if the directory are created if they don't exist.
Used by the "dir" field.
Used by the "rule" field.
How the result should be assembled back from the single field parts of a rule field.
Used by the "rule" field.
This is a string used as the alternative separator string when assembling the result.
Used by the "rule" field when using resultFormat="specialSeparator".
The value for this field forced to be set as initial value and which overrides previous
values.
The default value for this field is the assigned "variable" has not been initialized.
Whether to omit the field variable's value from being written to the auto-install.xml
record initiated from the FinishPanel (if used).
This is a number to define the height of the "textarea" in rows.
Used by the "textarea" field. The default value is 5.
Used by "title" fields to determine the font size
Used by "title" and "divider" fields
The summary key attribute will allow your UserInputPanel field to be displayed on the
SummaryPanel. The value of the summaryKey attribute within the panel tags represents
the label/key that will be shown in the SummaryPanel. The value represents the
key of your string defined in your langpacks. On the SummaryPanel the label/key will be followed by
a space and the value of the variable you are summarizing.
When set to true, this field will be shown as disabled when its
conditionid evaluates to false. When set to false or not specified, this field will be
hidden if its conditionid evaluates to false.
The condition to activate the "displayHidden" mode for this field.
Cannot be used with displayHidden="true" at the same time.
When set to true, this field will be shown as disabled.
The condition to activate the "readonly" mode for this field.
Cannot be used with readonly="true" at the same time.
The tooltip attribute allows a UserInputPanel field to add the specified tooltip to its
component children. The value of tooltip must be the id of the string in langpacks.
Minimal number of rows displayed in a "custom" field.
Used by "custom" fields.
Maximal number of rows displayed in a "custom" field, before the Add button gets deactivated.
Used by "custom" fields.
Used by "search" fields
Used by "radio" fields to look up the language pack to localise the radio button text
Used by "radio" fields for the radio button text if the "id" attribute isn't present or
no localised text could be found
Used to look up the language pack to localise the password label text
Used for the password label text if the "id" attribute isn't present or no localised text could be
found
The class implementing the field processor.
Optional variable name holding the original value before processing.
Optional variable name holding the value after processing.
Indicate the key to be used to obtain the given text from the your cusom action or
validator.
Common names may include 'warn', 'error', 'info', this will become more apparent if
default button actions are implemented.
The translation or text you want to pass to your custom button action class.
Attempts to retrieve text from the appropriate CustomLangPack file.
The class to be run when the button is clicked.
The default text to display on a validation error when no translation can be found for
the "id".
Specifies to return the contents of all fields concatenated into one long string, with
separation between each component.
Specifies to return the contents of all fields together with all separators as specified in the
field format concatenated into one long string.
In this case the resulting string looks just like the user saw it during data entry.
Specifies to return the contents of all fields concatenated into one long string, with a
special separator string inserted in between the individual components.
Specifies to return the contents of all fields using a Processor.
At present only used by "title" fields. Note that "top" and "bottom" are
not applicable to "title" fields.
At present only used by "title" fields. Note that "top" and "bottom" are
not applicable to "title" fields.
At present only used by "title" fields. Note that "top" and "bottom" are
not applicable to "title" fields.
At present only used by "divider" fields. Note that "left", "center" and "right" are
not applicable to "divider" fields.
At present only used by "divider" fields. Note that "left", "center" and "right" are
not applicable to "divider" fields.