en:doku:plugin-api-event-menuaction

Event_MenuAction

This event is sent to the plugin when clicking on a menu entry of the plugin.

The event cannot be switched off.

Values

  • (integer) windowhandle - Windowhandle of the current GRT main window
  • (string) id - ID of the clicked menu item
  • (string) label - Menu text of the clicked menu item
  • (boolean) checked - Menu entry with check mark (true) or without (false)

JSON-Source (Example)

{
  "Event_MenuAction":{
    "windowhandle":531876,
    "id":"com.grt.plugin.tester.menu.version",
    "label":"Version",
    "checked":false
  }
}

This website uses only functional necessary cookies.

By clicking on OK, you agree with storing that cookies on your computer for the time of your session.
If you do not agree please leave the website.

Show information about the used cookies.

Show our policies.

  • en/doku/plugin-api-event-menuaction.txt
  • Last modified: 2021/05/30 03:34
  • (external edit)