jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
47 lines (45 loc) • 2.18 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title id='Description'>
ReactJS Window demo. The jqxWindow provides keyboard navigation once it gains focus (either programmatically or as a result of a user click). When the widget is focused, you can use the keyboard to change its position and size.
</title>
<meta name="description" content="This React Window demo showcases how to navigate with the keyboard the windows"/>
<link rel="stylesheet" href="../../../jqwidgets/styles/jqx.base.css" type="text/css" />
<script type="text/javascript" src="../../../jqwidgets/jqxcore.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxwindow.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxbuttons.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxscrollbar.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxpanel.js"></script>
<script type="text/javascript" src="../../../scripts/demos.js"></script>
<style type="text/css">
.big-image {
float: left;
margin-right: 15px;
margin-bottom: 15px;
border: 1px solid #999;
background: #fff;
padding: 3px;
}
.important-text {
font-size: 13px;
font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
}
.more-text {
font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
color: #444;
font-size: 11px;
font-style: italic;
}
</style>
</head>
<body>
<div class="example-description" style="margin-bottom:3em">
ReactJS Window demo. The jqxWindow provides keyboard navigation once it gains focus (either programmatically or as a result of a user click). When the widget is focused, you can use the keyboard to change its position and size.
</div>
<div id="app"></div>
<script src="../build/window_keyboardnavigation.bundle.js"></script>
</body>
</html>