jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
45 lines (43 loc) • 1.66 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title id='Description'>ReactJS Sortable demo. This demo demonstrates jqxSortable displayed as grid.</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/jqxsortable.js"></script>
<script type="text/javascript" src="../../../jqwidgets/globalization/globalize.js"></script>
<script type="text/javascript" src="../../../scripts/demos.js"></script>
<style>
.sortable {
list-style-type: none;
margin: 2px;
padding: 5px;
float: left;
width: 312px;
border: lightblue solid 2px;
}
.sortable div {
margin: 1px;
background-color: lightblue;
border: DodgerBlue solid 1px;
padding: 0;
float: left;
padding-left: 0;
text-align: center;
cursor: pointer;
font-size: 5.8em;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div class="example-description" style="margin-bottom:3em">
ReactJS Sortable demo. This demo demonstrates jqxSortable displayed as grid.
</div>
<div id="app"></div>
<script src="../build/sortable_displayastable.bundle.js"></script>
</body>
</html>