-
Resent Posts
Tags
angular angular components angular grid chart charting ComboBox datagrid grid gridview html5 Grid JavaScript javascript chart javascript grid javascript gridview javascript listbox javascript splitter jQuery jquery chart jquery datagrid jquery grid jquery grid plugin jquery gridview jquery listbox jQuery Plugins jquery splitter jQuery Tree jQuery UI jquery ui grid jQuery UI Plugins jQuery UI Widgets jQuery Widgets jQWidgets jqxchart jqxGrid jqxlistbox jqxsplitter ListBox listbox widget react reactjs split container splitter tree treeview vueCategories
- ANGULAR
- Angular 2
- angular 4
- angular 5
- Angular 6
- ANGULAR GRID
- angular tree
- Angular5
- angular7
- angular8
- AngularJS
- ASP .NET
- ASP.NET Core Tag Helpers
- ASP.NET Core Tag Helpers
- ASP.NET Core Tag Helpers
- Chart
- custom elements
- Grid
- html elements
- JavaScript
- JavaScript Plugins
- JavaScript UI
- JavaScript UI Plugins
- JavaScript UI Widgets
- JavaScript Widgets
- jQuery
- jQuery Plugins
- jQuery UI
- jQuery UI Plugins
- jQuery UI Widgets
- jQuery Widgets
- jQWidgets
- jqxButton
- jqxCalendar
- jqxChart
- jqxCheckBox
- jqxComboBox
- jqxDateTimeInput
- jqxDock
- jqxDropDownList
- jqxExpander
- jqxGrid
- jqxInput
- jqxListBox
- jqxMaskedInput
- jqxMenu
- jqxNavigationBar
- jqxNumberInput
- jqxProgressBar
- jqxRadioButton
- jqxRating
- jqxResponse
- jqxRibbon
- jqxScrollBar
- jqxSlider
- jqxSplitter
- jqxTabs
- jqxTooltip
- jqxTree
- jqxTreeMap
- jqxValidator
- jqxWindow
- PHP
- Pivot Grid
- React
- react grid
- React Javascript Library
- REACTJS
- typescript
- Uncategorized
- VUE
- VUEJS
ReactJS Accordion component
In this blog we are going to introduce our React Accordion component. The Accordion is a list of expandable items. It contains a header section which resembles a Tab and a content section which includes the list of items. The … Continue reading →
Posted in: React, react grid, React Javascript Library, REACTJS
Tagged: Accordion, react components, reactjs
Leave a comment
Nested Navigation Bars
In order to create nested navigation bars, you can do the following: 1. Include the jQuery Framework(jquery-1.7.2.min.js), jQWidgets Framework(jqxcore.js), jqxNavigationBar(jqxnavigationbar.js) and jqxExpander(jqxexpander.js). <link rel=”stylesheet” href=”jqwidgets/styles/jqx.base.css” type=”text/css” /><script type=”text/javascript” src=”scripts/jquery-1.7.2.min.js”></script><script type=”text/javascript” src=”jqwidgets/jqxcore.js”></script><script type=”text/javascript” src=”jqwidgets/jqxexpander.js”></script><script type=”text/javascript” src=”jqwidgets/jqxnavigationbar.js”></script> 2. Create the HTML structure. … Continue reading →
jQWidgets 1.9
We are happy to announce the availability of jQWidgets 1.9. Key new features: jqxSwitchButton jqxSwitchButton is jQuery widget with behavior similar to the jqxToggleButton. It has two states – checked and unchecked (on/off). The user can switch between the different … Continue reading →
Posted in: ASP .NET, JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxButton, jqxCalendar, jqxChart, jqxCheckBox, jqxComboBox, jqxDateTimeInput, jqxDock, jqxDropDownList, jqxExpander, jqxGrid, jqxListBox, jqxMaskedInput, jqxMenu, jqxNavigationBar, jqxNumberInput, jqxProgressBar, jqxRadioButton, jqxRating, jqxScrollBar, jqxSlider, jqxSplitter, jqxTabs, jqxTooltip, jqxTree, jqxWindow, PHP
Tagged: Accordion, button, Calendar, chart, checkbox, checked list, ComboBox, context menu, datagrid, datagridview, datetimepicker, dialog, docking, dragdrop, DropDownList, grid, ListBox, menu, navigation bar, popup window, Tab Control, table, togglebutton, tree, treeview, validation, window
Leave a comment
Announcing jQWidgets 1.1
We are excited to announce the second public release of the jQWidgets suite. What’s New With the quality and performance needed to create modern web-based applications and with easy to use APIs, jQWidgets v1.1 marks the debut of the jqxTree, … Continue reading →
Posted in: jQuery UI Plugins, jQuery UI Widgets, jQWidgets, jqxCalendar, jqxComboBox, jqxDateTimeInput, jqxDropDownList, jqxExpander, jqxListBox, jqxMaskedInput, jqxMenu, jqxNavigationBar, jqxNumberInput, jqxProgressBar, jqxRating, jqxScrollBar, jqxTabs, jqxTooltip, jqxTree
Tagged: Accordion, Calendar, DateTimeInput, jQuery, jQuery ComboBox Widget, jQuery ListBox Widget, jQuery Menu Widget, jQuery Rating Widget, jQuery Tabs Widget, jQuery Tree Widget, jQuery UI Widgets, jQWidgets, MaskedInput, NumberInput, Tabs Plugin, Tabs Widget
Leave a comment
jQuery NavigationBar Widget
This post is about the jQuery NavigationBar(Accordion) widget and will show you how to add it to your page. The NavigationBar widget is a set of collapsible panels that can store a large amount of content in a compact space. … Continue reading →