update for row collapse
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 18 Dec 2014 20:29:00 +0000 (15:29 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 18 Dec 2014 20:29:00 +0000 (15:29 -0500)
config/settings2.php

index e2c76dd..94226ed 100644 (file)
@@ -16,7 +16,8 @@ $stateHdr = [
     'type'  => 'static',
     'label' => 'State',
     'grid' => 1,
-    'req'   => true
+    'req'   => true,
+    'rcoll' => true
 ];
 $licenseHdr = [
     'type'  => 'static',
@@ -49,7 +50,8 @@ for ($i = 1; $i <= 4; ++$i) {
         'name'  => 'state' . $i,
         'label' => '',
         'grid' => 1,
-        'req'   => $licenseReq
+        'req'   => $licenseReq,
+        'rcoll' => true
     ];
     ${'license'.$i} = [
         'type'  => 'text',
@@ -143,7 +145,8 @@ $eq_classHdr = [
     'type'  => 'static',
     'label' => 'Class of Equipment',
     'grid' => 3,
-    'req'   => false
+    'req'   => false,
+    'rcoll' => true
 ];
 $eq_typeHdr = [
     'type'  => 'static',
@@ -174,7 +177,8 @@ for ($i = 1; $i <= 4; ++$i) {
         'type'  => 'static',
         'label' => '',
         'value' => '<div class="static">'.$titles[$i].'</div>',
-        'grid' => 3
+        'grid' => 3,
+        'rcoll' => true
     ];
     ${'eq_type'.$i} = [
         'type'  => 'text',