mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4782 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ec9f2e5062
commit
0c6422b669
1 changed files with 5 additions and 2 deletions
|
|
@ -487,13 +487,15 @@ function showEditorHelp(e,editor_sequence){
|
|||
if(xGetElementById(oid).className =='editorHelp'){
|
||||
|
||||
xGetElementById(oid).className = 'editorHelp open';
|
||||
if(e.pageX <= xWidth('helpList_'+editor_sequence)){
|
||||
/*
|
||||
if(xEvent(e).pageX <= xWidth('helpList_'+editor_sequence)){
|
||||
xGetElementById('helpList_'+editor_sequence).style.right='auto';
|
||||
xGetElementById('helpList_'+editor_sequence).style.left='0';
|
||||
}else{
|
||||
xGetElementById('helpList_'+editor_sequence).style.right='0';
|
||||
xGetElementById('helpList_'+editor_sequence).style.left='';
|
||||
}
|
||||
*/
|
||||
}else{
|
||||
xGetElementById(oid).className = 'editorHelp';
|
||||
}
|
||||
|
|
@ -503,8 +505,9 @@ function showEditorExtension(e,editor_sequence){
|
|||
var oid = 'editorExtension_'+editor_sequence;
|
||||
if(xGetElementById(oid).className =='extension2'){
|
||||
xGetElementById(oid).className = 'extension2 open';
|
||||
|
||||
var e = new xEvent(e);
|
||||
if(e.pageX <= xWidth('editor_component_'+editor_sequence)){
|
||||
|
||||
xGetElementById('editor_component_'+editor_sequence).style.right='auto';
|
||||
xGetElementById('editor_component_'+editor_sequence).style.left='0';
|
||||
}else{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue