entityform-submittd-data.tpl.php |
entityform-submittd-data.tpl.php |
|
A basic template for entityform submitted data |
entityform.admin.inc |
entityform.admin.inc |
|
Entityform editing UI. |
entityform.info |
entityform.info |
|
name = Entityforms
description = Provides fieldable entity forms
core = 7.x
package = Entityforms
configure = admin/structure/entityform_types
dependencies[] = entity
dependencies[] = views
dependencies[] = rules
files[] =… |
entityform.info.inc |
entityform.info.inc |
|
Provides Entity metadata integration. |
entityform.install |
entityform.install |
|
Sets up the base table for our entity and a table to store information about
the entity types. |
entityform.module |
entityform.module |
|
Module for the Entityform Entity - a starting point to create your own Entity
and associated administration interface |
entityform.pages.admin.inc |
entityform.pages.admin.inc |
|
|
entityform.test |
entityform.test |
|
|
entityform.tpl.php |
entityform.tpl.php |
|
A basic template for entityform entities |
entityform.views.inc |
views/entityform.views.inc |
|
Providing extra functionality for the Entityform UI via views. |
entityform.views_default.inc |
views/entityform.views_default.inc |
|
Default views. |
entityform_handler_delete_link_field.inc |
views/entityform_handler_delete_link_field.inc |
|
Contains a Views field handler to take care of displaying deletes links
as fields |
entityform_handler_edit_link_field.inc |
views/entityform_handler_edit_link_field.inc |
|
Contains a Views field handler to take care of displaying edit links
as fields |
entityform_handler_entityform_operations_field.inc |
views/entityform_handler_entityform_operations_field.inc |
|
This field handler aggregates operations that can be done on a entityform
under a single field providing a more flexible way to present them in a view |
entityform_handler_link_field.inc |
views/entityform_handler_link_field.inc |
|
Contains a Views field handler to take care of displaying links to entities
as fields. |
entityform_notifications.info |
entityform_notifications/entityform_notifications.info |
|
name = Entityforms Notifications
description = Enable this module if you want Entityforms to send e-mail notifications when a form is submitted.
core = 7.x
package = Entityforms
dependencies[] = entityform
dependencies[] = rules
dependencies[] =… |
entityform_notifications.install |
entityform_notifications/entityform_notifications.install |
|
|
entityform_notifications.module |
entityform_notifications/entityform_notifications.module |
|
|
entityform_notifications.rules_defaults.inc |
entityform_notifications/entityform_notifications.rules_defaults.inc |
|
|
entityform_notifications.variable.inc |
entityform_notifications/entityform_notifications.variable.inc |
|
|
entityform_test.features.field.inc |
entityform_test/entityform_test.features.field.inc |
|
entityform_test.features.field.inc |
entityform_test.features.inc |
entityform_test/entityform_test.features.inc |
|
entityform_test.features.inc |
entityform_test.info |
entityform_test/entityform_test.info |
|
name = entityform_test
description = Feature for Entityform simpletest
core = 7.x
package = Features
dependencies[] = entity
dependencies[] = entityform
dependencies[] = features
dependencies[] = field_sql_storage
dependencies[] = rules
dependencies[]… |
entityform_test.module |
entityform_test/entityform_test.module |
|
|
entityform_test.rules_defaults.inc |
entityform_test/entityform_test.rules_defaults.inc |
|
entityform_test.rules_defaults.inc |
entityform_type.admin.inc |
entityform_type.admin.inc |
|
Entityform type editing UI. |
entityform_type_handler_submit_link_field.inc |
views/entityform_type_handler_submit_link_field.inc |
|
Contains a Views field handler to take care of displaying submit links
as fields |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
README.txt |
README.txt |
|
For latest documentation visit: http://drupal.org/node/1432894
Introduction
------------
This module allows creating the front-end forms using Drupal's Field systems.
For more information on adding fields see the Field UI documentation here:… |