upgrade xquared to v20071205, remove prototype.js, remove prototype dependencies in editor.html, fix bugs in xquared.js, xquared-min.js, replace xquared.js into xquared-min.js in editor.html

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3160 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2007-12-06 02:35:24 +00:00
parent 2f0d39d052
commit b5a09b8fe1
11 changed files with 1127 additions and 4784 deletions

View file

@ -9,13 +9,12 @@
font-weight: bold;
}
</style>
<script type="text/javascript" src="../js/prototype.js"></script>
<script type="text/javascript" src="../js/xquared.js"></script>
<script type="text/javascript">//<![CDATA[
var xed;
window.onload = function() {
xed = new xq.Editor($("xqEditor"), $("xqToolbarContainer"));
xed = new xq.Editor("xqEditor", "xqToolbarContainer");
xed.setEditMode('wysiwyg');
xed.loadStylesheet("css/xq_contents.css");
xed.focus();