jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
151 lines (146 loc) • 8.54 kB
HTML
<html lang="en">
<head>
<title id='Description'>jqxScheduler Keyboard navigation example
</title>
<link rel="stylesheet" href="../../../jqwidgets/styles/jqx.base.css" type="text/css" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1 minimum-scale=1" />
<script type="text/javascript" src="../../../scripts/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxcore.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/jqxdata.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxdate.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxscheduler.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxscheduler.api.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxdatetimeinput.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxmenu.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxcalendar.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxtooltip.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxwindow.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxcheckbox.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxlistbox.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxdropdownlist.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxnumberinput.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxradiobutton.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxinput.js"></script>
<script type="text/javascript" src="../../../jqwidgets/globalization/globalize.js"></script>
<script type="text/javascript" src="../../../jqwidgets/globalization/globalize.culture.de-DE.js"></script>
<script type="text/javascript" src="../../../scripts/demos.js"></script>
<script type="text/javascript">
$(document).ready(function () {
// prepare the data
var source =
{
dataType: 'json',
dataFields: [
{ name: 'id', type: 'string' },
{ name: 'status', type: 'string' },
{ name: 'about', type: 'string' },
{ name: 'address', type: 'string' },
{ name: 'company', type: 'string'},
{ name: 'name', type: 'string' },
{ name: 'style', type: 'string' },
{ name: 'calendar', type: 'string' },
{ name: 'start', type: 'date', format: "yyyy-MM-dd HH:mm" },
{ name: 'end', type: 'date', format: "yyyy-MM-dd HH:mm" }
],
id: 'id',
url: '../../sampledata/appointments.txt'
};
var adapter = new $.jqx.dataAdapter(source);
$("#scheduler").jqxScheduler({
date: new $.jqx.date(2017, 11, 23),
width: getWidth("Scheduler"),
height: 450,
source: adapter,
ready: function () {
$("#scheduler").jqxScheduler('focus');
},
appointmentDataFields:
{
from: "start",
to: "end",
id: "id",
description: "about",
location: "address",
subject: "name",
style: "style",
status: "status"
},
view: 'weekView',
views:
[
'dayView',
'weekView',
'monthView'
]
});
});
</script>
</head>
<body class='default'>
<div id="scheduler"></div>
<div style="font-family: Verdana; font-size: 12px; width: 670px;">
<ul>
<li>
<b>Left Arrow</b> key is pressed - Selects the left cell, when the Scheduler is focused.
<ul>
<li>
Navigates to previous view when <b>Ctrl</b> key is pressed and appointment is not selected.
</li>
<li>Selected appointment is moved left when <b>Ctrl</b> key is pressed.</li>
<li>Selected appointment is resized when <b>Shift</b> key is pressed and it is all day, timelineView or monthView appointment.</li>
<li>Selects left cell and updates the cells selection when <b>Shift</b> key is pressed.</li>
</ul>
</li>
<li>
<b>Right Arrow</b> key is pressed - Selects the right cell, when the Scheduler is focused.
<ul>
<li>
Navigates to next view when <b>Ctrl</b> key is pressed and appointment is not selected.
</li>
<li>Selected appointment is moved right when <b>Ctrl</b> key is pressed.</li>
<li>Selected appointment is resized when <b>Shift</b> key is pressed and it is all day, timelineView or monthView appointment.</li>
<li>Selects right cell and updates the cells selection when <b>Shift</b> key is pressed.</li>
</ul>
</li>
<li>
<b>Up Arrow</b> key is pressed - Selects the cell above, when the Scheduler is focused.
<ul>
<li>Moves to cell selection to the first row when <b>Ctrl</b> key is pressed and cell is selected.</li>
<li>Selected appointment is moved above when <b>Ctrl</b> key is pressed.</li>
<li>Selected appointment is resized when <b>Shift</b> key is pressed and it is dayView or weekView appointment.</li>
<li>Selects the above cell and updates the cells selection when <b>Shift</b> key is pressed.</li>
</ul>
</li>
<li>
<b>Down Arrow</b> key is pressed - Selects the cell below, when the Scheduler is focused.
<ul>
<li>Moves to cell selection to the last row when <b>Ctrl</b> key is pressed and cell is selected.</li>
<li>Selected appointment is moved below when <b>Ctrl</b> key is pressed.</li>
<li>Selected appointment is resized when <b>Shift</b> key is pressed and it is dayView or weekView appointment.</li>
<li>Selects the below cell and updates the cells selection when <b>Shift</b> key is pressed.</li>
</ul>
</li>
<li><b>Enter</b> key is pressed - Opens the Edit Dialog.</li>
<li><b>Esc</b> key is pressed - Cancels dragging or resizing.</li>
<li>
<b>Tab</b> key is pressed - Tabs the selection to next appointment or out of Scheduler.
</li>
<li><b>Shift+Tab</b> keys are pressed - Tabs the selection to previous appointment or to focused cell.</li>
<li><b>Alt</b> key are pressed - When Alt and Number is pressed, the Scheduler toggles Appointments visibility by Resource.</li>
<li><b>Ctrl</b> key is pressed
<ul>
<li>Sets the View when <b>Number</b> key is pressed. For example Ctrl + 1, sets the view to the first view.</li>
<li>Opens the Context Menu when <b>m</b> key is pressed.</li>
<li>Opens the DateTimeInput in the Navigation Toolbar<b>d</b> key is pressed.</li>
</ul>
</ul>
</div>
<div style="position: absolute; bottom: 5px; right: 5px;">
<a href="https://www.jqwidgets.com/" alt="https://www.jqwidgets.com/"><img alt="https://www.jqwidgets.com/" title="https://www.jqwidgets.com/" src="https://www.jqwidgets.com/wp-content/design/i/logo-jqwidgets.png"/></a>
</div>
</body>
</html>