UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

30 lines (22 loc) 948 B
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Advanced DataView Example</title> <link rel="stylesheet" type="text/css" href="chooser.css" /> <link rel="stylesheet" type="text/css" href="../../shared/examples.css" /> <!-- GC --> <script type="text/javascript" src="../../shared/include-ext.js"></script> <script type="text/javascript" src="../../shared/options-toolbar.js"></script> <script type="text/javascript" src="chooser.js"></script> </head> <body> <h1>Advanced DataView Example</h1> <p>This example shows loading a DataView in a Window. Each item has a linked details view, and the DataView supports custom sorting and filtering.</p> <div id="buttons" style="margin:20px;"> </div> <div id="images" style="margin:20px;width:600px;"> </div> </body> </html>