QCubed v1.1+ Plugins

This page contains a listing of all plugins that are currently available for QCubed 1.1 and above. They can be installed through the QCubed Plugin Manager - just download the zip (click the download link), save it to your computer, then in Plugin Manager, click Add New Plugin and select the file you downloaded.

Here is a  video tutorial that explains the plugin installation process.

Controls for Text Input

  • QAutoCompleteTextBox: Two implementations of auto-complete functionality: matching the user input against a pre-defined list, showing them the matches: server-side (Ajax) and client-side.  Demo | download | discuss?
  • QPhoneTextBox: A subclass of QTextBox, this control validates the input based on the North American phone format of (xxx) xxx-xxxx, and reformats the input if it is entered differently.  Demo | download | discuss?.
  • QEmailTextBox: A subclass of QTextbox, this control makes sure that the input is a valid e-mail address.  Demo | download | discuss.?
  • QMaskTextBox: A subclass of QTextbox, this control allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates,phone numbers, etc).  Demo | download | discuss.?
  • QFCKEditor: Rich-text, WYSIWYG editor: a plugin that bridges QCubed and FCKEditor together. Use it anywhere you would use an HTML text area / multiline QTextBox.  Demo| download | discuss?
  • DialogBoxes: A collection of server-side "modal" dialog boxes: QConfirmationDialog, QTextBoxPromptDialog, QRadioButtonPromptDialog.  Demo | download | discuss?
  • QCaptchaTextBox: A subclass of QTextBox, this control will display a textbox with an image containing a validation code. The Validate method can then be used to prevent Spam.  | Demo | download | discuss?

Other controls

  • QSlidePaginator: a replacement for standard data grid paginator. QSlidePaginator has a text field to enter a page number on which to jump to, and instead of list of page number links, it has jQuery-based slider control to scroll among pages [Demo not yet available] | download | discuss?.
  • QJqDock: Transform a set of images into a Mac-like Dock menu, horizontal or vertical, with icons that grow when you roll over them with the mouse. Uses jQuery.  Demo | download | discuss?.
  • QGoogleMap: renders a Google Map as a QControl with many options, supporting multiple addresses.  Demo | download | discuss.
  • QPage: An extension to QForm that will render the entire XHTML structure, not just the form. [Demo not yet available] | download | discuss?.
  • QReport: Plugin that lets you create simple tabular reports with pagination, using a simple array as source data. [Demo not yet available] | download | discuss?.
  • QDataGridExporterButton: Let your users download the contents of your datagrid as CSV or XLS files  Demo | download | discuss?.
  • QSortable: Plugin that implements the jQuery Sortable plugin to sort an unordered list. [Demo not yet available] | download | discuss?.
  • QJqDateTimePicker: Date and Time picker control based on  a jQuery Plugin that uses the original jQuery datepicker control and adds a couple of sliders to it for time.  Demo | download | discuss?.
  • QTabPanel: a tabular interface using jQuery. Demo not available | download | discuss?. Note that this plugin is only compatible with QCubed 1.1. QCubed 2.0 includes a built-in tab panel control.
  • QSlider: a jQuery-based slider control. It allows the user to pick a value from a range through a nice, graphical slider interface. Demo not available | download | discuss?. Note that this plugin is only compatible with QCubed 1.1; QCubed 2.0 includes a built-in slider control.
  • QCollapsablePanel: A composite control that wraps a header panel with a toggle button and a body panel, which can be collapsed or expanded by clicking the button and/or the header.  Demo | download | discuss?.

Miscellaneous Plugins

  • QFirebug: Plugin that eases debugging of QCubed applications through integration with Firebug, an excellent Firefox extension for Javascript debugging.  Demo | download | discuss?.
  • QVisualEvent: Plugin that eases debugging of QCubed applications showing JS events binding in our application ideal for Javascript debugging. [Demo not yet available] | download | discuss?.
  • QVisualCalendar: Plugin that enable a JS Inline Visual Calendar. [Demo not yet available] | download | discuss?.
  • QObjectDiff: Determine which fields have changed in the QForm since the user last saw it: which fields did they edit.  Demo | download | discuss?.
  • Authentication System: Field based authentication. Fields can be disallowed, read-only or hidden. Different permissions can be configured for each user group using a permission array. Demo not yet available | download | discuss?.
  • QXmlRpc_Client: XML RPC Client. Plugin that offers a client that can access XML-RPC-based services.  Demo | download | discuss?.
  • QSmsMessage: Extends QEmailMessage to enable sending of SMS text messages to mobile phones using QEmailServer.  Demo | download | discuss?.
  • QQConditionRange: Range conditions for QQuery, mainly useful for QDataGrid filters.  Demo | download | discuss?.