Hi,

Ich erzeuge eine Selectbox wie folgt:

lib.stueck = COA_INT
lib.stueck {
  10 = TEXT
  10.value = <label for="theater-pieces">Bitte wählen:</label>

  20 = HMENU
  20 {
    special = directory
    special.value = 3

wrap = <select id="theater-pieces" name="tx_powermail_pi1[theater-pieces]" size="1">|</select>

    1 = TMENU
    1 {
      NO = 1
      NO {
        doNotLinkIt = 1
        stdWrap.wrap = <option value="{title}">|</option>
      }
    }
  }
}


bei option sollte das value-Attribut mit dem Titel gefüllt werden - ich dachte, das geht mit {field:title} oder {title}. Tut's aber nicht. Was mach ich denn da falsch?

Danke!
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an