node_field.admin.inc |
includes/pages/node_field.admin.inc |
|
Admin interface for Node Field module. |
node_field.api.inc |
includes/node_field.api.inc |
|
API and helpers functions for Node Field module. |
node_field.db.inc |
model/node_field.db.inc |
|
Database related functions for node_field module. |
node_field.field.inc |
includes/node_field.field.inc |
|
Field types, settings, widget and formatters. |
node_field.form.inc |
includes/node_field.form.inc |
|
Forms for node_field module. |
node_field.form.node_field.inc |
includes/node_field.form.node_field.inc |
|
Node fields forms. |
node_field.info |
node_field.info |
|
name = Node Field
description = Allows you to add unique extra fields to single nodes.
core = 7.x
configure = admin/config/content/node-field
package = Node Field
files[] = views/handlers/node_field_handler_field_node_field.inc
files[] =… |
node_field.install |
node_field.install |
|
Install/update/uninstall scripts for node_field module. |
node_field.module |
node_field.module |
|
This module provide ability to add extra fields to any single node. |
node_field.template.inc |
theme/node_field.template.inc |
|
Theme for node fields page. |
node_field.test |
tests/node_field.test |
|
Test creation and deletion of node field. |
node_field.theme.inc |
theme/node_field.theme.inc |
|
Theme functions for node_field module. |
node_field.views.inc |
views/node_field.views.inc |
|
Views hooks for node_field module. |
node_field_field.tpl.php |
theme/tpl/node_field_field.tpl.php |
|
Template file for node_field_field theme. Render single node field. |
node_field_fields.tpl.php |
theme/tpl/node_field_fields.tpl.php |
|
Template file for node_field_fields theme. Render all node fields. |
node_field_file.db.inc |
modules/node_field_file/model/node_field_file.db.inc |
|
Database related functions for node_field_file module. |
node_field_file.field.inc |
modules/node_field_file/includes/node_field_file.field.inc |
|
Field related functions for node_field_file module. |
node_field_file.formatter.inc |
modules/node_field_file/includes/node_field_file.formatter.inc |
|
Formatter functions for node_field_file module. |
node_field_file.info |
modules/node_field_file/node_field_file.info |
|
name = Node Field File
description = Provides file field for Node Field.
core = 7.x
package = Node Field |
node_field_file.module |
modules/node_field_file/node_field_file.module |
|
|
node_field_gmap.api.inc |
modules/node_field_gmap/includes/node_field_gmap.api.inc |
|
Api and helpers function for node_field_gmap module. |
node_field_gmap.info |
modules/node_field_gmap/node_field_gmap.info |
|
name = Node Field Gmap
description = Allows to use Google map for node fields.
package = Node Field
core = 7.x
dependencies[] = node_field |
node_field_gmap.install |
modules/node_field_gmap/node_field_gmap.install |
|
Check Google Maps API Key. |
node_field_gmap.module |
modules/node_field_gmap/node_field_gmap.module |
|
|
node_field_handler_field_node_field.inc |
views/handlers/node_field_handler_field_node_field.inc |
|
Handler for node_fields field for views. |
node_field_range.api.inc |
modules/node_field_range/includes/node_field_range.api.inc |
|
Api and helpers function for node_field_range module. |
node_field_range.info |
modules/node_field_range/node_field_range.info |
|
name = Node Field Range
description = Allows to limit accessible values for node fields.
package = Node Field
core = 7.x
dependencies[] = node_field |
node_field_range.module |
modules/node_field_range/node_field_range.module |
|
|
node_field_sheet.api.inc |
modules/node_field_sheet/includes/node_field_sheet.api.inc |
|
Api and helpers functions for node_field_sheet module. |
node_field_sheet.info |
modules/node_field_sheet/node_field_sheet.info |
|
name = Node Field Sheet
description = Allows to use sheetnode for node fields.
package = Node Field
core = 7.x
dependencies[] = node_field
dependencies[] = sheetnode |
node_field_sheet.module |
modules/node_field_sheet/node_field_sheet.module |
|
|
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Recommended modules
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
* Node field module allows you to add unique extra fields to single… |