[pLog-svn] r464 - plog/trunk/js/htmlarea
oscar at devel.plogworld.net
oscar at devel.plogworld.net
Fri Dec 10 13:59:39 GMT 2004
Author: oscar
Date: 2004-12-10 13:59:39 +0000 (Fri, 10 Dec 2004)
New Revision: 464
Modified:
plog/trunk/js/htmlarea/htmlarea-plog.js
Log:
reduced the number of icons and size of the default toolbar of htmlarea... Now it does not look so
busy anymore! The next step will be to adapt plog's own non-visual editor to have the same look at
this default one.
Modified: plog/trunk/js/htmlarea/htmlarea-plog.js
===================================================================
--- plog/trunk/js/htmlarea/htmlarea-plog.js 2004-12-10 12:33:42 UTC (rev 463)
+++ plog/trunk/js/htmlarea/htmlarea-plog.js 2004-12-10 13:59:39 UTC (rev 464)
@@ -36,16 +36,10 @@
// add our new icon in a place better suited for this task...
config.toolbar = [
- [ "fontname", "space",
- "fontsize", "space",
- "formatblock", "space",
- "bold", "italic", "underline", "strikethrough", "separator",
- "subscript", "superscript", "separator",
- "copy", "cut", "paste", "space", "undo", "redo"],
-
- [ "justifyleft", "justifycenter", "justifyright", "justifyfull", "separator",
- "insertorderedlist", "insertunorderedlist", "outdent", "indent", "separator",
- "forecolor", "hilitecolor", "separator",
- "inserthorizontalrule", "createlink", "inserttable", "insertimage", "insertresource", "htmlmode", "separator",
- ]
+ [ "fontsize", "space",
+ "space",
+ "bold", "italic", "underline", "strikethrough",
+ "justifyleft", "justifycenter", "justifyright", "justifyfull", "separator",
+ "insertorderedlist", "insertunorderedlist", "separator",
+ "createlink", "insertimage", "insertresource", "htmlmode", ]
];
\ No newline at end of file
More information about the pLog-svn
mailing list