document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Close Kendo Window on ESC key</title>
  5.         <script src="js/jquery.min.js" type="text/javascript">
  6.         </script>
  7.         <script src="js/kendo.web.min.js" type="text/javascript">
  8.         </script>
  9.         <link href="styles/kendo.common.min.css" rel="stylesheet" type="text/css"/>
  10.         <link href="styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
  11.     </head>
');