트리메뉴 사용하려다 궁금한게 있어서 질문드려용...

1

안녕하세요 공대여자님

홈페이지 개발하면서 트리메뉴를 사용하려고 하는데요  모르는 부분이 있어서 질문올립니다요  ~^^

라벨클릭이벤트 줄때인데요....

실력이 부족해서  thisC 가 의미하는게 무엇인지 잘모르겠습니다^^;

그리고 어떻게 html페이지에 있는 onclick와 연결되는지...

답변좀 부탁드려요.. ㅎㅎ  

dl.dt.spanLabel.onclick = function(thisC){
   return function(){
    if(thisC.isMovable){
     //this.dl.style.position = 'relative';
    }else{ 
     thisC.onclick(this.dl.data);
    }
   }
  }(this);

--------------------------------------------------------------html 페이지---------------------------------------

var tree = new jcTree();
with(tree) {
 setTargetNode(document.getElementById('divTest'))
 draw(data)
 showById('id31');
 onclick = function(data){
  alert('아이디 : '+data['id']+' , 라벨:'+data['label']);
 }

}

댓글
  • No Nickname
    No Comment
  • 권한이 없습니다.
    {{m_row.m_nick}}
    -
목록형 📷 갤러리형
제목
태그 적용
여보세요? 손님도 적으실 수 있습니다. 11
6.1
6.2
6.3
6.4
6.5
6.6
6.7
6.8
6.9
6.10
6.11
6.12
6.13
6.14
6.15
6.16
6.17
6.18
6.19
6.20
6.21
6.22
6.23
6.24
6.25
6.26
6.27
6.28
6.29
6.30
7.1
7.2
7.3
7.4
7.5