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

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -