Skip to content

Instantly share code, notes, and snippets.

@mikhailkozlov
Last active August 29, 2015 14:02
Show Gist options
  • Save mikhailkozlov/6f45267bcbc0ed51f6cb to your computer and use it in GitHub Desktop.
Save mikhailkozlov/6f45267bcbc0ed51f6cb to your computer and use it in GitHub Desktop.
Here is what we did in custom/Extension/application/Ext/DashletContainer/Containers/MODULE.php
<?php
$dynamicDCActions[] = array(
'label' => 'MODULE',
'action' => "if ( DCMenu.menu ) DCMenu.menu('MODULE','Create MODULE');",
'icon' => "icon_MODULE_32.png"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment