jqwidgets-framework
Version:
jQWidgets is an advanced jQuery, Angular, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
102 lines (89 loc) • 2.98 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title id='Description'>
ReactJS Slider demo. jqxSlider enables you to capture a range of values with two drag handles. You can enable this mode by setting the rangeSlider property to true.
</title>
<link rel="stylesheet" href="../../../jqwidgets/styles/jqx.base.css" type="text/css" />
<script type="text/javascript" src="../../../jqwidgets/jqxcore.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxbuttons.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxslider.js"></script>
<script type="text/javascript" src="../../../scripts/demos.js"></script>
<style type="text/css">
.demo-laptop-catalog-table {
table-layout: fixed;
border-collapse: separate;
}
.demo-laptop-cell {
border: 1px solid #ccc;
}
.demo-laptop-cell-header-content {
top: 5px;
position: relative;
}
.demo-laptop-cell-header {
border: 0px solid #ccc;
border-bottom-width: 1px;
height: 20px;
font-size: 10px;
text-align: center;
font-weight: bold;
vertical-align: middle;
background: #e3e3e3;
}
.demo-laptop-cell-content {
padding-top: 5px;
}
.demo-laptop-cell-price {
padding: 2px 3px 2px 3px;
color: #fff;
float: right;
background: #000;
font-weight: bold;
}
.catalogue {
border: 1px solid #bbb;
padding: 3px;
background: #fff;
}
.options {
width: 200px;
margin-left: 5px;
float: left;
}
.main-container {
padding: 2px;
}
.label {
font-size: 13px;
font-family: Arial;
color: #333;
font-weight: bold;
margin-bottom: 5px;
margin-top: 15px;
width: 100%;
text-align: left;
}
.options-value {
font-size: 11px;
}
.options-container {
padding: 10px;
text-align: center;
}
.resetButton {
margin-top: 35px;
margin-left: 35px;
}
</style>
</head>
<body>
<div class="example-description" style="margin-bottom:3em">
ReactJS Slider demo. jqxSlider enables you to capture a range of values with two drag handles. You can enable this mode by setting the rangeSlider property to true.
</div>
<div id="app"></div>
<script src="../build/slider_rangeslider.bundle.js"></script>
</body>
</html>