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

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}}
    -
제목 작성자 날짜
공대여자
mins
여보세요? ㅋㅋㅋ 안녕하세요 S 1
김영봉
왕초..보
한종원
초보
곽연복
새라텐크레디
톡박커01
명랑지훈
고승기
구린터01