CHANGELOG.txt |
CHANGELOG.txt |
|
Non-displayable characters. |
html--modalframe.tpl.php |
html--modalframe.tpl.php |
|
|
modalframe.child.css |
css/modalframe.child.css |
|
.modalframe-page-wrapper,
.modalframe-page-container {
margin: 0;
padding: 0;
}
.modalframe-page-content {
margin: 0;
padding: 1em;
} |
modalframe.info |
modalframe.info |
|
name = Modal Frame API
description = Provides an API to render an iframe within a modal dialog based on the jQuery UI Dialog plugin.
package = Modal frame
core = 7.x
dependencies[] = jquery_ui:jquery_ui
dependencies[] = jquery_update:jquery_update |
modalframe.module |
modalframe.module |
|
Provides an API to render an iframe within a modal dialog based
on the jQuery UI Dialog plugin. |
modalframe.parent.css |
css/modalframe.parent.css |
|
/**
* jQuery UI Dialog classes.
*/
.modalframe {
color: #000000;
background-color: #ffffff;
border: 2px solid #1b5084;
}
.modalframe .ui-dialog-titlebar {
position: relative;
cursor: move;
height: 26px;
background-color: #336699;
… |
modalframe_example.info |
modules/modalframe_example/modalframe_example.info |
|
name = Modal Frame Example
description = Example for the Modal Frame API.
package = Modal frame
dependencies[] = modalframe
core = 7.x |
modalframe_example.module |
modules/modalframe_example/modalframe_example.module |
|
Example for the Modal Frame module. |
page--modalframe.tpl.php |
page--modalframe.tpl.php |
|
Template file for a page rebdered in Modal Frame based on jQuery UI dialog. |
README.txt |
README.txt |
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Modal Frame API module for Drupal 6
;;
;; Original author: markus_petrux… |