jQWidgets jqxButton roundedCorners 属性
jQWidgets是一个 JavaScript 框架,用于为 PC 和移动设备制作基于 Web 的应用程序。它是一个非常强大、经过优化、独立于平台且得到广泛支持的框架。 jqxButton 用于说明一个 jQuery 按钮小部件,它使我们能够在所需的网页上显示一个按钮。
roundedCorners 属性用于启用或禁用圆角实用程序。此外,它会影响支持CSS边框半径的浏览器。它是字符串类型,默认值为'jqx-rc-all'。
它的可能值是:
- 全部
- 最佳
- 底部
- 剩下
- 对
- 右上
- 左上方
- 右下角
- 左下方
句法:
设置roundedCorners属性。
$("#jqxButton").jqxButton({ roundedCorners: 'jqx-rc-t'});
获取roundedCorners属性。
var roundedCourners = $('#jqxButton').jqxButton('roundedCorners');
链接文件:从链接下载 jQWidgets。在 HTML 文件中,找到下载文件夹中的脚本文件。
下面的示例说明了 jQWidgets 中的 jqxButton roundedCorners属性。
例子:
HTML
GeeksforGeeks
jQWidgets jqxButton roundedCorners Property
输出:
参考: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxbutton/jquery-button-api.htm