'type' => 'static',
'label' => 'State',
'grid' => 1,
- 'req' => true
+ 'req' => true,
+ 'rcoll' => true
];
$licenseHdr = [
'type' => 'static',
'name' => 'state' . $i,
'label' => '',
'grid' => 1,
- 'req' => $licenseReq
+ 'req' => $licenseReq,
+ 'rcoll' => true
];
${'license'.$i} = [
'type' => 'text',
'type' => 'static',
'label' => 'Class of Equipment',
'grid' => 3,
- 'req' => false
+ 'req' => false,
+ 'rcoll' => true
];
$eq_typeHdr = [
'type' => 'static',
'type' => 'static',
'label' => '',
'value' => '<div class="static">'.$titles[$i].'</div>',
- 'grid' => 3
+ 'grid' => 3,
+ 'rcoll' => true
];
${'eq_type'.$i} = [
'type' => 'text',