mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
모듈 목록이 나타나는 선택된 게시글 관리 팝업/ 위젯 코드 생성/ 통합검색 관리페이지에서 모듈을 모듈 카테고리로 나눠서 보다 보기 좋게 출력되도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3804 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2b84ce71fc
commit
657ae432bc
13 changed files with 118 additions and 31 deletions
|
|
@ -958,11 +958,14 @@ if(xIE4Up) {
|
|||
|
||||
if(!disabled_exists) continue;
|
||||
|
||||
sels[i].oldonchange = sels[i].onchange;
|
||||
sels[i].onchange = function() {
|
||||
if(this.options[this.selectedIndex].disabled) {
|
||||
if(this.options.length<=1) this.selectedIndex = -1;
|
||||
else if(this.selectedIndex < this.options.length - 1) this.selectedIndex++;
|
||||
else this.selectedIndex--;
|
||||
} else {
|
||||
this.oldonchange();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue