Syntax
| linksMenu_show(X, Y, Sort) |
Parameters
| INT | X | Position X of the menu. -1 for the mouse position.
| | INT | Y | Position Y of the menu. -1 for the mouse position.
| | BOOL | Sort | Default is false. Set to true to sort the menu entries. |
Return value
No value is returned.
Description
Show the links menu, as defined in the XML configuration file.
For more information: xmlSettings.js |
|