jQWidgets jqxBarGauge数值属性
jQWidgets
是一个基于jQuery
的UI组件库,提供了丰富的UI件和工具包括表格、图表、历、菜单等。jqxBarGauge
是jQ
中的一个组件,可以用水平或垂直的条形。jqxBarGauge
提供了多个数值属性,用于设置条形图的最大值、最小值、当前值等。
常用数值属性
以下是jqxBarGauge
中常用的数值属性:
max
:条形图的最大值。min
:条形图的最小值。value
:条形图的当前值。
示例1:设置最大值和最小值
以下是一个示例,演示如何设置条形图的最大值和最小值:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>jQWidgets BarGauge Example</title>
<link rel="stylesheet" href="https://cdn.jqwidgets.com/jquery.jqwidgets/.5.3/jwidgets/styles/jqx.base.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxcore.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxdata.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxbuttons.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxscrollbar.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxgauge.js"></script>
script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxbargauge.js"></script>
</head>
<body>
<div id="jqxBarGauge"></div>
<script>
$(document).ready(function () {
$('#jqxBarGauge').jqxBarGauge({ max: 100, value: 50, min: 0 });
});
</script>
</body>
</html>
在这个示例中,我们使用jqxBarGauge
组件创建了一个条形图,并设置了最大值为100,最小值为0。
示例2:设置当前值
以下是另一个示例,演示如何设置条形图的当前值:
<!DOCTYPE>
<html>
<head>
<meta charset="UTF-8">
<title>jQWidgets BarGauge Example</title>
<link rel="stylesheet" href="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/styles/jqx.base.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxcore.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxdata.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxbuttons.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jq/jqxscrollbar.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxgauge.js"></script>
<script src="https://cdn.jqwidgets.com/jquery.jqwidgets/4.5.3/jqwidgets/jqxbargauge.js"></script>
</head>
<body>
<div id="jqxBarGauge"></div>
<button id="setValue">设置值</button>
<script>
$(document).ready(function () {
$('#jqxBarGauge').jqxBarGauge({ max: 100, value: 50, min: 0 });
$('#setValue').click(function () {
var value = Math.floor(Math.random() * 100);
$('#jqxBarGauge').jqxBarGauge('value', value);
});
});
</script>
</body>
</html>
在这个示例中,我们使用jqxBarGauge
组件创建了一个条形图,并在按钮的点击事件中设置了条形图的当前值。每次点击按钮时,条图的值将随机更改。
综上所述,jqxBarGauge
提供了多个数值属性,用于设置条形图的大值、最小值、当前值等。本文详细介绍了数值属性的使用和示例。
参考链接
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:jQWidgets jqxBarGauge数值属性 - Python技术站