PS
unread,Nov 2, 2010, 5:22:10 PM11/2/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsTree
I wanted to change the default triangular icons to +,- symbols. I
tried so many ways but nothing worked.I have been sitting with this
for the past 2 days.Below is the sample code. Somebody please help
me!!
Should i make any other changes to the css or js file?
"themes" : {
"theme" : "default",
"dots" : true,
"url" : "/EPDA/themes/default/style.css"
},
"types" :{
"types":{
"doc":
{
"icon":
{
"image":"images/file.png"
}
},
"parentFolder" :
{
"icon" :
{
"image":"images/foldericon.png"
},
"icon-open" :
{
"image":"images/minus.png"
},
"icon-closed" :
{
"image":"images/plus.png"
}
},
"childFolder" :
{
"icon" :
{
"image":"images/foldericon.png"
},
"icon-open" :
{
"image":"images/minus.png"
},
"icon-closed" :
{
"image":"images/plus.png"
}
}
}
},