break.css |
plugins/break/break.css |
|
.wysiwyg-break {
display: block;
border: 0;
border-top: 1px dotted #ccc;
margin-top: 1em;
width: 100%;
height: 12px;
background: transparent url(images/breaktext.gif) no-repeat center top;
} |
CHANGELOG.txt |
CHANGELOG.txt |
|
Wysiwyg x.x-x.x, xxxx-xx-xx
---------------------------
Wysiwyg 5.x-1.x, xxxx-xx-xx
---------------------------
#332139 by sun: Fixed editor must not be changed when profile is configured.
#478324 by jeffschuler: Fixed typo in profile configuration… |
fckeditor.inc |
editors/fckeditor.inc |
|
Editor integration functions for FCKeditor. |
jwysiwyg.inc |
editors/jwysiwyg.inc |
|
|
markitup-1.css |
editors/css/markitup-1.css |
|
/**
* markItUp
*/
.markItUp .markitup-bold a {
background-image: url(../../markitup/markitup/sets/default/images/bold.png);
}
.markItUp .markitup-italic a {
background-image:… |
markitup.inc |
editors/markitup.inc |
|
Editor integration functions for markItUp. |
nicedit.inc |
editors/nicedit.inc |
|
|
README.txt |
README.txt |
|
-- SUMMARY --
Wysiwyg API allows to users of your site to use WYSIWYG/rich-text, and other
client-side editors for editing contents. This module depends on third-party
editor libraries, most often based on JavaScript.
For a full description visit… |
tinymce-2.css |
editors/css/tinymce-2.css |
|
/**
* TinyMCE 2.x
*/
table.mceEditor {
clear: left;
}
/**
* Align all buttons and separators in a single row, so they wrap into multiple
* rows if required.
*/
.mceToolbarTop a, .mceToolbarBottom a {
float: left;
}
.mceSeparatorLine {
… |
tinymce-3.css |
editors/css/tinymce-3.css |
|
/**
* TinyMCE 3.x
*/
table.mceLayout {
clear: left;
}
/**
* Align all buttons and separators in a single row, so they wrap into multiple
* rows if required.
*/
.mceToolbar td {
display: inline;
}
.mceToolbar a,
.mceSeparator {
float:… |
tinymce.inc |
editors/tinymce.inc |
|
|
whizzywig.inc |
editors/whizzywig.inc |
|
|
wysiwyg.admin.inc |
wysiwyg.admin.inc |
|
Integrate Wysiwyg editors into Drupal. |
wysiwyg.api.php |
wysiwyg.api.php |
|
|
wysiwyg.info |
wysiwyg.info |
|
name = Wysiwyg
description = Allows users to edit contents with client-side editors.
package = User interface
dependencies = jquery_update |
wysiwyg.install |
wysiwyg.install |
|
|
wysiwyg.module |
wysiwyg.module |
|
Integrate client-side editors with Drupal. |
wysiwyg.plugins.inc |
wysiwyg.plugins.inc |
|
|
yui.inc |
editors/yui.inc |
|
|