-
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
ListBox with Drag and Drop
In this post, we will show you how to add a ListBox to a web page and enable its Drag and Drop feature. 1. Every jQWidgets based project must include the following three files: jQuery Framework(jquery-1.7.2.min.js), jQWidgets Core framework file(jqxcore.js) … Continue reading →
Posted in: jQuery, jQuery Plugins, jQuery UI, jqxListBox
Tagged: drag and drop, drag and drop listbox, html5 listbox, javascript listbox, jQuery, jquery listbox, jquery listbox drag drop, jquery listbox plugin, jQuery ListBox Widget, jquery ui listbox, jqxlistbox, list box, list control, list items drag and drop, ListBox, listbox control, listbox dragdrop, listbox plug-in
2 Comments
Bind jQuery ListBox to XML Data
In this post, we will show you how to populate the ListBox from XML Data Source. 1. Add references to the following javascript and CSS files. We will use the Data Adapter plug-in and we need to load the jqxdata.js … Continue reading →
Posted in: 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, jqxListBox
Tagged: bind listbox to xml data, bind listbox to xml data source, Html5, html5 listbox, html5 listbox plugin, javascript listbox, jquery listbox, jquery listbox from xml, jquery listbox plugin, jQuery ListBox Widget, jquery ui listbox, jquery ui listbox plugin, jquery ui listbox widget, jQuery UI Plugins, jQuery UI Widgets, jQWidgets, jqxlistbox, ListBox, listbox plugin, listbox widget, listbox xml data source, load from xml, load listbox from xml, xml data listbox, xml data source
Leave a comment
Synchronize ListBox with HTML Select tag
To synchronize the jqxListBox widget with a ‘Select’ tag, you need to do the following: Initialize the jqxListBox and load its items from the ‘Select’ tag. To achieve this, we will use the ‘loadFromSelect’ method and will pass as parameter … Continue reading →
Posted in: JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxListBox
Tagged: html5 listbox, javascript listbox, javascript widgets, jquery listbox, jQuery UI, jQuery Widgets, jqxlistbox, ListBox, listbox widget, select index, select item at, select item in select tag, select listbox item, select tag, selected listbox index, synchronize listbox and select tag, synchronize with select tag
Leave a comment
Create a ListBox From Unordered List
In this post, we will use the jqxListBox widget and will load its items from unordered list. Let’s create a simple DIV tag with Unordered List inside. <div id=’ListBox’> <ul> <li>About Us</li> <li>Press</li> <li>Investor Relations</li> <li>Corporate Affairs</li> <li>Careers</li> <li>Showcase</li> <li>Events</li> … Continue reading →
Posted in: JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxListBox
Tagged: html5 listbox, javascript listbox, jquery list box, jquery listbox, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxlistbox, list plugin, ListBox, listbox ui, listbox widget, ui listbox
Leave a comment
jQuery ListBox with Images
To add a jQuery ListBox(jqxListBox) with text and image items to your web page, you need to do the following: 1. Add references to the following javascript and css files. <link rel="stylesheet" href="styles/jqx.base.css" type="text/css" /> <link rel="stylesheet" href="styles/jqx.classic.css" type="text/css" /> … Continue reading →
Posted in: JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxListBox
Tagged: check items, check list, check list items, checkbox, checked list, checked list box, html5 listbox, images listbox, javascript check listbox, javascript listbox, jquery checked list box, jquery list box, jquery listbox, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxlistbox, list items with images, list plugin, ListBox, listbox image items, listbox ui, listbox widget, listbox with checkboxes, listbox with images, text and image items, ui listbox
Leave a comment
Populate a ListBox with data from MySQL Database using PHP
In this post we are going to show you how to populate a jQuery ListBox widget with data from MySQL Database using PHP. 1. Create a new file named data.php with the following content in it: <?php /* Connecting to … Continue reading →
Posted in: JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxListBox
Tagged: html5 listbox, javascript listbox, jquery listbox, jquery listbox plugin, jquery ui listbox, List, list control, ListBox, listbox component, listbox control, listbox for jquery, listbox from mysql, listbox plugin, listbox widget, load data from mysql database, populate listbox, ui components, ui listbox, ui listbox component, web listbox
3 Comments
ListBox with CheckBoxes
The ListBox has the capability to show checkboxes for each item in a list. Each item can be checked and unchecked by clicking the checkbox or by using the ‘checkIndex’ and ‘uncheckIndex’ methods. Users are allowed to check any number … Continue reading →
Posted in: JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jqxListBox
Tagged: check items, check list, check list items, checkbox, checked list, checked list box, html5 listbox, javascript check listbox, javascript listbox, jquery checked list box, jquery list box, jquery listbox, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxlistbox, list plugin, ListBox, listbox ui, listbox widget, listbox with checkboxes, ui listbox
Leave a comment
Populating ListBox from UL
In this post we will show you how to populate the jqxListBox with data coming from UL in a few steps. 1. Include the javascript and stylesheet files. <head> <title>jQuery ListBox</title> <link rel="stylesheet" href="../../jqwidgets/styles/jqx.base.css" type="text/css" /> <script type="text/javascript" src="../../scripts/jquery-1.7.1.min.js"></script> <script … Continue reading →
Posted in: JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxListBox
Tagged: html5 listbox, javascript listbox, jquery list box, jquery listbox, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxlistbox, list plugin, ListBox, listbox ui, listbox widget, ui listbox
Leave a comment