multi_node_add.css |
multi_node_add.css |
|
.form-item {
width: 250px;
float: left;
}
.form-text {
width: 230px;
}
div.vertical-tabs {
display: none;
} |
multi_node_add.info |
multi_node_add.info |
|
name = Multiple Node Add
description = "Provides a way to add multiple nodes in one page, in one round."
core = 7.x |
multi_node_add.module |
multi_node_add.module |
|
Allows to create multiple nodes using one page, one form submission.
Highly depends on Javascript. |
multi_node_add.pages.inc |
multi_node_add.pages.inc |
|
Contains the logic of the configuration form
and the iframe-related codes. |
README.txt |
README.txt |
|
Multi Node Add
--------------
This module provides a new interface for creating nodes
where the users are able to select the fields what they
want to use for creating the nodes and it is designed to
create multiple nodes in one round.
This module… |