msnf-block-step-info.tpl.php |
theme/msnf-block-step-info.tpl.php |
|
msnf-block-step-info.tpl.php |
msnf-form-step-info.tpl.php |
theme/msnf-form-step-info.tpl.php |
|
msnf-form-step-info.tpl.php |
msnf.api.php |
msnf.api.php |
|
Hooks provided by the Multistep Nodeform module. |
msnf.field_ui.css |
theme/msnf.field_ui.css |
|
#field-overview tr.field-group .group-label,
#field-display-overview tr.field-group .group-label {
font-weight: bold;
}
#field-overview tr.static-region,
#field-display-overview tr.static-region {
background-color: #ddd;
}
#edit-refresh {
… |
msnf.field_ui.inc |
includes/msnf.field_ui.inc |
|
msnf.field_ui.inc is a file that contains most functions
needed on the Fields UI Manage forms (display and fields). |
msnf.i18n.inc |
msnf.i18n.inc |
|
i18n integration for Multistep Nodeform. |
msnf.info |
msnf.info |
|
name = Multistep Nodeform
description = Split node forms into multiple steps.
dependencies[] = ctools
dependencies[] = field
core = 7.x
files[] = msnf.i18n.inc
files[] = msnf.install
files[] = msnf.module
files[] = includes/msnf.field_ui.inc |
msnf.install |
msnf.install |
|
Installation routines for module "Multistep Nodeform". |
msnf.module |
msnf.module |
|
Main functions for module "Multistep Nodeform". |
msnf.steps.css |
theme/msnf.steps.css |
|
.block-msnf li.active {
font-weight: bold;
} |
msnf.steps.inc |
includes/msnf.steps.inc |
|
Step crud functions. |
README.txt |
README.txt |
|
-- SUMMARY --
"Multistep Nodeform" is a module to split the node creation and node editing
form into several steps.
This may be usefull for you if you have lots of fields in your content type and
would like to provide a wizard-like UI for… |