knguyen 2004/11/03 18:40:33 CET
Modified files: (Branch: JAHIA-4-0-BRANCH)
src/views/jsp/jahia/htmleditors/htmlarea
htmlarea_htmleditor.jsp
Log:
- remove demo CSS as it's not really usefull yet.
Revision Changes Path
1.1.2.6 +5 -4
jahia/src/views/jsp/jahia/htmleditors/htmlarea/htmlarea_htmleditor.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/views/jsp/jahia/htmleditors/htmlarea/htmlarea_htmleditor.jsp.diff?r1=1.1.2.5&r2=1.1.2.6&f=h
Index: htmlarea_htmleditor.jsp
===================================================================
RCS file:
/home/cvs/repository/jahia/src/views/jsp/jahia/htmleditors/htmlarea/Attic/htmlarea_htmleditor.jsp,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -r1.1.2.5 -r1.1.2.6
--- htmlarea_htmleditor.jsp 3 Nov 2004 16:30:10 -0000 1.1.2.5
+++ htmlarea_htmleditor.jsp 3 Nov 2004 17:40:33 -0000 1.1.2.6
@@ -122,7 +122,7 @@
HTMLArea.loadPlugin("TableOperations");
//HTMLArea.loadPlugin("SpellChecker");
//HTMLArea.loadPlugin("FullPage");
- HTMLArea.loadPlugin("CSS");
+ //HTMLArea.loadPlugin("CSS");
HTMLArea.loadPlugin("ContextMenu");
</script>
@@ -150,9 +150,10 @@
//editor.registerPlugin(SpellChecker);
// register the CSS plugin
+ /*
editor.registerPlugin(CSS, {
combos : [
- { label: "Syntax:",
+ { label: "CSSSyntax:",
// menu text // CSS class
options: { "None" : "",
"Code" : "code",
@@ -171,7 +172,7 @@
},
context: "pre"
},
- { label: "Info:",
+ { label: "Style:",
options: { "None" : "",
"Quote" : "quote",
"Highlight" : "highlight",
@@ -179,7 +180,7 @@
}
}
]
- });
+ });*/
// add a contextual menu
editor.registerPlugin("ContextMenu");