[TYPO3-dam-devel] RFC #9646: DAM does not honour config['selectedListStyle'] and config['itemListStyle']

Michiel Roos [netcreators] michiel at netcreators.com
Mon Dec 8 18:33:29 CET 2008


Hi,


These lines do nothing for me:
$GLOBALS['T3_VAR']['ext']['dam']['TCA']['category_config']['itemListStyle']
= 'width:280px;height:400px;';
$GLOBALS['T3_VAR']['ext']['dam']['TCA']['category_config']['selectedListStyle']
= 'width:260px';


These lines show up in the 'Admin tools->configuration browser', but do
not have the desired effect on the form:
t3lib_div::loadTCA('tx_dam');
$TCA['tx_dam']['columns']['category']['config']['itemListStyle'] =
'width:280px;height:400px;';
$TCA['tx_dam']['columns']['category']['config']['selectedListStyle'] =
'width:260px';

t3lib_div::loadTCA('tx_dam_cat');
$TCA['tx_dam_cat']['columns']['parent_id']['config']['itemListStyle'] =
'width:280px;height:400px;';
$TCA['tx_dam_cat']['columns']['parent_id']['config']['selectedListStyle']
= 'width:260px';

Warm regards,


Michiel Roos

-- 
Netcreators BV :: creation and innovation
www.netcreators.com

Interesse in werken bij Netcreators?
http://www.netcreators.com/bedrijf/vacatures/


More information about the TYPO3-team-dam mailing list