Closed zonky2 closed 6 years ago
hotfix add closure wizard - https://github.com/menatwork/MultiColumnWizard/issues/151
'mcw_textwiz' => array ( 'label' => &$GLOBALS['TL_LANG'][$strTblName]['mcw_text'], 'exclude' => true, 'inputType' => 'text', 'eval' => array('style'=>'width:150px'), 'wizard' => function($dc, $objWidget) { //var_dump($dc); die(); return ' ['.date('Y-m-d',time()).']'; } ),
hotfix add closure wizard - https://github.com/menatwork/MultiColumnWizard/issues/151