[TYPO3-UG Spain] Coa + Script php

Alberto jimenez alberto.jimenez_sanchez at web.de
Fri Aug 28 12:22:39 CEST 2015


Hola foreros,

Como puedo integar un script de php en un Layout con COA?
Actualmente Solo he conseguido llamar a la funcion  (user_printFormExample) php desde Coa.
Pero me gustaria que todo el script se pudiera mostrar en la colPos = 2.

temp.contentStructure = CASE
temp.contentStructure {
key.field = backend_layout
key.ifEmpty.data = levelfield:-2, backend_layout_next_level, slide
 
 # UID des Backend Layouts
 28 = COA
 28.10 = COA
 28.10 {
 
 10 < styles.content.get
 10.select.where = colPos = 1
 10.wrap = <div class="container" id="Akstelle"><div class="col-md-12 ">|</div></div>
 
 20 < styles.content.get
 20.select.where = colPos = 2
 20.wrap = |
 20= USER
 20.userFunc = user_printFormExample
        
 
 }
  
 } 




Un saludo.


More information about the TYPO3-UG-Spain mailing list