Wjs

Component type

module

Maintenance status

Development status

Component created

Component changed

Wjs is an entry point to make your Javascript web app retrieve assets from your server, via AJAX, or not. Everything is an extension with wjs : script, image, html, etc..., and all extensions can load dependencies. This library is for you, if you want to :

  • Create little lightweight one page sites with full lazy loading (js methods, classes, images, links, etc...).
  • Load complex packages from your PHP application to javascript, in a minimum of requests.
  • Instantiate javascript class objects.

Take a little tour on our demo live sites :

DBLog Pager

Component type

module

Maintenance status

Development status

Downloads

2160

Component created

Component changed

NEW: Drupal 8.x version now available

DBLog Pager

The DBLog Pager module is quite simple. It adds paging options (Next, Previous) to the individual events view (/admin/reports/event/%ID%). Also adds First and Last links (if desired you can turn them off). Overrides the default display of a blank page if an event ID can't be found (configurable).

Entity Reference Hierarchy

Component type

module

Maintenance status

Development status

Downloads

5927

Component created

Component changed

Overview

Entity hierarchy extends the standard Entity Reference field to store a nested set representation of the the hierarchy.

This allows for efficient querying of the hierarchy.

Features

Integrates with views
Render a list of children at any depth using views

table_api

Component type

module

Maintenance status

Development status

Component created

Component changed

What Can it do?

This module allows developers to expose drupal-style queries (db_select) as a pageable-sortable ajax table with as little coding as possible:
tapi-screenshot

  • Supports join queries*
  • Supports filtering
  • Supports editing, inserting and deleting data

*queries spanning over multiple tables do not support editing/deleting/inserting

Entity Construction Kit Panels Integration

Component type

module

Maintenance status

Development status

Downloads

534

Component created

Component changed

This module provides Page Manager and Panelizer integration for Entity Construction Kit entity types.

It currently requires a patch for Panelizer to function properly (@see https://www.drupal.org/node/2155565#comment-9558929)

Since Panelizer does not cache plugin definitions this module can cause performance issues due re-building of the entity construction kit panelizer plugin definitions on every page request. This will need another patch for Panelizer.