beautytips-ltr.css |
css/beautytips-ltr.css |
|
/**
* File for supporting ltr in beautytips.
*/
.bt-wrapper canvas {
left: 0;
} |
beautytips.basic.yml |
config/beautytips.basic.yml |
|
config/beautytips.basic.yml |
beautytips.css |
css/beautytips.css |
|
/*hover here bubble*/
#beautytips-site-wide-popup {
background: transparent url(../images/beauty-bubble.png) no-repeat scroll 0 0;
float: right;
height: 160px;
width: 241px;
margin-top: -192px;
margin-right:… |
beautytips.info.yml |
beautytips.info.yml |
|
beautytips.info.yml |
beautytips.install |
beautytips.install |
|
BeautyTips install/uninstall hooks. |
beautytips.libraries.yml |
beautytips.libraries.yml |
|
beautytips.libraries.yml |
beautytips.links.menu.yml |
beautytips.links.menu.yml |
|
beautytips.links.menu.yml |
beautytips.module |
beautytips.module |
|
Provides API for adding beautytips to pages. |
beautytips.routing.yml |
beautytips.routing.yml |
|
beautytips.routing.yml |
BeautytipsConfigForm.php |
src/Form/BeautytipsConfigForm.php |
Drupal\beautytips\Form |
|
BeautytipsManagerController.php |
beautytips_manager/src/Controller/BeautytipsManagerController.php |
Drupal\beautytips_manager\Controller |
|
beautytips_manager.info.yml |
beautytips_manager/beautytips_manager.info.yml |
|
beautytips_manager/beautytips_manager.info.yml |
beautytips_manager.install |
beautytips_manager/beautytips_manager.install |
|
Code related to the installation. |
beautytips_manager.local_actions.yml |
beautytips_manager/beautytips_manager.local_actions.yml |
|
beautytips_manager/beautytips_manager.local_actions.yml |
beautytips_manager.module |
beautytips_manager/beautytips_manager.module |
|
Code related to defining and displaying custom beautytips and styles. |
beautytips_manager.routing.yml |
beautytips_manager/beautytips_manager.routing.yml |
|
beautytips_manager/beautytips_manager.routing.yml |
beautytips_ui.info.yml |
beautytips_ui/beautytips_ui.info.yml |
|
beautytips_ui/beautytips_ui.info.yml |
beautytips_ui.module |
beautytips_ui/beautytips_ui.module |
|
Adds includes to Beautytips settings page and provides some built in
functionality. TODO: hook_theme invoke - maybe Invoked include hooks:
admin_info, menu_change, theme_change, form_change, menu_items
ex beautytips_textinput_info. |
ChangeLog.txt |
other_libs/bgiframe_2.1.1/ChangeLog.txt |
|
== New and Noteworthy ==
== 2.1.1 ==
* Removed $.browser.version for jQuery < 1.1.3
== 2.1 ==
* Updated to work with jQuery 1.1.3
* Added $.browser.version for jQuery < 1.1.3
* Optimized duplication check by using child selector and using… |
ColorPicker - jQuery plugin |
other_libs/colorpicker/index.html |
|
ColorPicker - jQuery plugin |
colorpicker.css |
other_libs/colorpicker/css/colorpicker.css |
|
.colorpicker {
width: 356px;
height: 176px;
overflow: hidden;
position: absolute;
background: url(../images/colorpicker_background.png);
font-family: Arial, Helvetica, sans-serif;
display: none;
}
.colorpicker_color {
width: 150px;
… |
CustomStylesDeleteForm.php |
beautytips_manager/src/Form/CustomStylesDeleteForm.php |
Drupal\beautytips_manager\Form |
|
CustomStylesEditForm.php |
beautytips_manager/src/Form/CustomStylesEditForm.php |
Drupal\beautytips_manager\Form |
|
CustomTipsDeleteForm.php |
beautytips_manager/src/Form/CustomTipsDeleteForm.php |
Drupal\beautytips_manager\Form |
|
CustomTipsEditForm.php |
beautytips_manager/src/Form/CustomTipsEditForm.php |
Drupal\beautytips_manager\Form |
|
drupal_help.inc |
includes/drupal_help.inc |
|
|
jquery.bt.css |
js/jquery.bt.css |
|
/**
* Styling for tip content.
*
* Mostly for example.
* Note: canvas (the tip itself) cannot be styled here.
* Use javascript options for that.
*/
.bt-content {
font-size: small;
color: #000;
line-height: normal;
}
/* styling for active… |
layout.css |
other_libs/colorpicker/css/layout.css |
|
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img {
border:… |
README.txt |
README.txt |
|
IMPORTANT INSTALLATION INSTRUCTIONS
------------------------------------------------------------------------------------
In order for this module to work properly with IE, you will need to download the
ExplorerCanvas library, which can be found… |
textinput.inc |
includes/textinput.inc |
|
|