Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 17.67 KB
MD5: fb92f2981025d6b979a81b5a2473be3b
SHA-1: 254be7b18f9d2402a1c095c5e4c68ccb6218ce9b
SHA-256: 1e73d3bfe2e43d7a3107582a0f8520263bf59caa355e1da0b05fc3859a8f02ff
Download zip 21.81 KB
MD5: ba9d27027694930a2b15d7b62ccbf011
SHA-1: 75cd9d9495d90374042e4090b1b084e340b7df36
SHA-256: 3c6e3460b83252dc3cc96496c9a1c0f8a7ebec7e97e6fe64d49005879cb76c84

Release notes

Enable autocomplete fields to be defined with in the injector templates, format as:

'Node ID' => array(
'type' => 'textbox',
'regex' => array(
'pattern' => '^[0-9]+$',
'modifier' => '',
),
'field_name' => 'node_id',
'autocomplete' => TRUE,
'autocomplete_replace' => array(
'pattern' => '(.*NID:)[^0-9]',
'modifier' => '',
),
'weight' => 1,
'required' => TRUE,
),

An additional option called 'autocomplete_url' that can be used to define a full path to the autocomplete handler url. The url should return the content in JSON format as expected by the jQuery UI Autocomplete extension.
The default autocomplete handler is a node title and id look up.

Created by: Psycle Interactive
Created on: 19 Dec 2013 at 16:56 UTC
Last updated: 13 Jan 2014 at 15:23 UTC
New features
Unsupported

Other releases