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;
} |
break.inc |
plugins/break.inc |
|
Wysiwyg API integration on behalf of Node module. |
CHANGELOG.txt |
CHANGELOG.txt |
|
Wysiwyg 5.x-2.x, xxxx-xx-xx
---------------------------
#682160 by n_vashenko, TwoD: Fixed lists plugin support for TinyMCE.
#1064600 by TwoD: Fixed maximized editors hidden under Drupal's toolbar.
#1405786 by logaritmisk: Fixed CKEditor being… |
ckeditor.inc |
editors/ckeditor.inc |
|
Editor integration functions for CKEditor. |
fckeditor.inc |
editors/fckeditor.inc |
|
Editor integration functions for FCKeditor. |
jwysiwyg.inc |
editors/jwysiwyg.inc |
|
Editor integration functions for jWYSIWYG. |
markitup.inc |
editors/markitup.inc |
|
Editor integration functions for markItUp. |
nicedit.inc |
editors/nicedit.inc |
|
Editor integration functions for NicEdit. |
openwysiwyg.css |
editors/css/openwysiwyg.css |
|
/**
* openWYSIWYG.
*/
table.tableTextareaEditor, table.tableTextareaEditor table {
margin: 0;
border-collapse: separate;
}
table.tableTextareaEditor td {
padding: 0;
} |
openwysiwyg.inc |
editors/openwysiwyg.inc |
|
Editor integration functions for openWYSIWYG. |
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 |
|
Editor integration functions for TinyMCE. |
whizzywig.inc |
editors/whizzywig.inc |
|
Editor integration functions for Whizzywig. |
wymeditor.inc |
editors/wymeditor.inc |
|
Editor integration functions for WYMeditor. |
wysiwyg-dialog-page.tpl.php |
wysiwyg-dialog-page.tpl.php |
|
Theme template to display a single Wysiwyg (plugin) dialog page. |
wysiwyg.admin.inc |
wysiwyg.admin.inc |
|
Integrate Wysiwyg editors into Drupal. |
wysiwyg.api.php |
wysiwyg.api.php |
|
Wysiwyg API documentation. |
wysiwyg.dialog.inc |
wysiwyg.dialog.inc |
|
Wysiwyg dialog page handling functions. |
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. |
yui.inc |
editors/yui.inc |
|
Editor integration functions for YUI editor. |