[TYPO3-UG Italy] Dynamic combo in BE

Mauro Lorenzutti mauro.lorenzutti at webformat.com
Wed Dec 21 14:01:47 CET 2011


Ciao Marco,

> Grazie mille Mauro.
> mi basterebbe anche la versione "meno dinamica". In realtà ho già
> utilizzato campi di tipo "user" con funzioni personalizzate. Mi manca la
> gestione del reload della pagina: mi hai detto di usare: 'requestUpdate'
> => 'nomecampo'.
> Come si configura esattamente nel mio file tca.php ?

Non nel tca.php, devi configurarlo nel ext_tables.php:

es:

[...]
'sortby' => 'sorting',	
'delete' => 'deleted',
'requestUpdate' => 'miocampo',
'enablecolumns' => array (		
	'disabled' => 'hidden',	
	'starttime' => 'starttime',	
	'endtime' => 'endtime',	
	'fe_group' => 'fe_group',
),
[...]

Ciao,
-- 
  Mauro Lorenzutti

e-mail:  mauro.lorenzutti at webformat.com
---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
      Tel +39-0427-926.389  --  Fax +39-0427-927.653
        info at webformat.com  --  http://www.webformat.com
---------------------------------------------------------


More information about the TYPO3-UG-Italy mailing list