[TYPO3] additionalParams

Bas van der Togt bas.vander.togt at efocus.nl
Thu Jul 5 16:29:51 CEST 2007


Hello list!

I tried to add some params to my generated print link with the extension 
"tx_cronprintlink_pi1". But i can't get it work. Can somebody help me?

My TS:
obj.header = COA
obj.header {
   10 = TEXT
   10 {
     field = title
     wrap = <div class="title">|</div>
   }

   20 = USER
   20 {
     userFunc = tx_cronprintlink_pi1->main
     include_post_vars = 1
     ignore_post_vars = pass,user,logintype
     target =
     popup =
     popupWindowname =
     popupWindowparams =
     noBlur = 1
     ATagParams = class="smoothbox" title="Printen"
     stdWrap.wrap = <div class="print">|</div>
     additionalParams = &?keepThis=true&TB_iframe=true&width=600&height=400
   }
}

I also tried typolink.additionalParams = 
&?keepThis=true&TB_iframe=true&width=600&height=400

but is did not works too.


Any help would be great!

cheers,
Bas


More information about the TYPO3-english mailing list