[TYPO3-german] tt_poll: Ausgabe anpassen

Daniela Waranie news_001 at washammwa.de
Fri Feb 16 16:29:16 CET 2007


Hallo Newsgroup,

ich suche nach einer pfiffigen Idee wie ich, um meine <li> Elemente ein <ul> 
gewraped bekomme.

Folgenden Code müsste ich dazu verändern, nur leider weiß ich nicht wie:

[...]
 plugin.tt_poll >
 plugin.tt_poll = USER
 plugin.tt_poll {
   userFunc = tx_ttpoll->main_poll

   code = VOTEFORM

   pollOutputWidth = {$plugin.tt_poll.pollOutputWidth}

   date_stdWrap.strftime= %e-%m-%y

   voteform < styles.content.mailform
   voteform.layout = <li>###FIELD###</li>
   voteform.stdWrap.wrap =  <div id=voting>|</div>
   voteform.stdWrap.innerWrap.cObject = COA
   voteform.stdWrap.innerWrap.cObject {
          10 = TEXT
          10.value = Abstimmung
          10.wrap = <div>|</div>
          10.textStyle < styles.content.textStyle

          20 = TEXT
          20.value = <span id=maintext>###QUESTION### xxxx</span>
          20.wrap = <div>|</div>
          20.textStyle < styles.content.textStyle
          }
    voteform.data >
    voteform.dataArray {
          10.type = formtype_db = submit
          10.value = Abstimmen
           }

     voteform.radioWrap.textStyle < styles.content.textStyle
     voteform.radioWrap.textStyle.altWrap = <span class=mailform>|</span>
     voteform.no_cache=1
     voteform.noValueInsert=1
     voteform.wrap =
[...]
}


Was muss ich ändern?

Lieben Gruß
Daniela






More information about the TYPO3-german mailing list