jQWidgets jqxWindow showCollapseButton 属性
jQWidgets是一个 JavaScript 框架,用于为 PC 和移动设备制作基于 Web 的应用程序。它是一个非常强大、经过优化、独立于平台且得到广泛支持的框架。 jqxWindow用于在应用程序中输入数据或查看信息。
showCollapseButton属性用于设置或获取折叠按钮是否可见。
句法:
- 设置showCollapseButton属性。
$('#jqxWindow').jqxWindow({ showCollapseButton: true });
- 获取showCollapseButton属性。
var showCollapseButton = $('#jqxWindow').jqxWindow('showCollapseButton');
链接文件:从给定链接下载 jQWidgets。在 HTML 文件中,找到下载文件夹中的脚本文件。
示例:下面的示例说明了 jQWidgets 中的 jqxWindow showCollapseButton属性。在此示例中, showCollapseButton设置为true 。
HTML
GeeksforGeeks
jQWidgets jqxWindow showCollapseButton Property
Header
GeeksforGeeks
输出:
参考: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxwindow/jquery-window-api.htm?search=