jQWidgets Last Updated : 15 Jul, 2024 Comments Improve Suggest changes Like Article Like Report jQWidgets is a JavaScript framework for making web-based applications for PC and mobile devices. It is a very powerful and optimized framework, platform-independent, and widely supported. It has more than 60 UI widgets that help to create attractive UI designs. Download and Install jQWidgets Download the jQWidget file in zip format from the https://www.jqwidgets.com/download/ link. After downloading the zip file, extract the files and save them into the folder. After that create a new HTML file and add the jQWidget code into the file and include the widget link inside the head section. Installing jQWidgets using npm: Open Node.js command prompt and run the following command - npm install jqwidgets-framework - demos & scriptsornpm install jqwidgets-scripts - scriptsornpm install jqwidgets-ng - angular modulesTo get the information of jQWidget npm package, use the following command - npm info jqwidgets-frameworkInstalling the jQWidgets Bower Package: Open Node.js command prompt and run the following command - bower install jqwidgetsTo get the information of jQWidget bower package, use the following command bower info jqwidgetsExample: This example describe the basic example. In this example, we will use jqxCalendar widget to create a calendar and added the back text on it using backText Property. HTML <!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="jqwidgets/styles/jqx.base.css" type="text/css" /> <script type="text/javascript" src="scripts/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="jqwidgets/jqxcore.js"></script> <script type="text/javascript" src="jqwidgets/jqxdatetimeinput.js"></script> <script type="text/javascript" src="jqwidgets/jqxcalendar.js"></script> <script type="text/javascript" src="jqwidgets/globalization/globalize.js"></script> <script tyle="text/javascript" src="jqwidgets/jqx-all.js"></script> </head> <body> <center> <h1 style="color: green;"> GeeksforGeeks </h1> <h3> jQWidgets jqxCalendar backText Property </h3> <div id='jqxcal'></div> </center> <script type="text/javascript"> $(document).ready(function () { $("#jqxcal").jqxCalendar({ theme: 'energyblue', width: '400px', height: '300px', enableTooltips: true, backText: 'Back Option' }); }); </script> </body> </html> Output: jQWidgets Complete References jQWidget jqxBarGauge jQWidget jqxBulletChart jQWidget jqxButton jQWidget jqxCalendar jQWidget jqxChart jQWidget jqxCheckBox jQWidget jqxColorPicker jQWidget jqxComboBox jQWidget jqxComplexInput jQWidget jqxDataTable jQWidget jqxDateTimeInput jQWidget jqxDocking jQWidget jqxDragDrop jQWidget jqxDropDownList jQWidget jqxEditor jQWidget jqxExpander jQWidget jqxFileUpload jQWidget jqxForm jQWidget jqxFormattedInput jQWidget jqxGauge jQWidget jqxGrid jQWidget jqxHeatMap jQWidget jqxInput jQWidget jqxKnob jQWidget jqxListBox jQWidget jqxListMenu jQWidget jqxLoader jQWidget jqxMaskedInput jQWidget jqxMenu jQWidget jqxNavBar jQWidget jqxNavigationBar jQWidget jqxNotification jQWidget jqxNumberInput jQWidget jqxPasswordInput jQWidget jqxPopover jQWidget jqxProgressBar jQWidget jqxRadioButton jQWidget jqxRangeSelector jQWidget jqxRating jQWidget jqxResponsivePanel jQWidget jqxRibbon jQWidget jqxScheduler jQWidget jqxScrollBar jQWidget jqxScrollView jQWidget jqxSlider jQWidget jqxSortable jQWidget jqxSplitter jQWidget jqxTabs jQWidget jqxTagCloud jQWidget jqxTextArea jQWidget jqxTimePicker jQWidget jqxToolBar jQWidget jqxTooltip jQWidget jqxTouch jQWidget jqxTree jQWidget jqxTreeGrid jQWidget jqxTreeMap jQWidget jqxValidator jQWidget jqxWindow Comment More infoAdvertise with us Next Article jQWidgets Introduction H hardiksm73 Follow Improve Article Tags : Web Technologies JQuery jQWidgets Similar Reads jQWidgets jQWidgets is a JavaScript framework for making web-based applications for PC and mobile devices. It is a very powerful and optimized framework, platform-independent, and widely supported. It has more than 60 UI widgets that help to create attractive UI designs. Download and Install jQWidgets Downloa 2 min read jQWidgets Introduction jQWidgets is a JavaScript framework for making web-based applications for PC and mobile devices. It is a very powerful and optimized framework, platform-independent, and widely supported. It has more than 60 UI widget that helps to create attractive UI design. Why jQWidgets? jQWidgets is platform-in 2 min read jQWidgets jqxGrid Complete Reference The jqxGrid is used to illustrate a jQuery widget that shows data in tabular form. Moreover, it renders full support for connecting with data, as well as paging, grouping, sorting, filtering, and editing. Property: jQWidgets jqxGrid altrows PropertyjQWidgets jqxGrid altstart PropertyjQWidgets jqxGri 4 min read jQWidgets jqxChart Complete Reference The jqxChart is a lightweight and powerful chart widget written 100% in JavaScript. It offers many advanced features and supports three different rendering technologies â SVG, HTML5 Canvas & VML. Properties: jQWidgets jqxChart animationDuration PropertyjQWidgets jqxChart borderLineColor Property 1 min read jQWidgets jqxScheduler Complete Reference The jqxScheduler widget is used to show a set of appointments in days, weeks, months, timeline day, timeline week as well as timeline month views. Properties: jQWidgets jqxScheduler appointmentOpacity PropertyjQWidgets jqxScheduler appointmentsMinHeight PropertyjQWidgets jqxScheduler appointmentData 2 min read jQWidgets jqxTreeGrid Complete Reference The jqxTreeGrid is used for representing data in a tree-like structure. This widget is useful for displaying multi-column of hierarchical data, data paging, sorting and filtering, data editing, column resizing, fixed columns, conditional formatting, aggregates, and rows selection. These widgets also 2 min read jQWidgets jqxDataTable Complete Reference The jqxDataTable widget is used for reading and displaying the data from the HTML Table. This is also used to display data from various data sources like XML, JSON, Array, CSV, or TSV. Property: jQWidgets jqxDataTable altRows PropertyjQWidgets jqxDataTable aggregatesHeight Property jQWidgets jqxData 2 min read jQWidgets jqxTreeMap Complete Reference The jqxTreeMap displays hierarchical data as a set of nested rectangles. Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches. A leaf node's rectangle has an area proportional to a specified dimension on the data. Properties: jQWidgets j 1 min read jQWidgets jqxEditor Complete Reference The jqxEditor represents an HTML text editor which will create web content easily and can replace your HTML Text Areas. Properties: jQWidgets jqxEditor disabled PropertyjQWidgets jqxEditor editable Property jQWidgets jqxEditor focus() MethodjQWidgets jqxEditor height PropertyjQWidgets jqxEditor line 1 min read jQWidgets jqxRibbon Complete Reference The jqxRibbon widget is used as a tabbed toolbar or mega menu which will only work when you add JavaScript files. Properties: jQWidgets jqxRibbon animationDelay PropertyjQWidgets jqxRibbon animationType PropertyjQWidgets jqxRibbon disabled PropertyjQWidgets jqxRibbon initContent PropertyjQWidgets jq 1 min read Like