[jQuery] Re: treeview custom icon

2009-02-09 Thread jQuery Lover
; I would like to distinguish one folder from all other folders. > > > Date: Thu, 5 Feb 2009 19:20:01 +0530 > Subject: [jQuery] Re: treeview custom icon > From: tareq.m...@gmail.com > To: jquery-en@googlegroups.com > > Yes it is possible . >

[jQuery] Re: treeview custom icon

2009-02-07 Thread Anders Viklund
This works fine for replacing the file image, but how can I replace the collapsable and expandable folder images? I would like to distinguish one folder from all other folders. Date: Thu, 5 Feb 2009 19:20:01 +0530 Subject: [jQuery] Re: treeview custom icon From: tareq.m...@gmail.com To: jquery

[jQuery] Re: treeview custom icon

2009-02-05 Thread jQuery Lover
I thinks the plugin already added the image, so you have to replace it. As far as I can remember treeview adds icons using CSS so you should give to the entry a specific id/class and specify a new icon in your CSS file... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On

[jQuery] Re: treeview custom icon

2009-02-05 Thread Mohd.Tareq
Yes it is possible . suppose u have a tree [ A ] Branches are [ B,C,D ] then if u wana add icon on B branch , then give a id of B branch div $('#Bid').prepend(''); hope this will help u. regards Ragx. On Thu, Feb 5, 2009 at 6:52 PM, viklund_anders wrote: > > Hi I would like to have a custom icon