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.fields.inc |
includes/entityconnect.fields.inc |
|
|
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. |
entityconnect.utils.inc |
includes/entityconnect.utils.inc |
|
|
entityconnect_bean.info |
modules/entityconnect_bean/entityconnect_bean.info |
|
name = "Entity Connect and Bean bridge."
description = "Allows for referenced entity to be created and edited from the entity reference field"
core = "7.x"
package = Entity Connect
dependencies[] =… |
entityconnect_bean.module |
modules/entityconnect_bean/entityconnect_bean.module |
|
|
entityconnect_eck.info |
modules/entityconnect_eck/entityconnect_eck.info |
|
name = "Entity Connect and ECK bridge."
description = "Allows for referenced entity to be created and edited from the entity reference field"
core = "7.x"
package = Entity Connect
dependencies[] =… |
entityconnect_eck.module |
modules/entityconnect_eck/entityconnect_eck.module |
|
|
entityconnect_term_reference.info |
modules/entityconnect_term_reference/entityconnect_term_reference.info |
|
name = "Entity Connect and Term Reference field."
description = "Allows for referenced entity to be created and edited from the term reference field (from core)."
core = "7.x"
package = Entity Connect
dependencies[] =… |
entityconnect_term_reference.module |
modules/entityconnect_term_reference/entityconnect_term_reference.module |
|
|
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… |