1 Erklärung
Mittels eines Optiontypes können unterschiedliche Optionstypen für options bzw useroptions im WSC definiert werden.
2 Auflistung aller Optiontypes
Name | Beschreibung | Ab | GitHub Klasse |
aboutMe | Optiontype zur Definierung eines Über mich Feldes, welches anhand des Benutzergruppenrechtes "Maximallänge „Über mich“" und den zensierten Wörtern validiert wird. | - | https://github.com/WoltLab/WCF…outMeOptionType.class.php |
articleCategoryMultiSelect | Optiontype zur Definierung Multi Delect Feldes von Artikel Kategorien. | WSC 3.0 | https://github.com/WoltLab/WCF…electOptionType.class.php |
birthday | Optiontype zur Definierung eines Geburtstagsfeldes. | - | https://github.com/WoltLab/WCF…thdayOptionType.class.php |
boolean | Optiontype zur Definierung eines input type="checkbox" Optiontypes. | - | https://github.com/WoltLab/WCF…oleanOptionType.class.php |
captchaSelect | Optiontype zur Definierung eines Captcha Optiontypes. | - | https://github.com/WoltLab/WCF…electOptionType.class.php |
checkboxes | Optiontype zur Definierung eines input type="checkbox" Optiontypes, das wie ein Array behandelt werden kann. | - | https://github.com/WoltLab/WCF…boxesOptionType.class.php |
contact | Optiontype zur Definierung eines Kontakt Optiontypes, für z.B. das Kontaktformular. | WSC 3.0 | https://github.com/WoltLab/WCF…ctOptionHandler.class.php |
date | Optiontype zur Definierung eines input type="date" Optionstypes. | - | https://github.com/WoltLab/WCF…/DateOptionType.class.php |
desktopNotificationApplicationSelect | Optiontype zur Definierung eines Desktop-Benachrichtigung-Optionstypes. | WSC 3.0 | https://github.com/WoltLab/WCF…/DateOptionType.class.php |
file | Optiontype zur Definierung eines input type="file". | - | https://github.com/WoltLab/WCF…/FileOptionType.class.php |
fileSize | Optiontype zur Definierung von Dateigrößen in Byte. | - | https://github.com/WoltLab/WCF…eSizeOptionType.class.php |
float | Optiontype zur Definierung von Zahlen im Datentyp float. | - | https://github.com/WoltLab/WCF…FloatOptionType.class.php |
highlighters | Optiontype zur Definierung von Highlightern. | WSC 5.2 | https://github.com/WoltLab/WCF…htersOptionType.class.php |
integer | Optiontype zur Definierung von Zahlen im Datentyp integer. | - | https://github.com/WoltLab/WCF…tegerOptionType.class.php |
message | Optiontype zur Definierung eines textarea Feldes inkl. dem WYSIWYG-Editor. | - | https://github.com/WoltLab/WCF…ssageOptionType.class.php |
multiSelect | Optiontype zur Definierung eines select multiple="multiple" Feldes. | - | https://github.com/WoltLab/WCF…electOptionType.class.php |
password | Optiontype zur Definierung eines input type="password" Feldes. | - | https://github.com/WoltLab/WCF…swordOptionType.class.php |
paymentMethodSelect | Optiontype zur Definierung einer Bezahlfunktionsmethode. | - | https://github.com/WoltLab/WCF…electOptionType.class.php |
radioButton | Optiontype zur Definierung von radio Buttons. | - | https://github.com/WoltLab/WCF…uttonOptionType.class.php |
select | Optiontype zur Definierung eines einfachen select Feldes. | - | https://github.com/WoltLab/WCF…electOptionType.class.php |
textareaI18n | Optiontype zur Definierung eines multilingualem textarea Feld. | - | https://github.com/WoltLab/WCF…tI18nOptionType.class.php |
textareaIpAddress | Optiontype zur Definierung eines textarea Feld für IP Adressen. | - | https://github.com/WoltLab/WCF…dressOptionType.class.php |
textarea | Optiontype zur Definierung eines textarea Feld. | - | https://github.com/WoltLab/WCF…tareaOptionType.class.php |
textI18n | Optiontype zur Definierung eines multilingualem input type="text". | - | https://github.com/WoltLab/WCF…aI18nOptionType.class.php |
text | Optiontype zur Definierung eines input type="text". | - | https://github.com/WoltLab/WCF…/TextOptionType.class.php |
timezone | Optiontype zur Definierung einer Zeitzone. | - | https://github.com/WoltLab/WCF…ezoneOptionType.class.php |
url | Optiontype zur Definierung einer URL. | - | https://github.com/WoltLab/WCF…n/URLOptionType.class.php |
userGroup | Optiontype zur Definierung einer Benutzergruppe. | - | https://github.com/WoltLab/WCF…GroupOptionType.class.php |
useroptions | Optiontype zur Definierung eines Benutzerrechtes (userOptions). | - | https://github.com/WoltLab/WCF…tionsOptionType.class.php |