mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
simulz님의 msword2007 에디터 스킨 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3072 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
189300300f
commit
ec8788e59c
40 changed files with 243 additions and 0 deletions
10
modules/editor/skins/msword2007/js/editor.js
Normal file
10
modules/editor/skins/msword2007/js/editor.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Editor Option Button
|
||||
function eOptionOver2(obj) {
|
||||
obj.style.marginTop='-22px';
|
||||
obj.style.zIndex='99';
|
||||
}
|
||||
|
||||
function eOptionClick2(obj) {
|
||||
obj.style.marginTop='-44px';
|
||||
obj.style.zIndex='99';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue