modal_forms.admin.inc |
modal_forms.admin.inc |
|
Administrative page callbacks for the modal_forms module. |
modal_forms.info |
modal_forms.info |
|
name = Modal forms
description = This module use ctools modal feature to open some common forms in a modal window.
dependencies[] = ctools
core = 7.x
configure = admin/config/development/modal_forms |
modal_forms.install |
modal_forms.install |
|
Contains install and update functions for Modal Forms. |
modal_forms.module |
modal_forms.module |
|
Main file for the Modal Forms. |
modal_forms.pages.inc |
modal_forms.pages.inc |
|
Page callbacks for the modal_forms module. |
modal_forms.rules.inc |
modal_forms.rules.inc |
|
Rules integration for the Modal forms. |
modal_forms_popup-rtl.css |
css/modal_forms_popup-rtl.css |
|
/* RTL CSS for modal forms. */
div.modal-forms-modal-content .item-list ul li {
margin: 0 1.5em 0.25em 0;
}
div.modal-forms-modal-content .popups-container {
text-align: right;
}
div.modal-forms-modal-content .popups-close {
float: left;
} |
modal_forms_popup.css |
css/modal_forms_popup.css |
|
/* Reset some styles from system.css and modal.css */
div.modal-forms-modal-content .resizable-textarea {
margin-left: 0;
margin-right: 0;
}
div.modal-forms-modal-content .form-item label {
float: none;
width:… |
README.txt |
README.txt |
|
@codingStandardsIgnoreFile
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Supported forms
* Links to the modal version of the forms
* Webforms
*… |