jQWidgets jqxScheduler endAppointmentsUpdate()方法

以下是关于 jQWidgets jqxScheduler endAppointmentsUpdate() 方法的详细攻略。

jQWidgets jqxScheduler endAppointmentsUpdate() 方法

jQWidgets jqxScheduler 的 endAppointmentsUpdate() 方法用于对预约的更新操作。

语法

$('#scheduler').jqxScheduler('endAppointmentsUpdate');

示例

以下两个示例演示了如何使用 endAppointmentsUpdate() 方法。

示例 1

$('#scheduler').jqxScheduler('beginAppointmentsUpdate');
// 更新预约
$('#scheduler').jqxScheduler('endAppointmentsUpdate');

在示例 1 中,我们使用 beginAppointmentsUpdate() 方法开始对预约的更新操作,然后更新预约,最后使用 endAppointmentsUpdate() 方法结束对预约的更新操作。

示例 2

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>jQxScheduler End Appointments Update Method</title>
    <link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/jqx.base.css" type="text/css" />
    <link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/jqx.scheduler.css" type="text/css" />
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jquery-3.5.1.min.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxcore.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxbuttons.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxscrollbar.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxmenu.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxcalendar.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxdatetimeinput.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxtooltip.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxscheduler.js"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            var appointments = [
                {
                    id: 'id1',
                    description: 'Meeting with John',
                    location: 'Room 101',
                    subject: 'Meeting',
                    calendar: 'Room 101',
                    start: new Date(2023, 4, 15, 9, 0, 0),
                    end: new Date(2023, 4, 15, 10, 0, 0)
                },
                {
                    id: 'id2',
                    description: 'Lunch with Mary',
                    location: 'Cafeteria',
                    subject: 'Lunch',
                    calendar: 'Cafeteria',
                    start: new Date(2023, 4, 15, 12, 0, 0),
                    end: new Date(2023, 4, 15, 13, 0, 0)
                }
            ];

            $('#scheduler').jqxScheduler({
                date: new Date(2023, 4, 15),
                width: 800,
                height: 600,
                source: new $.jqx.dataAdapter({
                    datafields: [
                        { name: 'id', type: 'string' },
                        { name: 'description', type: 'string' },
                        { name: 'location', type: 'string' },
                        { name: 'subject', type: 'string' },
                        { name: 'calendar', type: 'string' },
                        { name: 'start', type: 'date' },
                        { name: 'end', type: 'date' }
                    ],
                    localdata: appointments
                }),
                view: 'weekView',
                appointmentDataFields: {
                    from: 'start',
                    to: 'end',
                    id: 'id',
                    description: 'description',
                    location: 'location',
                    subject: 'subject',
                    resourceId: 'calendar'
                },
                resources:
                {
                    colorScheme: 'scheme05',
                    dataField: 'calendar',
                    source: new $.jqx.dataAdapter({
                        datafields: [
                            { name: 'calendar', type: 'string' },
                            { name: 'calendarColor', type: 'string' }
                        ],
                        localdata: [
                            { calendar: 'Room 101', calendarColor: '#F6B26B' },
                            { calendar: 'Cafeteria', calendarColor: '#93C47D' }
                        ]
                    }),
                    view: 'weekView',
                    showDefaultItem: false
                }
            });

            $('#updateButton').click(function () {
                $('#scheduler').jqxScheduler('beginAppointmentsUpdate');
                // 更新预约
                $('#scheduler').jqxScheduler('endAppointmentsUpdate');
            });
        });
    </script>
</head>
<body>
    <div id="scheduler"></div>
    <button id="updateButton">Update Appointments</button>
</body>
</html>

在示例 2 中,我们创建了一个 jqxScheduler 组件,并在页面上添加了一个按钮。当用户单击按钮时,我们使用 beginAppointmentsUpdate() 方法开始对预的更新操作,然后更新预约,最后使用 endAppointmentsUpdate() 方法结束对预约的更新操作。

注意事项

  • endAppointmentsUpdate() 方法用于结束对预约的更新操作。
  • endAppointmentsUpdate() 方法必须与 beginointmentsUpdate() 方法一起使用。
  • endAppointmentsUpdate() 方法可以与 jqxScheduler 方法一起使用。

总之,endAppointmentsUpdate() 方法用于结束对预约的更新。以上两个示例演示了如何使用 endAppointmentsUpdate 方法。

