beautytips.admin.inc |
beautytips.admin.inc |
|
Beautytips settings form and submit action |
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 |
beautytips.info |
|
name = BeautyTips API
description = API for implementing jQuery beautyTips tooltip plugin
core = 6.x
package = User interface |
beautytips.install |
beautytips.install |
|
beautyTips install/uninstall hooks |
beautytips.module |
beautytips.module |
|
Provides API for adding beautytips to pages.
TODO: Add status about excanvas on status page. |
beautytips_manager.info |
beautytips_manager.info |
|
name = BeautyTips Manager
description = Adds graphical manager for creating custom beautytips.
package = User interface
dependencies[] = beautytips
core = 6.x |
beautytips_manager.install |
beautytips_manager.install |
|
|
beautytips_manager.module |
beautytips_manager.module |
|
|
beautytips_ui.info |
beautytips_ui.info |
|
name = BeautyTips UI
description = Adds settings menu and contributed beautytip popups
core = 6.x
dependencies[] = beautytips
package = User interface |
beautytips_ui.module |
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;
height:… |
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 target… |
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 {… |
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 |
|
|