[jQuery] JQuery treeview plugin and async fetches for more tree-data

2009-12-14 Thread gouldtv
I'm trying to create a collapsing/expanding animated treeview in Javascript. I found the JQuery treeview plugin, and it's working great. However, I have one key need that I can seem to figure out with the samples provided: Basically I need the "advanced async feature"

[jQuery] Treeview plugin for navigation - solution

2009-07-16 Thread Matt B.
I just thought I'd post a solution I came up with that may be helpful to anyone using the treeview plugin for navigation. The problem I ran into was that the cookie persistence was working, but since I was using the tree for navigation to different directories of my site, sometimes the cookie wou

[jQuery] JQuery TreeView Plugin Problem: Text Alignment in IE

2009-05-09 Thread Paul Selormey
Hello, I am currently using the treeview plug in at http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ Is is a nice work, and I am really pleased with it. I, however, have a problem of text alignment with the tree lines when I combined the treeview with the tabview in the jquery-ui libr

[jQuery] Treeview Plugin -- What are the options???

2009-04-28 Thread Marv
The documentation doesn't seem to detail the optoins and the demos use some but without any explanation of what options and settings are available. For example, what does 'Unique:' mean? Or 'Control:'?

[jQuery] Treeview plugin - dynamically editing folders

2008-12-03 Thread c.barr
I'm working on a folder interface using the jQuery Treeview plugin, which has been awesome so far - but I need it to do a bit more. I've got the basics down for being able to add or remove a folder at any level, but the folders I add don't have the appropriate expand/ collapse c

[jQuery] TreeView Plugin by Jörn Zaefferer (Asynchro nous mode)

2008-10-28 Thread garthos
Hi ! I need your help ! I want to create an asynchronous treeview with the jQuery plugin but the documentation for asynchrone mode doesn't exist My problem is simple , I just want to call a function when i click on an item of treeview (parent and children) and passed the id to this functio

[jQuery] TreeView plugin

2008-10-13 Thread jorgeborgia
Even considering the TV plugin works nice ,we need some specific features like handling each graph (+,- ) instead of using an unique image.Plus we need to generate them from a Perl CGI ,using our interface.We are advanced on the matter but I think a check with the group would be useful. Comments w

[jQuery] jQuery Treeview Plugin FireFox Problems [treeview]

2008-04-08 Thread Barry
Hi all, First a caveat: I'm new to jQuery and JavaScript. I'm having trouble with the jQuery Treeview plugin. In my hands it doesn't work properly on Firefox. On either Jorn's demo page (http://jquery.bassistance.de/ treeview/demo/) or my own local implementations; w

[jQuery] treeview plugin / windows safari 3.1

2008-04-04 Thread cfdvlpr
it looks like there is a bug that defaults all the menus to expanded rather than closed. any idea how this might be corrected?

[jQuery] treeview plugin How can i add a different class to each level

2007-10-23 Thread Juergen Hecht
Hi, is it possible to add differnt css classes to the difefrent levels(childs) with the treeview plugin Regards Juergen

[jQuery] treeview plugin How can i add a different class to each level

2007-10-23 Thread Jürgen Hecht
Hi, is there a possibility to add a special class to each level(child) on the treeview plugin? Kind Regards Juergen

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-12 Thread Christiaan van Woudenberg
FYI, this version of Treeview raises warnings when validating against JSLint in a few critical areas, and causes the JS compressor that I use by LCASoft ( http://www.lcasoft.com/compress-js.html ) to break the plugin. In SVN revision 3522, they are: * On line 67, asignment not terminated with ; *

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-05 Thread Jörn Zaefferer
Guy Fraser schrieb: Jörn Zaefferer wrote: If you need keyboard navigation, async loading and d&d and similar stuff you need to either wait for the UI tree component or take a look at Ext's tree components. I don't plan to extend this plugin in them mentioned direction: I want to keep it le

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-05 Thread Guy Fraser
Jörn Zaefferer wrote: > If you need keyboard navigation, async loading and d&d and similar > stuff you need to either wait for the UI tree component or take a look > at Ext's tree components. I don't plan to extend this plugin in them > mentioned direction: I want to keep it leightweight, provi

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-04 Thread Jörn Zaefferer
Guy Fraser schrieb: If you could match the feature set of the nlstree [1] it would be really awesome: [1] http://www.addobject.com/products/javascript/tree/nlstree.php If you need keyboard navigation, async loading and d&d and similar stuff you need to either wait for the UI tree component

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Matt
Thanks Jorn, already updated a few pages I'm using this on. Great plugin, thank you for all the hard work! On Oct 2, 3:29 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Good news everyone! The treeview plugin version 1.3 is out, giving you > an even better tool at hand to display and navigate yo

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Guy Fraser
Jörn Zaefferer wrote: > Okay, I've removed my stupid last minute optimization. Please give it > another try. Yes, the +/- now work great :) If you could match the feature set of the nlstree [1] it would be really awesome: [1] http://www.addobject.com/products/javascript/tree/nlstree.php Guy

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Jörn Zaefferer
Matt schrieb: Very nice plugin. Do you plan to add some "callbacks" options (for example, open, close, toggle, remove), and/or possibility to add/remove branches/items from an ajax request ? I'm thinking of using it as a directory browser as you can guess :-) The options toggle and add should

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Matt
Very nice plugin. Do you plan to add some "callbacks" options (for example, open, close, toggle, remove), and/or possibility to add/remove branches/items from an ajax request ? I'm thinking of using it as a directory browser as you can guess :-) thanks Matt 2007/10/3, Jörn Zaefferer <[EMAIL PROT

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Jörn Zaefferer
Scott Trudeau schrieb: Jörn, Nice plugin. I'm hoping to make use of it very soon. I'm having trouble with the demo (both on bassistance and on jquery docs). Collapse All / Expand All / Toggle All seems to work, but clicking the +/- does not. Firebug reports no errors. It renders poorly

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-02 Thread Guy Fraser
Scott Trudeau wrote: > Nice plugin. I'm hoping to make use of it very soon. I'm having > trouble with the demo (both on bassistance and on jquery docs). > Collapse All / Expand All / Toggle All seems to work, but clicking the > +/- does not. Firebug reports no errors. It renders poorly on

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-02 Thread Scott Trudeau
Jörn, Nice plugin. I'm hoping to make use of it very soon. I'm having trouble with the demo (both on bassistance and on jquery docs). Collapse All / Expand All / Toggle All seems to work, but clicking the +/- does not. Firebug reports no errors. It renders poorly on IE. Tested: FF2/Mac, Safar

[jQuery] Release: jQuery treeview plugin 1.3

2007-10-02 Thread Jörn Zaefferer
Good news everyone! The treeview plugin version 1.3 is out, giving you an even better tool at hand to display and navigate your trees. Plugin page(s): http://jquery.com/plugins/project/treeview & http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ Demos: http://jquery.bassistance.de

[jQuery] treeview plugin - store option doesn't work to remember which items were clicked

2007-09-12 Thread cfdvlpr
Here's what I've got got in the head section of my HTML: $(function(){ $("#pageNav").Treeview({speed: "fast", collapsed: true, store: true}); }); The store option doesn't appear to work at all for me. I do have the cookie plugin included. I don't get any error m