javascript - Disabling Diagnostic Tool key shortcut -
how can disable sapui5 diagnostic tool @ in application? it's triggered key combination alt + shift + s
stands letter Ś. not run application debug=true
, should false
default. unfortunatelly haven't found answer question in sapui5 documentation. tried put
sap.m.support.off();
line, didn't work me.
looking @ code think can disable setting productive configuration property true.
the configuration needs appear before bootstrap in header.
<script type="text/javascript"> window["sap-ui-config"] = { productive: true }; </script>
i've created jsbin example.
http://jsbin.com/waqiyimo/1/edit
regards, jason
Comments
Post a Comment