| Trees | Index | Help |
|---|
| Package CMFActionIcons :: Module standard_mappings |
|
ActionIcons tool: standard CMF mappings.
This module makes available a "starter set" of action -> icon mappings. It will be installed by default when the tool is set up, unless an alternate set is provided.
$Id: standard_mappings.py 21452 2005-05-06 18:20:01Z fguillaume $| Function Summary | |
|---|---|
Add the specified mappings to the tool. | |
| Variable Summary | |
|---|---|
tuple |
DEFAULT_MAPPINGS = ({'category': 'object', 'priority': 0...
|
tuple |
FOLDER_ACTIONS = ({'category': 'folder', 'priority': 0, ...
|
tuple |
GLOBAL_ACTIONS = ({'category': 'global', 'priority': 0, ...
|
tuple |
OBJECT_ACTIONS = ({'category': 'object', 'priority': 0, ...
|
tuple |
WORKFLOW_ACTIONS = ({'category': 'workflow', 'priority':...
|
| Function Details |
|---|
installActionIconMappings(tool, mappings=({'category': 'object', 'priority': 0, 'title': 'View', '..., clear_first=1)Add the specified mappings to the tool. o If 'clear_first', then zap existing mappings first. |
| Variable Details |
|---|
FOLDER_ACTIONS
|
GLOBAL_ACTIONS
|
OBJECT_ACTIONS
|
WORKFLOW_ACTIONS
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Jun 27 12:46:59 2005 | http://epydoc.sf.net |