mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@514 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
512072bcd1
commit
84b6011db2
2 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ var color_list = new Array('000000','993300','333300','003300','003366','000080'
|
||||||
|
|
||||||
function setColor(color) {
|
function setColor(color) {
|
||||||
opener.editorFocus(opener.editorPrevSrl);
|
opener.editorFocus(opener.editorPrevSrl);
|
||||||
//opener.editorSetForeColor("#"+color);
|
|
||||||
opener.editorSetBackColor("#"+color);
|
opener.editorSetBackColor("#"+color);
|
||||||
opener.editorFocus(opener.editorPrevSrl);
|
opener.editorFocus(opener.editorPrevSrl);
|
||||||
self.close();
|
self.close();
|
||||||
|
|
|
||||||
|
|
@ -323,7 +323,6 @@ function editorChangeFontSize(obj,srl) {
|
||||||
|
|
||||||
function editorSetForeColor(color_code) {
|
function editorSetForeColor(color_code) {
|
||||||
editorDo("ForeColor",color_code,editorPrevSrl);
|
editorDo("ForeColor",color_code,editorPrevSrl);
|
||||||
editorPrevObj.style.visibility = 'hidden';
|
|
||||||
editorFocus(editorPrevSrl);
|
editorFocus(editorPrevSrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue