mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@316 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6c4afb721d
commit
73539eeb2b
5 changed files with 76 additions and 56 deletions
|
|
@ -10,9 +10,9 @@
|
|||
|
||||
// 아이콘을 미리 생성해 놓음
|
||||
var tree_folder_icon = new Image();
|
||||
tree_folder_icon.src = "./common/tpl/images/folder.gif";
|
||||
tree_folder_icon.src = "./common/tpl/images/page.gif";
|
||||
var tree_open_folder_icon = new Image();
|
||||
tree_open_folder_icon.src = "./common/tpl/images/imgfolder.gif";
|
||||
tree_open_folder_icon.src = "./common/tpl/images/page.gif";
|
||||
|
||||
var tree_minus_icon = new Image();
|
||||
tree_minus_icon.src = "./common/tpl/images/minus.gif";
|
||||
|
|
@ -119,10 +119,10 @@ function drawNode(parent_node, menu_id) {
|
|||
if(hasChild) {
|
||||
if(!hasNextSibling) {
|
||||
line_icon = "minus";
|
||||
folder_icon = "folder";
|
||||
folder_icon = "page";
|
||||
} else {
|
||||
line_icon = "minusbottom";
|
||||
folder_icon = "folder";
|
||||
folder_icon = "page";
|
||||
}
|
||||
} else {
|
||||
if(hasNextSibling) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue