ActivationCheck.php |
src/ActivationCheck.php |
Drupal\colorbox |
|
ActivationCheckInterface.php |
src/ActivationCheckInterface.php |
Drupal\colorbox |
|
colorbox-formatter.html.twig |
templates/colorbox-formatter.html.twig |
|
Default theme implementation to display a formatted colorbox image field. |
colorbox.api.php |
colorbox.api.php |
|
API documentation for the colorbox module. |
colorbox.drush.inc |
drush/colorbox.drush.inc |
|
Drush integration for colorbox. |
colorbox.info.yml |
colorbox.info.yml |
|
colorbox.info.yml |
colorbox.install |
colorbox.install |
|
Install, update and uninstall functions for the colorbox module. |
colorbox.libraries.yml |
colorbox.libraries.yml |
|
colorbox.libraries.yml |
colorbox.links.menu.yml |
colorbox.links.menu.yml |
|
colorbox.links.menu.yml |
colorbox.module |
colorbox.module |
|
A light-weight, customizable lightbox plugin. |
colorbox.post_update.php |
colorbox.post_update.php |
|
Post-update functions for Colorbox. |
colorbox.routing.yml |
colorbox.routing.yml |
|
colorbox.routing.yml |
colorbox.schema.yml |
config/schema/colorbox.schema.yml |
|
config/schema/colorbox.schema.yml |
colorbox.services.yml |
colorbox.services.yml |
|
colorbox.services.yml |
colorbox.settings.yml |
config/install/colorbox.settings.yml |
|
config/install/colorbox.settings.yml |
colorbox.theme.inc |
colorbox.theme.inc |
|
Colorbox theme functions. |
ColorboxAttachment.php |
src/ColorboxAttachment.php |
Drupal\colorbox |
|
ColorboxCommands.php |
src/Commands/ColorboxCommands.php |
Drupal\colorbox\Commands |
|
ColorboxFormatter.php |
src/Plugin/Field/FieldFormatter/ColorboxFormatter.php |
Drupal\colorbox\Plugin\Field\FieldFormatter |
|
ColorboxJavascriptTest.php |
tests/src/FunctionalJavascript/ColorboxJavascriptTest.php |
Drupal\Tests\colorbox\FunctionalJavascript |
|
ColorboxSettingsForm.php |
src/Form/ColorboxSettingsForm.php |
Drupal\colorbox\Form |
|
colorbox_library_test.info.yml |
tests/modules/colorbox_library_test/colorbox_library_test.info.yml |
|
tests/modules/colorbox_library_test/colorbox_library_test.info.yml |
colorbox_library_test.install |
tests/modules/colorbox_library_test/colorbox_library_test.install |
|
Install file for the colorbox library test module. |
colorbox_library_test.module |
tests/modules/colorbox_library_test/colorbox_library_test.module |
|
Test specific changes for the colorbox library test. |
colorbox_style.css |
styles/plain/colorbox_style.css |
|
/**
* Colorbox Core Style:
* The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxOverlay… |
colorbox_style.css |
styles/stockholmsyndrome/colorbox_style.css |
|
/**
* Colorbox Core Style:
* The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxOverlay… |
colorbox_style.css |
styles/default/colorbox_style.css |
|
/**
* Colorbox Core Style:
* The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxOverlay… |
drush.services.yml |
drush.services.yml |
|
drush.services.yml |
ElementAttachmentInterface.php |
src/ElementAttachmentInterface.php |
Drupal\colorbox |
|
GalleryIdHelper.php |
src/GalleryIdHelper.php |
Drupal\colorbox |
|
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Features
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
Colorbox is a light-weight, customizable lightbox plugin for jQuery 1.4.3+.
This… |