entityreference_dragdrop.css |
entityreference_dragdrop.css |
|
.form-wrapper ul.entityreference-dragdrop {
list-style-type: none;
display: inline-block;
background: #eee;
width: 95%;
height: 400px;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
margin: 0 10px 0 0;
border: 1px solid… |
entityreference_dragdrop.info |
entityreference_dragdrop.info |
|
name = Entity Reference Drag & Drop
description = Provides a nice drag and drop widget for entityreference fields.
package = Fields
core = 7.x
dependencies[] = entityreference
dependencies[] = jquery_update
dependencies[] = entity |
entityreference_dragdrop.install |
entityreference_dragdrop.install |
|
Install file for the entityreference_dragdrop module. |
entityreference_dragdrop.module |
entityreference_dragdrop.module |
|
Provides a Drag & Drop widget for entity-reference fields. |
README.txt |
README.txt |
|
h1. Entity Reference Drag & Drop
h2. Description
This allows the user to select an entity to reference using two side-by-side
lists. User selects entities from the left-hand list and moves them to the
right-hand list. The entities can also be… |