1
0

(Experimental) Replace htmlarea with XINHA. Thanks to abdussamad!

This commit is contained in:
Garvin Hicking
2008-09-09 07:52:18 +00:00
parent 862abd0a90
commit 94fd5e4e8c
903 changed files with 50035 additions and 10204 deletions
docs
htmlarea
ChangeLogXinha.cssXinhaCore.jsXinhaLoader.jsXinhaLoader_readme.txt
contrib
dialog.js
examples
htmlarea.js
images
index.html
lang
modules
plugins
Abbreviation
BackgroundImage
CSS
CharCounter
CharacterMap
ClientsideSpellcheck
ContextMenu
DefinitionList
DoubleClick
DynamicCSS
EditTag
Equation
ExtendedFileManager
Filter
FindReplace
FormOperations
Forms
FullPage
GenericPlugin
GetHtml
HorizontalRule
HtmlEntities
HtmlTidy
ImageManager
InsertAnchor
InsertMarquee
InsertPagebreak
InsertPicture
InsertSmiley
InsertSnippet
InsertWords
LangMarks
Linker
ListType
NoteServer
PasteText
PreserveScripts
QuickTag
SaveSubmit
SetId
SmartReplace
SpellChecker
Stylist
SuperClean
TableOperations
Template
UnFormat
popups
release-notes.htmlrelease-notes.txt
skins
include

BIN
htmlarea/skins/xp-green/back.png Executable file

Binary file not shown.

After

(image error) Size: 225 B

Binary file not shown.

After

(image error) Size: 119 B

BIN
htmlarea/skins/xp-green/hover.png Executable file

Binary file not shown.

After

(image error) Size: 105 B

Binary file not shown.

After

(image error) Size: 105 B

Binary file not shown.

After

(image error) Size: 219 B

@ -0,0 +1,76 @@
.htmlarea .toolbar {
background-color:#f2f0e4;
background-image:url(back.png);
background-repeat:repeat-y;
}
.htmlarea .toolbarRow {
margin-top:2px;
margin-bottom:2px;
background-image:url(button-background.png);
height:25px;
}
.htmlarea .toolbar .button {
width:20px;
height:20px;
padding:1px;
border:none;
background-image:url(button-background.png);
}
.buttonImageContainer {
position:relative;
left:1px;
top:1px;
}
.htmlarea .toolbar .separator {
margin:0;
background-image:url(separator.png);
width:7px;
height:20px;
padding:0;
}
.separator {
border:none;
}
.htmlarea .toolbar a.button:hover {
border:1px solid #335500;
padding:0;
background-image:url(hover.png);
}
.htmlarea .toolbar .button.buttonPressed
{
border:1px solid #335500;
padding:0;
background-image:url(selected.png);
}
.htmlarea .statusBar {
padding:0;
height:20px;
background-image:url(button-background.png);
background-repeat:repeat-x;
background-color:#f2f0e4;
color:ButtonText;
font:11px helvetica,arial,sans-serif;
}
.htmlarea .statusBar .statusBarTree {
display:block;
margin:3px;
}
.htmlarea .statusBar .statusBarTree a {
padding:2px 5px;
color:#00f;
text-decoration:none;
}
.htmlarea .panel h1 {
background-image:url(button-background.png);
background-repeat:repeat-x;
background-color:#f2f0e4;
}
.dialog {
background-color:#f2f0e4;
}
.dialog .title {
background-image: url(button-background.png);
}
.dialog button{
background-image: url(button-background.png);
}