jQWidgets 3.9.1

What’s New: – jqxScheduler Agenda View. – jqxScheduler ICalendar import/export. – jqxScheduler Export to Excel, PDF, JSON, XML, HTML, CSV, TSV. – jqxScheduler Appointments Exact Time rendering. – jqxScheduler Week Numbers display in Month View. – jqxDockingLayout method for dynamically … Continue reading
Uncategorized
, , , , , , , , , , , , ,

Leave a comment

Drag and Drop of a jQuery widget

In order to make an object to be draggable, you need to do the following: 1. Include jqxdragdrop.js in your page. 2. Select any HTML element with jQuery. 3. Call the jqxDragDrop constructor. The sample code below demonstrates how to … Continue reading
jQuery, jQuery Plugins, jQuery UI, jqxCalendar
, , , , , , , ,

Leave a comment

Calendar Weekends Style

To enable the weekends CSS style in jqxCalendar, you need to set the ‘enableWeekend’ property to true. After setting the property, the calendar with a ‘classic’ theme will look like in the image below: If you want to change the … Continue reading
jQuery UI, jQuery Widgets, jqxCalendar
, , , , , ,

Leave a comment

jQuery Calendar Localization

The Calendar plugin provides support for localizing its content and dates for different languages and date formats. Each localization is contained within its own file with the language code appended to the name, e.g. jquery.glob.de-DE.js for German. The desired localization … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxCalendar, jqxDateTimeInput
, , , , , , , , , , , , , , , , , , , ,

Leave a comment