Default shortcut actions are now a parameter

SVN:trunk[1504]
This commit is contained in:
Denis Flaven
2011-08-24 14:11:57 +00:00
parent c6865cf63d
commit 16b7714139

View File

@@ -410,6 +410,15 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => true,
),
'shortcut_actions' => array(
'type' => 'string',
'description' => 'Actions that are available as direct buttons next to the "Actions" menu',
// examples... not used
'default' => 'UI:Menu:Modify,UI:Menu:New',
'value' => 'UI:Menu:Modify',
'source_of_value' => '',
'show_in_conf_sample' => true,
),
);
public function IsProperty($sPropCode)