[TYPO3-irre] enableControls

Steffen Kamper steffen at sk-typo3.de
Fri May 23 23:40:28 CEST 2008


Hi Olly,

i discovered the enableControls-Array and the only possibility i saw is 
using a hook.

Did i miss something, or is it possible to define this with TCA as well?

I tried 'inlineNewButtonStyle' => 'display:none;' but doesn't affec, seems 
to be used only in a special case.

Reason: i want to deactivate "create record"-link and the delete link. Is 
there a possibility to do so? Would be the easiest way to do something like

'type' => 'inline',
'enableControls' => array (
  'new' => false,
  'delete' => false,
 ),


vg Steffen 




More information about the TYPO3-project-irre mailing list