admin.css |
admin/admin.css |
|
.button-table {
width: 100%;
}
.button-table tr.new-button {
background-color: #feebed;
}
.button-table td{
vertical-align: top;
}
.button-table th.content {
width: 50%;
}
.sel-action {
text-align: right;
}
.sel-action div {
display:… |
bueditor.css |
bueditor.css |
|
.editor-container {
margin: 1px 0px;
}
.editor-text-button {
height: 22px;
font-size: 11px;
padding: 0px;
font-weight: bold;
background-color: #fff;
color: #444;
cursor: pointer;
text-align: center;
}
.editor-image-button… |
bueditor.info |
bueditor.info |
|
name = "BUEditor"
description = "A plain textarea editor aiming to facilitate code writing." |
bueditor.install |
bueditor.install |
|
|
bueditor.module |
bueditor.module |
|
|
README.txt |
README.txt |
|
- BUEditor:
A plain textarea editor aiming to facilitate code writing.
The most important feature of this editor is its highly customizable functionality.
It's possible to add image and text buttons whose functions are determined by the… |
README.txt |
library/README.txt |
|
All javascript files in this directory(not including subdirectories) will be loaded on
pages displaying an editor. These files are common and are loaded for all editors.
To load specific files for a specific editor you must create a subdirectory with… |