λ°λͺ¨
http://www.orangehilldev.com/jstree-bootstrap-theme/demo/
λ€μ΄λ‘λ
https://github.com/orangehill/jstree-bootstrap-theme
1. css μμ€ λ§ν¬
<link rel="stylesheet" href="/jstree/themes/proton/style.min.css">
μμ themeμ λ€μ΄λ‘λ νκ³ , μ κ²½λ‘μ μ€νμΌμνΈλ₯Ό μ°Έμ‘°νλ©΄ λ!
- λΆνΈμ€νΈλ©μΌλ‘ ꡬμ±λ νμ΄μ§λΌ, λΆνΈμ€νΈλ© μ€μ μλ΅.
2. jstree μ€μ (JS)
$('#tree').jstree({
'plugins': ["wholerow"],
'core' : {
'data' : data
},
'themes' : {
'name' : 'proton',
'responsive' : true
}
}
});
3. λ°μ΄ν°
//server side μμ μ, childrenμ ν¬ν¨ν λ°μ΄ν°μ "glyphicon glyphicon-leaf" μ§μ ν΄μ€
var data = [
{
"id": "1",
"parent": "#",
"text": "TEST",
"icon": "/jstree/themes/proton/tree_icon.png" //root μμ΄μ½ μ§μ
},
{
"id": "2",
"parent": "1",
"text": "New1",
"icon": "glyphicon glyphicon-leaf"
},
{
"id": "3",
"parent": "1",
"text": "New2",
"icon": "glyphicon glyphicon-leaf"
}
]
4. κ²°κ³Ό
μ΅μμ λ Έλ (ROOT)μ μμ΄μ½μ λ€μ΄λ°μ theme ν΄λ μμ μλ μμ΄μ½μ΄λΌ jstree λ°λͺ¨μ¬μ΄νΈμμ λ μ΄
κΈ°ν μ¬μ©μνλ iconμ png νμμ μ΄λ―Έμ§ νμΌλ‘ μ§μ ν μ¬μ© κ°λ₯.
icon url : https://www.jstree.com/static/3.2.1/assets/images/tree_icon.png β νΈλ¦¬μμ΄μ½
βΌ μ μ© Tree λͺ¨μ΅ βΌ
μμμ΄ μλ λΆλͺ¨λ Έλλ leaf, μ΅νμ λ Έλλ κΈ°λ³Έ ν΄λ μμ΄μ½ μ μ©.
βΌ JSFiddle - μμ βΌ
http://jsfiddle.net/Jay89/8381ds5p/
![moon_and_james-41](http://gfmarket.phinf.naver.net/moon_and_james/original_41.png?type=p50_50)
'κ°λ° Life' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
μ΄λ―Έμ§ 보μ¬μ£ΌκΈ° (μ¨λ²νμ) (0) | 2016.07.14 |
---|---|
input checkbox 체ν¬λ°μ€ μ 체 μ ν, νλ μ΄μ μ ν κ²μ¦ (0) | 2016.07.14 |
node.js μλ²(ν¬νΈ)μ€μ (0) | 2015.10.21 |
jsp λΌμ΄λΈλ¬λ¦¬ μΆκ° (0) | 2015.10.21 |
리λ μ€ μλ²μ λ¨μ μ©λ νμΈ (0) | 2015.10.21 |