UNPKG

jqwidgets-scripts-custom

Version:

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

35 lines (34 loc) 1.96 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title id='Description'>React PivotGrid localization example</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/jqxdata.js"></script> <script type="text/javascript" src="../jqwidgets/jqxbuttons.js"></script> <script type="text/javascript" src="../jqwidgets/jqxscrollbar.js"></script> <script type="text/javascript" src="../jqwidgets/jqxmenu.js"></script> <script type="text/javascript" src="../jqwidgets/jqxpivot.js"></script> <script type="text/javascript" src="../jqwidgets/jqxpivotgrid.js"></script> <script type="text/javascript" src="../jqwidgets/jqxtextarea.js"></script> <script type="text/javascript" src="localization.js"></script> <script type="text/javascript" src="../scripts/demos.js"></script> </head> <body class='default'> <div id="app"></div> <script src="../build/pivotgrid_localization.bundle.js"></script> <div class="example-description"> <br /> <h2>Description</h2> <div style="width: 800px;"> This is an example of React Pivot Grid with language localization. Move the mouse over the rows or columns and open the dropdown menu. The menu items will be displayed in German. The react pivot grid uses multiple configurable properties which define various messages and texts displayed on drop-down menus and the pivot designer component interface. All texts and messages are customizable and you can adapt them to any language by defining your custom localization object. For more information check the code inside localization.js to learn how to construct a localization object. </div> </div> </body> </html>