Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tree 메뉴에 root 를 추가하려면 어떻게 해야하나요? #468

Open
cofham opened this issue Jun 15, 2018 · 4 comments
Open

tree 메뉴에 root 를 추가하려면 어떻게 해야하나요? #468

cofham opened this issue Jun 15, 2018 · 4 comments

Comments

@cofham
Copy link

cofham commented Jun 15, 2018

예를 들어 tree의 root가 C 로 되어 있으면 D 라는 루트를 추가하고 싶습니다.

tree_directory = tree("#tree_directory .tree", {
root: { title:"C" },

function addDirectory(){
tree_directory.???({ title: "D" });
}

이런식으로 이벤트형식을 통해 루트를 추가하고 싶은데 어떻게 해야하는지 조언 부탁드립니다.

@seogi1004
Copy link
Collaborator

append나 insert 메소드 사용하시면 되요.
https://github.com/juijs/jui/blob/develop/js/tree.js

여기서 this로 시작하는 메소드 참고하시면 됩니다.

@seogi1004
Copy link
Collaborator

샘플도 있습니다. 참고해주세요.
http://uiplay.jui.io/?p=tree_1

@cofham
Copy link
Author

cofham commented Jun 17, 2018

C의 하위 디렉토리가 아닌 개별의 D 루트를 만드는건 불가능한가요?

@seogi1004
Copy link
Collaborator

rootHide라고 루트를 숨기는 옵션이 있습니다.
true로 설정하면 하위노드들이 다 루트처럼 보이게됩니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants