jQWidgets jqxScheduler legendPosition 属性
jQWidgets 是一个 JavaScript 框架,用于为 PC 和移动设备制作基于 Web 的应用程序。它是一个非常强大、经过优化、独立于平台且得到广泛支持的框架。 jqxScheduler 小部件用于在一天、一周、一个月、时间线日、时间线周以及时间线月视图中显示一组约会。
legendPosition 属性用于设置或返回显示的 jqxScheduler 的 legendPosition。它是字符串类型,默认值为底部。
它的可能值是:
- 顶部,和
- 底部。
句法:
设置 legendPosition 属性。
$("#Selector").jqxScheduler({ legendPosition: 'top' });
返回 legendPosition 属性。
var legendPosition = $('#Selector').jqxScheduler('legendPosition');
链接文件:从给定链接下载 jQWidgets。在 HTML 文件中,找到下载文件夹中的脚本文件。
示例:下面的示例说明了 jQWidgets 中的 jqxScheduler legendPosition 属性。
HTML
GeeksforGeeks
jQWidgets jqxScheduler legendPosition
property
输出:
参考: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxscheduler/jquery-scheduler-api.htm?search=