deoGetAssistantList
deoGetAssistantList(g_application) =>l_assistNameandPlacement/ nil
Description
Returns a list of t_assistant_name and s_placement pairs (called an association list and contains a list of key and value pairs). The default implementation returns all assistants defined by this plugin and super-plugins.
Arguments
Value Returned
|
Returns an association list of all assistant name-placement pairs defined by this plugin and super-plugins. |
|
|
Returns |
|
Example
defmethod( deoGetAssistantList ((this MyPlugin))
'(("Search" right) ( "Tree Assistant" left) ( "OI Assistant" left)))
Return to top