array(
'form' => array(
'enctype' => 'multipart/form-data',
'hidden' => array(
''),
'buttons' => array(
'SAVE',
'CANCEL',
// array(
// 'customCode' => ''
// ),
),
),
'maxColumns' => '2',
'widths' => array(
array(
'label' => '10',
'field' => '30'
),
array(
'label' => '10',
'field' => '30'
)
),
'javascript' => '
',
'includes' => array(
array(
'file' => 'include/JSON.js'
),
),
),
'panels' => array(
'LBL_ITEMS_TAB' => array(
array(
array(
'type' => 'tab',
'active' => true
),
),
array(
array(
'name' => 'worker_name',
'label' => 'LBL_WORKER_NAME',
'tabindex' => '101',
'displayParams' => array(
'size' => 50
),
),
),
array(
array(
'name' => 'date',
'label' => 'LBL_DATE',
'tabIndex' => '102',
),
),
array(
array(
'label' => 'LBL_DESCRIPTION',
'name' => 'description',
'displayParams' => array('rows' => 2, 'cols' => 60),
),
),
),
'LBL_ACTIONS' => array(
array(
array(
'type' => 'tab',
),
),
array(
array(
'allCols' => true,
'hideLabel' => true,
'customCode' => "{include file='modules/EcmWorkCards/tpl/EditViewTableEcmActions.tpl'}",
),
),
),
),
);
?>