free-jqgrid-fork
Version:
maintained version of free-jqGrid
50 lines (49 loc) • 2.12 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>test.ts: basis validierung of free-jqgrid.d.ts</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="stylesheet" crossorigin="anonymous"
href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/themes/redmond/jquery-ui.min.css"
integrity="sha256-8E4n8iSlFweiKvlVUcqebgRyoPF+KTRid2fm1b6m3GE=">
<link rel="stylesheet" crossorigin="anonymous"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=">
<link rel="stylesheet" href="../../css/ui.jqgrid.css">
<link rel="stylesheet" crossorigin="anonymous"
href="https://cdnjs.cloudflare.com/ajax/libs/qunit/2.9.1/qunit.min.css"
integrity="sha256-auSzF0famxTNy4UEPhsIbVreappiq05iyVaGRArJZZ0=">
<style>
html, body { font-size: 75%; }
.ui-jqgrid .ui-jqgrid-bdiv .myAltRowClass {
background-color: #DCFFFF;
background-image: none;
}
</style>
<script crossorigin="anonymous"
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"
integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ"></script>
<script crossorigin="anonymous"
src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"
integrity="sha256-xNjb53/rY+WmG+4L6tTl9m6PpqknWZvRt0rO1SRnJzw="></script>
<script crossorigin="anonymous"
src="https://cdnjs.cloudflare.com/ajax/libs/qunit/2.9.1/qunit.min.js"
integrity="sha256-87plx4j9q4U/GvwQED8IgDmbPWUnQBvvk6mZKCMrSyU="></script>
<script>
$.jgrid = $.jgrid || {};
$.jgrid.no_legacy_api = true;
</script>
<script src="../../js/jquery.jqGrid.src.js"></script>
</head>
<body>
<div id="outerDiv" style="margin:5px;">
<table id="grid"></table>
</div>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="test.js"></script>
</body>
</html>