Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWButtons Hotkey property and the &-sign in Captions
#2
Hi Soren. You can put this code in your form:
Code:
<head>
  <script>
    $(function() {
      document.body.onkeydown = function(e){
        if (e.keyCode == 121) {
          $("#IWBUTTON_GRAVAR").click(); /*F10*/
        }
      };
    });
  </script>
</head>
Reply


Messages In This Thread
RE: IWButtons Hotkey property and the &-sign in Captions - by Jose Nilton Pace - 09-20-2019, 10:43 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)