Skip to content

Instantly share code, notes, and snippets.

@eggsurplus
Created October 2, 2012 05:11
Show Gist options
  • Select an option

  • Save eggsurplus/3816295 to your computer and use it in GitHub Desktop.

Select an option

Save eggsurplus/3816295 to your computer and use it in GitHub Desktop.
A custom dropdown field utilizing a function
//custom/Extension/modules/Project/Ext/Vardefs/from_template_c.php
$dictionary['Project']['fields']['from_template_c'] = array (
'name' => 'from_template_c',
'vname' => 'LBL_FROM_TEMPLATE',
'function' => 'getProjectTemplates',
'type' => 'enum',
'len' => '100',
'comment' => 'The template that the project was created from.',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment