entityconnect.admin.inc |
includes/entityconnect.admin.inc |
|
Handles all form alters and submit functions for entityconnect. |
entityconnect.api.php |
entityconnect.api.php |
|
|
entityconnect.css |
theme/css/entityconnect.css |
|
.entityconnect-add,
.entityconnect-edit {
display: inline-block;
min-width: 1em;
padding: .5em;
}
.entityconnect-add.add-icon :first-child,
.entityconnect-edit.edit-icon :first-child {
border: 0px;
box-shadow: none;
… |
entityconnect.form.inc |
includes/entityconnect.form.inc |
|
Handles all form alters and submit functions for entityconnect. |
entityconnect.info |
entityconnect.info |
|
name = "Entity Connect"
description = "Allows for referenced entity to be created and edited from the entity reference field"
core = "7.x"
package = Entity Connect
configure = admin/config/content/entityconnect |
entityconnect.install |
entityconnect.install |
|
Install, update & uninstall functions for the Entity Connect module. |
entityconnect.menu.inc |
includes/entityconnect.menu.inc |
|
Handles all entityconnect menu item page callbacks. |
entityconnect.module |
entityconnect.module |
|
Handles the main hooks used by entityconnect. |
entityconnect.pages.inc |
includes/entityconnect.pages.inc |
|
Page callbacks. |
README.txt |
README.txt |
|
Entityconnect expands the entity reference auto-complete field
by adding a add new content and edit current content button.
The "add a new button" will allowed a new entity to be added
via an add form and then return the user to the… |