Vorlage:Sp input attributes: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (hat „Vorlage:Sp imput attribute row name“ nach „Vorlage:Sp input attributes“ verschoben) |
|||
(14 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 8: | Zeile 8: | ||
}}{{#ifeq: {{{mode}}} | desc | | }}{{#ifeq: {{{mode}}} | desc | | ||
;<code>name</code> | ;<code>name</code> | ||
− | :Bestimmt den Namen des Eingabefeldes. | + | :Bestimmt den Namen des Feldes.}}}}{{#ifeq: {{{attribute}}} | value | |
− | }} | + | {{#ifeq: {{{mode}}} | row | |
− | }} | + | {{!}} <code>value</code> |
+ | {{!}} [[Text]] | ||
+ | {{!}} Nein | ||
+ | {{!}} None | ||
+ | {{!}} 1 | ||
+ | }}{{#ifeq: {{{mode}}} | desc | | ||
+ | ;<code>value</code> | ||
+ | :Setzt einen Default-Wert für die mit <code>name</code> angegebenen Variable, wenn sie leer ist.}}}}{{#ifeq: {{{attribute}}} | fixvalue | | ||
+ | {{#ifeq: {{{mode}}} | row | | ||
+ | {{!}} <code>fixvalue</code> | ||
+ | {{!}} [[Text]] | ||
+ | {{!}} Nein | ||
+ | {{!}} None | ||
+ | {{!}} 1 | ||
+ | }}{{#ifeq: {{{mode}}} | desc | | ||
+ | ;<code>fixvalue</code> | ||
+ | :Überschreibt jeden vorhandenen Inhalt der mit <code>name</code> bestimmten Variablen mit dem durch <code>fixvalue</code> angegebenen Wert.}}}}{{#ifeq: {{{attribute}}} | type | | ||
+ | {{#ifeq: {{{mode}}} | row | | ||
+ | {{!}} <code>type</code> | ||
+ | {{!}} [[Content-Type]] | ||
+ | {{!}} Nein | ||
+ | {{!}} text | ||
+ | {{!}} 1 | ||
+ | }}{{#ifeq: {{{mode}}} | desc | | ||
+ | ;<code>type</code> | ||
+ | :Der Typ des Eingabefeldes.}}}}{{#ifeq: {{{attribute}}} | locale | | ||
+ | {{#ifeq: {{{mode}}} | row | | ||
+ | {{!}} <code>locale</code> | ||
+ | {{!}} [[Locale]] | ||
+ | {{!}} Nein | ||
+ | {{!}} None | ||
+ | {{!}} 1 | ||
+ | }}{{#ifeq: {{{mode}}} | desc | | ||
+ | ;<code>locale</code> | ||
+ | :Dieses Attribut bestimmt die Mehrsprachigkeit der Variablen.}}}}{{#ifeq: {{{attribute}}} | checked | | ||
+ | {{#ifeq: {{{mode}}} | row | | ||
+ | {{!}} <code>checked</code> | ||
+ | {{!}} [[Condition]] | ||
+ | {{!}} Nein | ||
+ | {{!}} None | ||
+ | {{!}} 1 | ||
+ | }}{{#ifeq: {{{mode}}} | desc | | ||
+ | ;<code>checked</code> | ||
+ | :Gibt an, ob der Radio-Button per default gechecked werden soll. Diese Einstellung gibt es nur so lange, bis eine Auswahl durch den Bearbeiter vorgenommen und gespeichert wurde.}}}}{{#ifeq: {{{attribute}}} | disabled | | ||
+ | {{#ifeq: {{{mode}}} | row | | ||
+ | {{!}} <code>disabled</code> | ||
+ | {{!}} [[Condition]] | ||
+ | {{!}} Nein | ||
+ | {{!}} None | ||
+ | {{!}} 1 | ||
+ | }}{{#ifeq: {{{mode}}} | desc | | ||
+ | ;<code>disabled</code> | ||
+ | :HTML-Attribut (true, false).}}}}{{#ifeq: {{{attribute}}} | readonly | | ||
+ | {{#ifeq: {{{mode}}} | row | | ||
+ | {{!}} <code>readonly</code> | ||
+ | {{!}} [[Condition]] | ||
+ | {{!}} Nein | ||
+ | {{!}} None | ||
+ | {{!}} 1 | ||
+ | }}{{#ifeq: {{{mode}}} | desc | | ||
+ | ;<code>readonly</code> | ||
+ | :HTML-Attribut (true, false).}}}}{{#ifeq: {{{attribute}}} | format | | ||
+ | {{#ifeq: {{{mode}}} | row | | ||
+ | {{!}} <code>format</code> | ||
+ | {{!}} [[Dateformat]] / [[Decimalformat]] | ||
+ | {{!}} Nein | ||
+ | {{!}} None | ||
+ | {{!}} 1 | ||
+ | }}{{#ifeq: {{{mode}}} | desc | | ||
+ | ;<code>format</code> | ||
+ | :Wenn bei <code>type</code> beispielsweise date oder number angegeben wurde, kann <code>format</code> entsprechend des Types die Formatierung bestimmen (dd.MM.yyyy ; #0.00).}}}}{{#ifeq: {{{attribute}}} | dynamics | | ||
+ | {{#ifeq: {{{mode}}} | row | | ||
+ | {{!}} Dynamische Attribute | ||
+ | {{!}} [[Text]] | ||
+ | {{!}} Nein | ||
+ | {{!}} None | ||
+ | {{!}} 1 | ||
+ | }}{{#ifeq: {{{mode}}} | desc | | ||
+ | ;Dynamische Attribute | ||
+ | :Dynamische Attribute sind beliebige HTML-Attribute, die evaluiert und bis zum HTML-Tag durchgereicht werden.}}}} |