| appointmentOpacity | bool | false |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler appointment-opacity="0.6" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| appointmentsMinHeight | int | 18 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler appointments-min-height="30" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| appointmentDataFields | string | { allDay: "allDay", background: "background", borderColor: "borderColor", color: "color", description: "description", draggable: "draggable", from: "from", hidden: "hidden", id: "id", location: "location", recurrencePattern: "recurrencePattern", recurrenceException: "recurrenceException", resizable: "resizable", resourceId: "resourceId", readOnly: "readOnly", subject: "subject", style: "style", status: "status", to: "to", tooltip: "tooltip", timeZone: "timeZone" } |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| appointmentTooltips | bool | true |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler appointment-tooltips="false" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| columnsHeight | int | 30 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler columns-height="40" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| contextMenu | bool | true |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler context-menu="false" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| contextMenuOpen | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function contextMenuItemClick() {
}
function contextMenuOpen() {
}
function contextMenuClose() {
}
function contextMenuCreate() {
}
</script>
}
<jqx-scheduler context-menu="true" context-menu-item-click="contextMenuItemClick()" context-menu-create="contextMenuCreate()" context-menu-open="contextMenuOpen()" context-menu-create="contextMenuCreate()" source="Model.Appointments" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" theme="@ViewData["Theme"]" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| contextMenuClose | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function contextMenuItemClick() {
}
function contextMenuOpen() {
}
function contextMenuClose() {
}
function contextMenuCreate() {
}
</script>
}
<jqx-scheduler context-menu="true" context-menu-item-click="contextMenuItemClick()" context-menu-create="contextMenuCreate()" context-menu-open="contextMenuOpen()" context-menu-create="contextMenuCreate()" source="Model.Appointments" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" theme="@ViewData["Theme"]" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| contextMenuItemClick | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function contextMenuItemClick() {
}
function contextMenuOpen() {
}
function contextMenuClose() {
}
function contextMenuCreate() {
}
</script>
}
<jqx-scheduler context-menu="true" context-menu-item-click="contextMenuItemClick()" context-menu-create="contextMenuCreate()" context-menu-open="contextMenuOpen()" context-menu-create="contextMenuCreate()" source="Model.Appointments" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" theme="@ViewData["Theme"]" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| contextMenuCreate | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function contextMenuItemClick() {
}
function contextMenuOpen() {
}
function contextMenuClose() {
}
function contextMenuCreate() {
}
</script>
}
<jqx-scheduler context-menu="true" context-menu-item-click="contextMenuItemClick()" context-menu-create="contextMenuCreate()" context-menu-open="contextMenuOpen()" context-menu-create="contextMenuCreate()" source="Model.Appointments" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" theme="@ViewData["Theme"]" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| changedAppointments | List<string> | [] |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler changed-appointments="changedAppointments" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| disabled | bool | false |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler disabled="true" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| date | jqxdate | new $.jqx.date('todayDate') |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler date="Model.Date" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| dayNameFormat | string | 'full' |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler day-name-format="abbr" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| enableHover | bool | true |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler enable-hover="false" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| editDialog | bool | true |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler edit-dialog="false" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| editDialogDateTimeFormatString | string | "dd/MM/yyyy hh:mm tt" |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler edit-dialog-date-time-format-string="dd-MM-yyyy HH:mm" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| editDialogDateFormatString | string | "dd/MM/yyyy" |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler edit-dialog-date-format-string="dd/MM/yyyy" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| editDialogOpen | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function editDialogOpen() {
}
function editDialogClose() {
}
function editDialogCreate() {
}
function editDialogKeyDown() {
}
</script>
}
<jqx-scheduler source="Model.Appointments" edit-dialog-open="editDialogOpen()" edit-dialog-close="editDialogClose()" edit-dialog-create="editDialogCreate()" edit-dialog-key-down="editDialogKeyDown()" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" theme="@ViewData["Theme"]" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| editDialogCreate | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function editDialogOpen() {
}
function editDialogClose() {
}
function editDialogCreate() {
}
function editDialogKeyDown() {
}
</script>
}
<jqx-scheduler source="Model.Appointments" edit-dialog-open="editDialogOpen()" edit-dialog-close="editDialogClose()" edit-dialog-create="editDialogCreate()" edit-dialog-key-down="editDialogKeyDown()" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" theme="@ViewData["Theme"]" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| editDialogKeyDown | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function editDialogOpen() {
}
function editDialogClose() {
}
function editDialogCreate() {
}
function editDialogKeyDown() {
}
</script>
}
<jqx-scheduler source="Model.Appointments" edit-dialog-open="editDialogOpen()" edit-dialog-close="editDialogClose()" edit-dialog-create="editDialogCreate()" edit-dialog-key-down="editDialogKeyDown()" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" theme="@ViewData["Theme"]" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| editDialogClose | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function editDialogOpen() {
}
function editDialogClose() {
}
function editDialogCreate() {
}
function editDialogKeyDown() {
}
</script>
}
<jqx-scheduler source="Model.Appointments" edit-dialog-open="editDialogOpen()" edit-dialog-close="editDialogClose()" edit-dialog-create="editDialogCreate()" edit-dialog-key-down="editDialogKeyDown()" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" theme="@ViewData["Theme"]" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| exportSettings | string | { serverURL: null, characterSet: null, fileName: "jqxScheduler", dateTimeFormatString: "S", resourcesInMultipleICSFiles: false} |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler export-settings="{ serverURL: null, characterSet: null, fileName: "jqxScheduler", dateTimeFormatString: "S", resourcesInMultipleICSFiles: false}" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| height | int | 600 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler height="600" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| legendPosition | string | "bottom" |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler legend-position="top" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| legendHeight | int | 34 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler legend-height="40" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| localization | string | |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script>
function getLocalization(culture) {
var localization = null;
switch (culture) {
case "de":
localization =
{
// separator of parts of a date (e.g. '/' in 11/05/1955)
'/': "/",
// separator of parts of a time (e.g. ':' in 05:44 PM)
':': ":",
// the first day of the week (0 = Sunday, 1 = Monday, etc)
firstDay: 1,
days: {
// full day names
names: ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"],
// abbreviated day names
namesAbbr: ["Sonn", "Mon", "Dien", "Mitt", "Donn", "Fre", "Sams"],
// shortest day names
namesShort: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]
},
months: {
// full month names (13 months for lunar calendards -- 13th month should be "" if not lunar)
names: ["Januar", "Februar", "M�rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember", ""],
// abbreviated month names
namesAbbr: ["Jan", "Feb", "M�r", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dez", ""]
},
// AM and PM designators in one of these forms:
// The usual view, and the upper and lower case versions
// [standard,lowercase,uppercase]
// The culture does not use AM or PM (likely all standard date formats use 24 hour time)
// null
AM: ["AM", "am", "AM"],
PM: ["PM", "pm", "PM"],
eras: [
// eras in reverse chronological order.
// name: the name of the era in this culture (e.g. A.D., C.E.)
// start: when the era starts in ticks (gregorian, gmt), null if it is the earliest supported era.
// offset: offset in years from gregorian calendar
{ "name": "A.D.", "start": null, "offset": 0 }
],
twoDigitYearMax: 2029,
patterns: {
// short date pattern
d: "M/d/yyyy",
// long date pattern
D: "dddd, MMMM dd, yyyy",
// short time pattern
t: "h:mm tt",
// long time pattern
T: "h:mm:ss tt",
// long date, short time pattern
f: "dddd, MMMM dd, yyyy h:mm tt",
// long date, long time pattern
F: "dddd, MMMM dd, yyyy h:mm:ss tt",
// month/day pattern
M: "MMMM dd",
// month/year pattern
Y: "yyyy MMMM",
// S is a sortable format that does not vary by culture
S: "yyyy\u0027-\u0027MM\u0027-\u0027dd\u0027T\u0027HH\u0027:\u0027mm\u0027:\u0027ss",
// formatting of dates in MySQL DataBases
ISO: "yyyy-MM-dd hh:mm:ss",
ISO2: "yyyy-MM-dd HH:mm:ss",
d1: "dd.MM.yyyy",
d2: "dd-MM-yyyy",
d3: "dd-MMMM-yyyy",
d4: "dd-MM-yy",
d5: "H:mm",
d6: "HH:mm",
d7: "HH:mm tt",
d8: "dd/MMMM/yyyy",
d9: "MMMM-dd",
d10: "MM-dd",
d11: "MM-dd-yyyy"
},
backString: "Vorhergehende",
forwardString: "N�chster",
toolBarPreviousButtonString: "Vorhergehende",
toolBarNextButtonString: "N�chster",
emptyDataString: "Nokeine Daten angezeigt",
loadString: "Loading...",
clearString: "L�schen",
todayString: "Heute",
dayViewString: "Tag",
weekViewString: "Woche",
monthViewString: "Monat",
timelineDayViewString: "Zeitleiste Day",
timelineWeekViewString: "Zeitleiste Woche",
timelineMonthViewString: "Zeitleiste Monat",
loadingErrorMessage: "Die Daten werden noch geladen und Sie k�nnen eine Eigenschaft nicht festgelegt oder eine Methode aufrufen . Sie k�nnen tun, dass, sobald die Datenbindung abgeschlossen ist. jqxScheduler wirft die ' bindingComplete ' Ereignis, wenn die Bindung abgeschlossen ist.",
editRecurringAppointmentDialogTitleString: "Bearbeiten Sie wiederkehrenden Termin",
editRecurringAppointmentDialogContentString: "Wollen Sie nur dieses eine Vorkommen oder die Serie zu bearbeiten ?",
editRecurringAppointmentDialogOccurrenceString: "Vorkommen bearbeiten",
editRecurringAppointmentDialogSeriesString: "Bearbeiten Die Serie",
editDialogTitleString: "Termin bearbeiten",
editDialogCreateTitleString: "Erstellen Sie Neuer Termin",
contextMenuEditAppointmentString: "Termin bearbeiten",
contextMenuCreateAppointmentString: "Erstellen Sie Neuer Termin",
editDialogSubjectString: "Subjekt",
editDialogLocationString: "Ort",
editDialogFromString: "Von",
editDialogToString: "Bis",
editDialogAllDayString: "Den ganzen Tag",
editDialogExceptionsString: "Ausnahmen",
editDialogResetExceptionsString: "Zur�cksetzen auf Speichern",
editDialogDescriptionString: "Bezeichnung",
editDialogResourceIdString: "Kalender",
editDialogStatusString: "Status",
editDialogColorString: "Farbe",
editDialogColorPlaceHolderString: "Farbe w�hlen",
editDialogTimeZoneString: "Zeitzone",
editDialogSelectTimeZoneString: "W�hlen Sie Zeitzone",
editDialogSaveString: "Sparen",
editDialogDeleteString: "L�schen",
editDialogCancelString: "Abbrechen",
editDialogRepeatString: "Wiederholen",
editDialogRepeatEveryString: "Wiederholen alle",
editDialogRepeatEveryWeekString: "woche(n)",
editDialogRepeatEveryYearString: "Jahr (en)",
editDialogRepeatEveryDayString: "Tag (e)",
editDialogRepeatNeverString: "Nie",
editDialogRepeatDailyString: "T�glich",
editDialogRepeatWeeklyString: "W�chentlich",
editDialogRepeatMonthlyString: "Monatlich",
editDialogRepeatYearlyString: "J�hrlich",
editDialogRepeatEveryMonthString: "Monate (n)",
editDialogRepeatEveryMonthDayString: "Day",
editDialogRepeatFirstString: "erste",
editDialogRepeatSecondString: "zweite",
editDialogRepeatThirdString: "dritte",
editDialogRepeatFourthString: "vierte",
editDialogRepeatLastString: "letzte",
editDialogRepeatEndString: "Ende",
editDialogRepeatAfterString: "Nach",
editDialogRepeatOnString: "Am",
editDialogRepeatOfString: "von",
editDialogRepeatOccurrencesString: "Eintritt (e)",
editDialogRepeatSaveString: "Vorkommen Speichern",
editDialogRepeatSaveSeriesString: "Save Series",
editDialogRepeatDeleteString: "Vorkommen l�schen",
editDialogRepeatDeleteSeriesString: "Series l�schen",
editDialogStatuses:
{
free: "Frei",
tentative: "Versuchsweise",
busy: "Besch�ftigt",
outOfOffice: "Ausserhaus"
}
}
break;
case "en":
default:
localization =
{
// separator of parts of a date (e.g. '/' in 11/05/1955)
'/': "/",
// separator of parts of a time (e.g. ':' in 05:44 PM)
':': ":",
// the first day of the week (0 = Sunday, 1 = Monday, etc)
firstDay: 0,
days: {
// full day names
names: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
// abbreviated day names
namesAbbr: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
// shortest day names
namesShort: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]
},
months: {
// full month names (13 months for lunar calendards -- 13th month should be "" if not lunar)
names: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ""],
// abbreviated month names
namesAbbr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", ""]
},
// AM and PM designators in one of these forms:
// The usual view, and the upper and lower case versions
// [standard,lowercase,uppercase]
// The culture does not use AM or PM (likely all standard date formats use 24 hour time)
// null
AM: ["AM", "am", "AM"],
PM: ["PM", "pm", "PM"],
eras: [
// eras in reverse chronological order.
// name: the name of the era in this culture (e.g. A.D., C.E.)
// start: when the era starts in ticks (gregorian, gmt), null if it is the earliest supported era.
// offset: offset in years from gregorian calendar
{ "name": "A.D.", "start": null, "offset": 0 }
],
twoDigitYearMax: 2029,
patterns: {
// short date pattern
d: "M/d/yyyy",
// long date pattern
D: "dddd, MMMM dd, yyyy",
// short time pattern
t: "h:mm tt",
// long time pattern
T: "h:mm:ss tt",
// long date, short time pattern
f: "dddd, MMMM dd, yyyy h:mm tt",
// long date, long time pattern
F: "dddd, MMMM dd, yyyy h:mm:ss tt",
// month/day pattern
M: "MMMM dd",
// month/year pattern
Y: "yyyy MMMM",
// S is a sortable format that does not vary by culture
S: "yyyy\u0027-\u0027MM\u0027-\u0027dd\u0027T\u0027HH\u0027:\u0027mm\u0027:\u0027ss",
// formatting of dates in MySQL DataBases
ISO: "yyyy-MM-dd hh:mm:ss",
ISO2: "yyyy-MM-dd HH:mm:ss",
d1: "dd.MM.yyyy",
d2: "dd-MM-yyyy",
d3: "dd-MMMM-yyyy",
d4: "dd-MM-yy",
d5: "H:mm",
d6: "HH:mm",
d7: "HH:mm tt",
d8: "dd/MMMM/yyyy",
d9: "MMMM-dd",
d10: "MM-dd",
d11: "MM-dd-yyyy"
},
agendaViewString: "Agenda",
agendaAllDayString: "all day",
agendaDateColumn: "Date",
agendaTimeColumn: "Time",
agendaAppointmentColumn: "Appointment",
backString: "Back",
forwardString: "Forward",
toolBarPreviousButtonString: "previous",
toolBarNextButtonString: "next",
emptyDataString: "No data to display",
loadString: "Loading...",
clearString: "Clear",
todayString: "Today",
dayViewString: "Day",
weekViewString: "Week",
monthViewString: "Month",
timelineDayViewString: "Timeline Day",
timelineWeekViewString: "Timeline Week",
timelineMonthViewString: "Timeline Month",
loadingErrorMessage: "The data is still loading and you cannot set a property or call a method. You can do that once the data binding is completed. jqxScheduler raises the 'bindingComplete' event when the binding is completed.",
editRecurringAppointmentDialogTitleString: "Edit Recurring Appointment",
editRecurringAppointmentDialogContentString: "Do you want to edit only this occurrence or the series?",
editRecurringAppointmentDialogOccurrenceString: "Edit Occurrence",
editRecurringAppointmentDialogSeriesString: "Edit The Series",
editDialogTitleString: "Edit Appointment",
editDialogCreateTitleString: "Create New Appointment",
contextMenuEditAppointmentString: "Edit Appointment",
contextMenuCreateAppointmentString: "Create New Appointment",
editDialogSubjectString: "Subject",
editDialogLocationString: "Location",
editDialogFromString: "From",
editDialogToString: "To",
editDialogAllDayString: "All day",
editDialogExceptionsString: "Exceptions",
editDialogResetExceptionsString: "Reset on Save",
editDialogDescriptionString: "Description",
editDialogResourceIdString: "Owner",
editDialogStatusString: "Status",
editDialogColorString: "Color",
editDialogColorPlaceHolderString: "Select Color",
editDialogTimeZoneString: "Time Zone",
editDialogSelectTimeZoneString: "Select Time Zone",
editDialogSaveString: "Save",
editDialogDeleteString: "Delete",
editDialogCancelString: "Cancel",
editDialogRepeatString: "Repeat",
editDialogRepeatEveryString: "Repeat every",
editDialogRepeatEveryWeekString: "week(s)",
editDialogRepeatEveryYearString: "year(s)",
editDialogRepeatEveryDayString: "day(s)",
editDialogRepeatNeverString: "Never",
editDialogRepeatDailyString: "Daily",
editDialogRepeatWeeklyString: "Weekly",
editDialogRepeatMonthlyString: "Monthly",
editDialogRepeatYearlyString: "Yearly",
editDialogRepeatEveryMonthString: "month(s)",
editDialogRepeatEveryMonthDayString: "Day",
editDialogRepeatFirstString: "first",
editDialogRepeatSecondString: "second",
editDialogRepeatThirdString: "third",
editDialogRepeatFourthString: "fourth",
editDialogRepeatLastString: "last",
editDialogRepeatEndString: "End",
editDialogRepeatAfterString: "After",
editDialogRepeatOnString: "On",
editDialogRepeatOfString: "of",
editDialogRepeatOccurrencesString: "occurrence(s)",
editDialogRepeatSaveString: "Save Occurrence",
editDialogRepeatSaveSeriesString: "Save Series",
editDialogRepeatDeleteString: "Delete Occurrence",
editDialogRepeatDeleteSeriesString: "Delete Series",
editDialogStatuses:
{
free: "Free",
tentative: "Tentative",
busy: "Busy",
outOfOffice: "Out of Office"
},
loadingErrorMessage: "The data is still loading and you cannot set a property or call a method. You can do that once the data binding is completed. jqxScheduler raises the 'bindingComplete' event when the binding is completed.",
}
break;
}
return localization;
}
var localization = getLocalization("de");
</script>
}
<jqx-scheduler localization="{{localization}}" source="Model.Appointments" render-appointment="renderAppointment()" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| min | jqxdate | new $.jqx.date(0) |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler min="new $.jqx.date(2015, 1, 1)" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| max | jqxdate | new $.jqx.date(9999, 12, 31), |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler max="new $.jqx.date(2015, 1, 1)" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| ready | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler ready="ready" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| renderAppointment | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function rendering() {
}
function rendered() {
}
function renderAppointment(data) {
data.style = "#447F6E";
return data;
}
</script>
}
<jqx-scheduler render-appointment="renderAppointment()" rendering="rendering()" rendered="rendered()" source="Model.Appointments" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| rendering | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function rendering() {
}
function rendered() {
}
function renderAppointment(data) {
data.style = "#447F6E";
return data;
}
</script>
}
<jqx-scheduler render-appointment="renderAppointment()" rendering="rendering()" rendered="rendered()" source="Model.Appointments" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| rendered | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
@section scripts {
<script type="text/javascript">
function rendering() {
}
function rendered() {
}
function renderAppointment(data) {
data.style = "#447F6E";
return data;
}
</script>
}
<jqx-scheduler render-appointment="renderAppointment()" rendering="rendering()" rendered="rendered()" source="Model.Appointments" {{configuration}} show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| rtl | bool | false |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler rtl="true" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| resources | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler resources="Model.Resources" source="Model.Appointments" show-legend="true" view="WeekView" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| rowsHeight | int | 27 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler rows-height="40" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| showToolbar | bool | true |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler show-toolbar="false" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| showLegend | bool | false |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler show-legend="true" source="Model.Appointments" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| scrollBarSize | int | 15 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler scroll-bar-size="20" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| source | string | null |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| statuses | string | { free: "white", tentative: "tentative", busy: "transparent", outOfOffice: "#800080" } |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler statuses="{free: "green", tentative: "tentative", busy: "transparent", doNotDisturb: "orange", outOfOffice: "#800080"
}" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| touchRowsHeight | int | 37 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler touch-rows-height="40" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| theme | string | '' |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler theme="energyblue" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| touchAppointmentsMinHeight | int | 27 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler touch-appointments-min-height="40" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| touchScrollBarSize | int | 18 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler touch-scroll-bar-size="20" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| timeZone | string | |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler time-zone="UTC" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| touchDayNameFormat | string | 'abbr' |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler touch-day-name-format="abbr" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| toolBarRangeFormat | string | 'dd MMMM yyyy' |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler tool-bar-range-format="dd MM yyyy" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| toolBarRangeFormatAbbr | string | 'dd MM yyyy' |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler tool-bar-range-format-abbr="dd MM yy" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| toolbarHeight | int | 54 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler toolbar-height="60" source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| views | List<string> | ['dayView', 'weekView', 'monthView'] |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| view | string | |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
| width | int | 800 |
|
Sets or gets the <script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
|
||
Events |
||
| appointmentChange | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-appointment-change="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| appointmentClick | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-appointment-click="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| appointmentDoubleClick | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-appointment-double-click="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| appointmentDelete | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-appointment-delete="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| appointmentAdd | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-appointment-add="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| bindingComplete | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-binding-complete="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| cellClick | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-cell-click="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| cellDoubleClick | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-cell-double-click="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| contextMenuOpen | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-context-menu-open="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| contextMenuClose | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-context-menu-close="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| contextMenuItemClick | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-context-menu-item-click="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| contextMenuCreate | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-context-menu-create="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| dateChange | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-date-change="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| editRecurrenceDialogOpen | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-edit-recurrence-dialog-open="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| editRecurrenceDialogClose | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-edit-recurrence-dialog-close="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| editDialogCreate | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-edit-dialog-create="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| editDialogOpen | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-edit-dialog-open="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| editDialogClose | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-edit-dialog-close="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
| viewChange | Event | |
Code examples
Bind to the
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler on-view-change="eventHandler()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function eventHandler(event) {
}
</script>
}
|
||
Methods |
||
| addAppointment | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["addAppointment"]({ id: 'id6', subject: 'Interview with Nancy', calendar: 'Room 4', start: new Date(2017, 10, 26, 14, 0, 0), end: new Date(2017, 10, 26, 16, 0, 0) });
}
</script>
}
|
||
| beginAppointmentsUpdate | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["beginAppointmentsUpdate"]();
}
</script>
}
|
||
| clearAppointmentsSelection | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["clearAppointmentsSelection"]();
}
</script>
}
|
||
| clearSelection | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["clearSelection"]();
}
</script>
}
|
||
| closeMenu | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["closeMenu"]();
}
</script>
}
|
||
| closeDialog | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["closeDialog"]();
}
</script>
}
|
||
| deleteAppointment | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["deleteAppointment"](1);
}
</script>
}
|
||
| destroy | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["destroy"]();
}
</script>
}
|
||
| endAppointmentsUpdate | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["endAppointmentsUpdate"]();
}
</script>
}
|
||
| ensureAppointmentVisible | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["ensureAppointmentVisible"](1);
}
</script>
}
|
||
| ensureVisible | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["ensureVisible"](new $.jqx.date(2017,10,10),1);
}
</script>
}
|
||
| exportData | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["exportData"]('xls');
}
</script>
}
|
||
| focus | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["focus"]();
}
</script>
}
|
||
| getAppointmentProperty | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["getAppointmentProperty"](1,'Item1');
}
</script>
}
|
||
| getSelection | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
var result = instance["getSelection"]();
}
</script>
}
|
||
| getAppointments | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
var result = instance["getAppointments"]();
}
</script>
}
|
||
| getDataAppointments | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
var result = instance["getDataAppointments"]();
}
</script>
}
|
||
| hideAppointmentsByResource | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["hideAppointmentsByResource"](1);
}
</script>
}
|
||
| openMenu | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["openMenu"](10,20);
}
</script>
}
|
||
| openDialog | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["openDialog"](10,20);
}
</script>
}
|
||
| selectAppointment | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["selectAppointment"](1);
}
</script>
}
|
||
| setAppointmentProperty | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["setAppointmentProperty"](1,'status','busy');
}
</script>
}
|
||
| selectCell | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["selectCell"](1,false,1);
}
</script>
}
|
||
| showAppointmentsByResource | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["showAppointmentsByResource"](1);
}
</script>
}
|
||
| scrollWidth | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
var result = instance["scrollWidth"]();
}
</script>
}
|
||
| scrollHeight | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
var result = instance["scrollHeight"]();
}
</script>
}
|
||
| scrollLeft | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["scrollLeft"](10);
}
</script>
}
|
||
| scrollTop | Method | |
<script src="~/jqwidgets/jqxdate.js"></script>
<script src="~/jqwidgets/jqxcalendar.js"></script>
<script src="~/jqwidgets/jqxdatetimeinput.js"></script>
<script src="~/jqwidgets/globalization/globalize.js"></script>
<script src="~/jqwidgets/jqxbuttons.js"></script>
<script src="~/jqwidgets/jqxlistbox.js"></script>
<script src="~/jqwidgets/jqxdropdownlist.js"></script>
<script src="~/jqwidgets/jqxwindow.js"></script>
<script src="~/jqwidgets/jqxpasswordinput.js"></script>
<script src="~/jqwidgets/jqxinput.js"></script>
<script src="~/jqwidgets/jqxradiobutton.js"></script>
<script src="~/jqwidgets/jqxcheckbox.js"></script>
<script src="~/jqwidgets/jqxscrollbar.js"></script>
<script src="~/jqwidgets/jqxscheduler.js"></script>
<script src="~/jqwidgets/jqxscheduler.api.js"></script>
<script src="~/jqwidgets/jqxnumberinput.js"></script>
@model jQWidgets.AspNet.Core.Models.jQWidgetsDemosContext
@using jQWidgets.AspNetCore.Mvc.TagHelpers;
@{
ViewData["Title"] = "ASP .NET MVC Scheduler Example";
}
<jqx-scheduler source="Model.Appointments" show-legend="true" view="WeekView" resources="Model.Resources" appointment-data-fields="Model.AppointmentDataFields" date="Model.Date" width="850" height="600" instance="getInstance()">
<jqx-scheduler-views>
<jqx-scheduler-view type="DayView"></jqx-scheduler-view>
<jqx-scheduler-view type="WeekView"></jqx-scheduler-view>
<jqx-scheduler-view type="MonthView"></jqx-scheduler-view>
</jqx-scheduler-views>
</jqx-scheduler>
@section scripts {
<script type="text/javascript">
function getInstance(instance) {
instance["scrollTop"](10);
}
</script>
}
|
||