jQWidgets jqxComplexInput roundedCorners 属性
jQWidgets 是一个 JavaScript 框架,用于为 PC 和移动设备制作基于 Web 的应用程序。它是一个非常强大和优化的框架,独立于平台,并且被广泛支持。 jqxComplexInput 是一个 jQuery 输入小部件,用于输入包含实部和虚部的复数。
roundedCorners 属性用于设置或返回圆角功能。它接受布尔类型值,其默认值为 true。
句法:
设置 roundedCorners 属性。
$('selector').jqxComplexInput({ roundedCorners: Boolean });
返回 roundedCorners 属性。
var roundedCorners = $('selector').jqxComplexInput('roundedCorners');
链接文件:从给定链接 https://www.jqwidgets.com/download/ 下载 jQWidgets。在 HTML 文件中,找到下载文件夹中的脚本文件。
下面的示例说明了 jQWidgets jqxComplexInput roundedCorners 属性。
例子:
HTML
GeeksforGeeks
jQWidgets jqxComplexInput roundedCorners Property
输出:
参考: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxcomplexinput/jquery-complex-input-api.htm