plugin.getSelectedInfoItems
The 'getSelectedInfoItems' function returns an Array of SSG path of the currently selected info items.
- Prototype: plugin.getSelectedInfoItems(iDbPos);
- Parameters:
- iDbPos: a position number (0-based) of the database on the tab control; -1 for the current database.
- Return Value: an Array of the currently selected info items.
- Example:
alert(plugin.getSelectedInfoItems(-1));