mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
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:
parent
2f0d39d052
commit
b5a09b8fe1
11 changed files with 1127 additions and 4784 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue