Skip to content

Instantly share code, notes, and snippets.

@sugarknowledge
Created November 7, 2012 19:25
Show Gist options
  • Save sugarknowledge/4033797 to your computer and use it in GitHub Desktop.
Save sugarknowledge/4033797 to your computer and use it in GitHub Desktop.
How to direct a user to the full-form create on a subpanel
<?php
$layout_defs["Accounts"]["subpanel_setup"]["contacts"]["top_buttons"] = array(
array(
'widget_class' => 'SubPanelTopCreateButton',
),
array(
'widget_class' => 'SubPanelTopSelectButton',
'mode' => 'MultiSelect',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment