Keyboard shortcuts (Hotkeys) - Calling Methods Client/Server-side

0
Hi, I'm trying to implement keyboard shortcuts widget (or simply inject JS code) which calls a certain action/method (Save, Close, Cancel ,Microflow , etc...). The actual JS which listens to the keystrokes is not the issue, but calling a server side method and functions like closing the form are! Any idea/example on this please? Thanks.
asked
1 answers
1

http://apidocs.mendix.com/ should get you on your way.

answered