[TYPO3-german] Post Parameter ausgeben

Philipp Gampe philipp.gampe at typo3.org
Mon Aug 4 23:09:08 CEST 2014


Hi Michael H,

Michael H wrote:

> mypage = PAGE
> mypage {
> meinWert = COA_INT
> meinWert {
> 10 = TEXT
> 10 {
> data = GP:search_value
> wrap = <div id="searching">Suche nach... | </div>
> htmlSpecialChars = 1
> }
> }
> }

meinWert ist keine erlaubte Eigenschaft von PAGE und wird also ignoriert:

page = PAGE
page {
  10 = COA_INT
  10.10 = TEXT
  10.10 {
    data = GP:search_value
    wrap = <div id="searching">Suche nach... | </div>
    htmlSpecialChars = 1
  }
}

Wie bereits geschrieben, PAGE unterstützt nur numerische Indizes, sowie die 
in der TypoScript Reference beschriebenen Eigenschaften.

Die TypoScript Reference findest du unter http://docs.typo3.org/

Grüße
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!



More information about the TYPO3-german mailing list