Skip to content

Instantly share code, notes, and snippets.

@eggsurplus
Created July 14, 2014 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eggsurplus/d4c3d6d8e677054dc95c to your computer and use it in GitHub Desktop.
Save eggsurplus/d4c3d6d8e677054dc95c to your computer and use it in GitHub Desktop.
custom/modules/Employees/editviewdefs.php
<?php
$viewdefs ['Employees'] =
array (
'EditView' =>
array (
'templateMeta' =>
array (
'maxColumns' => '2',
'widths' =>
array (
0 =>
array (
'label' => '10',
'field' => '30',
),
1 =>
array (
'label' => '10',
'field' => '30',
),
),
'form' => array('enctype'=>'multipart/form-data'),
//..........more after this....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment