UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

29 lines (22 loc) 1.21 kB
<!DOCTYPE html> <html lang="en"> <head> <title id='Description'>Grid Custom Element DragMultipleRows</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1 minimum-scale=1" /> <meta name="description" content="This example shows how to setup a one way drag and drop of multiple Custom element Grid rows to another HTML element." /> <link rel="stylesheet" href="../../../jqwidgets/styles/jqx.base.css" type="text/css" /> <link rel="stylesheet" href="../../../styles/demos.css" type="text/css" /> <script type="text/javascript" src="../../../scripts/webcomponents-lite.min.js"></script> <script type="text/javascript" src="../../../jqwidgets/jqxcore.js"></script> <script type="text/javascript" src="../../../jqwidgets/jqxcore.elements.js"></script> <script type="text/javascript"> </script> </head> <body> <div class="example-description"> This example shows how to setup a one way drag and drop of multiple Custom element Grid rows to another HTML element. </div> <jqx-grid ></jqx-grid> </body> </html>