本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:jQWidgets jqxScheduler endAppointmentsUpdate()方法 - Python技术站

(0)
上一篇 2023年5月12日
下一篇 2023年5月12日

相关文章

  • jQuery操作动画完整实例分析

    当用户在你的网站上进行交互时,带有动画效果的交互能够提升用户体验和可视性。jQuery 是一个非常流行的 JavaScript 库,在其中包含了许多动画效果。在本文中,我们将介绍如何使用 jQuery 来创建动画效果。 前置知识 在学习本文之前,需要你熟悉以下内容: 基本的 HTML 和 CSS JavaScript 和 jQuery 的基础语法 jQuer…

    jquery 2023年5月28日
    00
  • jquery+html5时钟特效代码分享(可设置闹钟并且语音提醒)

    jQuery+HTML5时钟特效代码分享攻略 简介 本篇攻略将要介绍如何使用jQuery和HTML5构建一个时钟特效,同时该时钟也支持设置闹钟并且语音提醒。 技术背景 本篇攻略主要使用HTML5中的canvas标签绘制时钟,并通过jQuery来控制时钟的动态效果。而闹钟和语音提醒的功能,则是通过JavaScript在页面中同步实现的。 HTML5时钟绘制 通…

    jquery 2023年5月28日
    00
  • 使用jQuery创建HTML元素的最有效方法

    创建HTML元素是网站开发中的常见任务,jQuery提供了一种快捷便捷的方法来完成这个任务。以下是在使用jQuery创建HTML元素时最有效的方法的详细攻略: 1. 使用jQuery的HTML()方法 在网页中使用jQuery的HTML()方法是一种快速创建HTML元素的有效方法。该方法将一个HTML字符串添加到所选元素中,可以使用该方法来直接创建新的HTM…

    jquery 2023年5月13日
    00
  • jQuery UI对话框option(optionName)方法

    以下是关于 jQuery UI 对话框 option(optionName) 方法的详细攻略: jQuery UI 对话框 option(optionName) 方法 option(optionName) 方法用于获取对话框的选项值。可以使用该方法获取对话框的各种选项值。 语法 selectordialog("option", optio…

    jquery 2023年5月11日
    00
  • jQWidgets jqxGrid focus()方法

    以下是关于“jQWidgets jqxGrid focus()方法”的完整攻略,包含两个示例说明: 简介 jqxGrid 控件的 focus() 方法用于将焦点设置到表格的指定单元格。该方法可以用于控制表格的交互效果。 完整攻略 以下是 jqxGrid 控件 focus() 方法的完整攻略: 将焦点设置到指定单元格 $("#jqxgrid&quot…

    jquery 2023年5月10日
    00
  • jQuery UI Tooltip tooltipClass选项

    jQuery UI Tooltip tooltipClass选项攻略 jQuery UI的Tooltip组件是一个强大的JavaScript库,它提供了许多选项和功能,以便在鼠标悬停在元素上时显示提示信息。以下详细攻略含两个示例,演示如何使用Tooltip tooltipClass选项: 步骤1:引入库 在使用之前,需要先中引入jQuery和jQuery U…

    jquery 2023年5月9日
    00
  • jQuery+AJAX实现无刷新下拉加载更多

    以下是详细讲解“jQuery+AJAX实现无刷新下拉加载更多”的完整攻略。 什么是无刷新下拉加载更多? 通常在一些文章列表,图片列表等需要分页展示的地方,用户需要点击翻页或者下拉刷新才能看到更多的内容,这样体验不太友好,产生了“无刷新下拉加载更多”的需求。在用户下拉到页面底部时,系统自动异步请求后台获取更多的数据,然后自动将数据插入到当前页面中,实现不刷新页…

    jquery 2023年5月27日
    00
  • jQWidgets jqxTreeGrid altRows属性

    jQWidgets jqxTreeGrid altRows 属性 jqxTreeGrid 是 jQWidgets 提供的一个树形表格组件,它可以展示层级结构的数据支持种交互。jqxTreeGrid 提供了 altRows 属性,用于设置交替行的样式。 altRows 属性 altRows 属性用于设置交替行的样式。该属性接受一个布尔值作为参数,表示是否启用交…

    jquery 2023年5月11日
    00
合作推广
合作推广
分享本页
返回顶部