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

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
4.26
4.27
4.28
4.29
4.30
5.1
5.2
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.10
5.11
5.12
5.13
5.14
5.15
5.16
5.17
5.18
5.19
5.20
5.21
5.22
5.23
5.24
5.25
5.26
5.27
5.28
5.29
5.30
5.31
6.1
6.2
6.3
6.4
6.5
6.6