Skip to main content
Skip table of contents

Einstellungen der Eingabefelder

[controlSettings]

Hiermit ist es möglich bestimmte Eingabefelder, die im Standardverhalten als Pflichtfelder definiert sind, auf optionale Felder umzustellen.

Einstellbare Eingabefelder

Derzeit können folgende Felder parametrisiert werden:

IdBeschreibung
subjectBetreff-Feld
descriptionBeschreibungsfeld

isOptional

Gibt an, ob es sich um ein Pflichfeld (Wert = False) handelt.

Beispiel

XML
<configuration version="1.2.0">
  <applicationSettings>
 
    ...
 
	<!-- Ermöglicht das Ändern des Verhaltens bestimmter Eingabefelder. -->
	<controlSettings>
		<control id="subject" isOptional="True" />
		<control id="description" isOptional="False" />
	</controlSettings>

    ...
 
  </applicationSettings>
</configuration>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.