jQuery UI elements

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides 'elements', or render-array #types for (some) jQuery UI widgets.

Some of the jQuery UI widgets require rather specific HTML-markup in order to work. With this module, displaying some data in an accordion is as simple as returning the following render array:

$output = array(
  '#type'   => 'jqui_accordion',
  '#items' => $items,
);

Where $items is a simple array of arrays like:

Amazon Store Bundle

Component type

module

Maintenance status

Development status

Component created

Component changed

Amazon Store Bundle adds the ability to create a "bundle" node, which allows for creation of a bundle of multiple products that can be added to a cart with one click. Please read the installation instructions.

An example of use would be a PC enthusiast site where users can write a review or 'how to' and spec out their machine, part by part, and then other users can easily add those products to their cart. Another example might be a 'back to school list' where a teacher creates a list of suggested supplies and parents can easily add all the supplies to the cart with one click.

Retrieve Excel sheet (.xls) data

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is very useful module for easily we can able to import any kind of formatted ".xls" file content and easily parse it. This import excel sheet module parse the imported xls file and insert into database and display the parsed content in a array format also.

Export records in a Excelsheet Format

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a powerful module for export your records in a excel sheet format. Easily we can able to give the desired file name, file path, with HTML full formats inside the excel sheet, create more than one sheet in a single file, change the sheet name, prevented the file corrupted alert in file open time. This module create a exact ".xls" format excel sheet without any kind of errors.

Export records in a PDF Format

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a powerful module for export your records in a PDF format. Easily we can able to give the desired file name, file path, with HTML full formats inside the PDF, prevented the file corrupted alert in file open time. This module create a exact ".pdf" format PDF file without any kind of errors.

SliderField

Component type

module

Categories

Maintenance status

Development status

Downloads

19108

Component created

Component changed

The sliderfield module provides a new widget for number fields (decimal, float, and integer) and a form element. When creating a numeric field, select the slider widget.

This project uses the jQuery UI slider included with core.

Autonomy IDOL search

Component type

module

Maintenance status

Development status

Component created

Component changed

Offers an implementation of the Search API that uses an Autonomy IDOL server for indexing content.

Abandoned!!

Please feel free to take this code and run with it!!

Flexinodes

Component type

module

Maintenance status

Development status

Component created

Component changed

Flexinodes are fieldable entities that can be embedded into a host entity.
The main difference between this project and field_collection is that flexinodes allow a sitebuilder to define more then one fieldable flexinode entity per host field instead and share the flexinode entities between host fields. A true many to many relation between Host entity and flexinode's.