DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuration Manual

cdsrc_form_attrbutes offers some basic inside the Extension Manager. Those are described in this chapter. To be able to set this configuration, switch to the Extension Manager and search for the extension "cdsrc_form_attrbutes". Click on it to see the available settings.

The following rules are applied to all properties:

  • Existing attributes can not be replaced.
  • The attribute "data-*" matches all HTML5 attributes beginning with "data-".
  • The default value can be added to the attribute. (example: autocomplete=off)

Property details

additionalAttributesForAllElements

List of additional attributes that will be available for all form fields.

additionalAttributesForButtonElement

List of additional attributes that will be available for "button" fields.

additionalAttributesForCheckboxElement

List of additional attributes that will be available for "input-checkbox" fields.

additionalAttributesForCheckboxGroupElement

List of additional attributes that will be available for all groups of "input-checkbox".

additionalAttributesForFieldsetElement

List of additional attributes that will be available for fieldsets.

additionalAttributesForFileuploadElement

List of additional attributes that will be available for "file" fields.

additionalAttributesForHiddenElement

List of additional attributes that will be available for "input-hidden" fields.

additionalAttributesForImagebuttonElement

List of additional attributes that will be available for "input-image" fields.

additionalAttributesForOptgroupElement

List of additional attributes that will be available for all groups of "options".

additionalAttributesForOptionElement

List of additional attributes that will be available for "option" fields.

additionalAttributesForPasswordElement

List of additional attributes that will be available for "input-password" fields.

additionalAttributesForRadioElement

List of additional attributes that will be available for "input-radio" fields.

additionalAttributesForRadioGroupElement

List of additional attributes that will be available for all groups of "input-radio".

additionalAttributesForResetElement

List of additional attributes that will be available for "input-reset" fields.

additionalAttributesForSelectElement

List of additional attributes that will be available for "select" fields.

additionalAttributesForSubmitElement

List of additional attributes that will be available for "input-submit" fields.

additionalAttributesForTextareaElement

List of additional attributes that will be available for "textarea" fields.

additionalAttributesForTextlineElement

List of additional attributes that will be available for "input-text" fields.