in my DCA I have field:
as you see in eval there is a 'disable'=>true but it's not working. I read at the reference page (http://www.typolight.org/reference.html) that: "Disables the field (not supported by all field types)" so in this case I assume disable doesn't support the text field. Am I right or do something wrong?Code:'sumaNum' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_antique_books']['sumaNum'], 'default' => 0, 'inputType' => 'text', 'eval' => array('rgxp'=>'digit', 'disable'=>true, 'tl_class'=>'w50 sumnum') ),


Reply With Quote
I have corrected the developer's guide.

Bookmarks