Vorlage:Sp input attributes: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 21: | Zeile 21: | ||
;<code>value</code> | ;<code>value</code> | ||
:Setzt einen Default-Wert für das Eingabefeld. | :Setzt einen Default-Wert für das Eingabefeld. | ||
| + | }} | ||
| + | }} | ||
| + | {{#ifeq: {{{attribute}}} | type | | ||
| + | {{#ifeq: {{{mode}}} | row | | ||
| + | {{!}} <code>type</code> | ||
| + | {{!}} [[Content-Type]] | ||
| + | {{!}} Nein | ||
| + | {{!}} text | ||
| + | {{!}} 1 | ||
| + | }}{{#ifeq: {{{mode}}} | desc | | ||
| + | ;<code>type</code> | ||
| + | :Der Type des Eingabefeldes.d. | ||
| + | }} | ||
| + | }} | ||
| + | {{#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 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}}} | 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. | ||
}} | }} | ||
}} | }} | ||
Version vom 11. Juni 2008, 08:22 Uhr