[jQuery] [treeview] location persistance + ajax load problem

2009-04-05 Thread dip...@gmail.com
[SORRY!, this is a proper message, the first one i forgot to add a topic] hey all, having a problem with treeview by Jörn Zaefferer. I load the content from json, but i lose persistance of location. i get the tree folded and i don't know what branch i'm on to. i managed to fix this by pasting

[jQuery] treeview , default collapsable

2009-04-05 Thread yogee
Hi , I want to have the tree as default collapsed , what can be the way? Thanks yogesh

[jQuery] [treeview] nodes in firefox 3 won't collapse

2009-04-03 Thread Joseph Cocco
some basic info: jQuery: 1.3.2 Plugin: Jörn Zaefferer's Treeview plugin (1.4.1) coding with asp.net c# We are building out the HTML for the treeview in the codebehind, and then adding it to the innerHTML of a UL already on the page. This has not given us any issues in IE. The treeview renders

[jQuery] treeview

2009-04-02 Thread Almudena Fernández Fontecha
Hi, I would like to know if it is possible to link treeview links to anchor tags rather than to a whole html page. Thanks.

[jQuery] TreeView Appears as prepopulated

2009-03-30 Thread Coder555
Hi falks I'm using jquery treeview plug in. I'm using cookie based persistence. My problem is that when I reload the page , the treeview appears as expanded rather than collapsed. So what could be the work around for this? Please Help

[jQuery] [Treeview] Persistent location with pages with a query string

2009-03-18 Thread FormMailer
Hi, I have several php pages in my menu and the menu works fine. The persistent location function works well, but some of these pages can have a query string (eg. http://mydomain.com/page.php?sortby=name). My problem is that Treeview doesn't recognize that the above is the same page as

[jQuery] Treeview Menu

2009-03-13 Thread mdgoddard
I am having a little problem with the plugin on IE7. Have googled as much as I could to try and find the problem however cannot seem to find an solution or mention of except for a one year old post on the owner's web site. The problem is that in IE7, the expanded menu will briefly show then

[jQuery] [treeView]Problem with span width for title items of treeview

2009-03-13 Thread giiill
Hi, I have a problem with the first item style in my jQuery treeview. The code for this item is : span class=spanItemTVItem 1/span (see the code below) I put a background-color on the item. I would like to set its width to 100%, so that the first item bar covers the entire width screen

[jQuery] Treeview node click behavior

2009-03-11 Thread Ryan
Is there a way to make a node in the treeview expand/collapse ONLY if the +/- is clicked but not the folder icon or folder name but still make the node selectable?

[jQuery] [treeview] Node click behavior

2009-03-10 Thread Ryan
Is there a way to make a node in the treeview expand/collapse ONLY if the +/- is clicked but not the folder icon or folder name but still make the node selectable?

[jQuery] [treeview] Problems with jQuery 1.3.2

2009-02-27 Thread Antivanity
Having an issue when using treeview plugin with jq 1.3.2. I can get it to work in jq 1.2... Pretty much, from what i can tell, its not applying the classes to the ul and li tags. I think it has something to do with the way the selectors are trying to find the tags. Has anyone successfully used

[jQuery] [treeview] More than three levels?

2009-02-26 Thread eemece2
Hello! Can be used more than three levels? I'm using 4 levels, but treeview only show links to expand/colapse nodes/uls in the first two levels. A sample code is: script type=text/javascript $(#browser).treeview(); /script ul id=browser class=filetree

[jQuery] [TreeView] Dynamic tree and location persistence problem

2009-02-15 Thread train
I am using TreeView to generate a tree of the content on my website which is dynamic. If content is added the tree grows. The way I manage the dynamic tree is by creating a new tree whenever content is added and loading the newest tree to be displayed in the webpage. My idea is to use loaction

[jQuery] [treeview] unique: true - possible error

2009-02-12 Thread Mariusz
Based on async demo and jquery 1.3.1: $(document).ready(function(){ $(#black).treeview({ collapsed: true, unique: true, persist: cookie, url: source.php }) }); Page loading

[jQuery] [treeview] newbie question

2009-02-11 Thread heohni
Hi, I just got it done to implement my treeview menu: http://packpilot.s15312582.onlinehome-server.info/?f=packpilot I know, there are still some debug infos in the [ ] and the css is not right. But what I want to know today is, how can I setup my menu to show in general the first 2 levels

[jQuery] Re: Jquery Treeview bug in Tapestry5

2009-02-11 Thread pilgrim
Hi Ralph, I don't understand $ alias much. In source code, i changed $ to $jq for example. But still got conflict. After all, I changed function name remove to removeNode in jquery.treeview.async.js. Oops it does help me. Thanks for your help. Van On Feb 11, 1:44 pm, Ralph Whitbeck

[jQuery] Re: Jquery Treeview bug in Tapestry5

2009-02-11 Thread jQuery Lover
Try to put the code in an anonymous function like so: (function($){ // the code of treeview })(jQuery); More about this method and its purpose you can read - here http://jquery-howto.blogspot.com/2008/12/what-heck-is-function-jquery.html On Thu, Feb 12, 2009 at 12:06 PM, pilgrim

[jQuery] Jquery Treeview bug in Tapestry5

2009-02-10 Thread pilgrim
Hi, I'm using Tapestry5.018 (using Prototype and Scriptaculous for front end). I love Jquery and try using TreeView plugin for processing tree. Everything is ok so far but a bug with remove function in jquery.treeview.edit.js. With existence of prototype.js , remove a node in tree will remove a

[jQuery] Re: Jquery Treeview bug in Tapestry5

2009-02-10 Thread Ralph Whitbeck
noConflict will only release the $ back to the other library. You'll need to go through and update your jQuery lines like so from $(div).hide(); to jQuery(div).hide(); http://docs.jquery.com/Core/jQuery.noConflict Ralph On Feb 10, 9:59 pm, pilgrim leva...@gmail.com wrote: Hi, I'm using

[jQuery] [treeview]

2009-02-06 Thread heohni
Hi, how can I achieve to have the fisrt 2 levels of my menu always open on page load? Thanks Heidi

[jQuery] treeview custom icon

2009-02-05 Thread viklund_anders
Hi I would like to have a custom icon for one specific entry in the tree, is this possible? Thanks!

[jQuery] [treeview]

2009-01-30 Thread kryptos
Greets ... when i run the tree~menu locally .it works like a breeze. when i load it up on the webserverit freezes.firebug tells me the error is at line 176 in jquery.treeview.js the code in that line is var stored = $.cookie(settings.cookieId); the error is $.cookie is not a

[jQuery] [treeview] is it possible to only expand level?

2009-01-28 Thread teknoid
I have a tree (using the excellent treeview) plug-in, which is 2 levels deep. By default, I would like to expand level 1, while keeping everything in level 2 collapsed. Is there an option (an easy way) of specifying this? Forgive me if this has been already answered, I did try to fruitlessly

[jQuery] [treeview] CSS Styling Open Item

2009-01-21 Thread betweenbrain
Hi All, I'm having a heck of a time figuring out how I can add a custom CSS style to 'Open' treeview items. I need to figure out how to do this with cookie support. Any help would be greatly appreciated! Otherwise, can anyone clue me on how to set a cookie for toggleClass or addClass /

[jQuery] treeview with ajax

2009-01-20 Thread Iswaria
Hi I am using treeview with AJAX. But my problem is that when I combine treeview with AJAX, the treeview is always displaying it in expanded form (I want the treeview in collapsed form) Can anyone tell how to make the tree collapsed. Thanks in advance. script type=text/javascript

[jQuery] treeview with ajax

2009-01-20 Thread iswariak
Hi I am using treeview with AJAX. But my problem is that when I combine treeview with AJAX, the treeview is always in not collapsed (it is in expanded tree) Can anyone tell how to make the tree collapsed. Thanks in advance. script type=text/javascript

[jQuery] [treeview] What is wrong ?

2009-01-15 Thread Giuliani Sanches
I have the jquery working fine ( $(a).click to show an alert messages do the job) but i can't get the treeview plugin to work. My html code: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; html head title/title link

[jQuery] [treeview] Expand the trees on the image and no link

2009-01-12 Thread cv
Hello, I would like to know how to: - Permetre the conduct of a tree by clicking on the image (or file folder with a +) but when and clicking on the hyperlink (a href=index.php blabla / a ) the tree does not take place. Thank you for your help.

[jQuery] [treeview] Expand the trees on the image and no link

2009-01-12 Thread cv
Hello, I would like to know how to: - Permetre the conduct of a tree by clicking on the image (or file folder with a +) but when and clicking on the hyperlink (a href=index.php blabla / a ) the tree does not take place. Thank you for your help.

[jQuery] [treeview] Feature proposal

2009-01-04 Thread Nowaker
Hello. I would like to propose a new feature for the Treeview plugin. persist: 'location+cookie' This would use both location.href and cookies for persistance. First, the plugin searches the list for location.href. If found - opens the proper node, saves a new cookie and finishes. If not found

[jQuery] treeview - location based persistance issue

2009-01-03 Thread train
HI!! Nice job with treeview!! works like a charm! There is a little issue however... The treeview works fine, and when I navigate the content which the tree points to it also does its job by highlighting where ever I navigate to even if I click in the content rather than in the tree. However

[jQuery] Treeview expand on link clobbered by page load

2008-12-28 Thread walkinthere
I want to expand for a click on a link (a), not just the little + icon. I tried modifying this this.filter(:has(ul)).find(a,span).unbind(click.treeview).bind (click.treeview, function(event) { to this.filter(:has(ul):not(:has(a))).find(span).unbind (click.treeview).bind(click.treeview,

[jQuery] [treeview] Expand on link click

2008-12-20 Thread onelesscar
It looked like a link clicked would expand it AND the link would load. But I've found that if the link is another page, there is some event timing problem where it tries to open but then the new page loads and the expand is lost. You can see it here, zunga.orgfree.com Note that the + and -

[jQuery] [treeview] problems with async in IE but not mozilla

2008-12-18 Thread paulcurtis
Hi, I really can't work this out. Im testing the async version of treeview, just retrieving JSON from a static file for the time being. I have it set up in visual studio, running on the in built development server. I have an aspx file and a plain htm file containing the JSON. (I've

[jQuery] Re: ASP.NET C# jquery treeview

2008-12-18 Thread TomG
I also have not been able to get the async portion of jquery TreeView plug in working in ASP.NET. My WebMethod is returning data just fine. Not sure what I'm doing wrong. I can call my WebMethod just fine outside of the treeview... //var x = $.ajax({type:POST, //url

[jQuery] treeview

2008-12-17 Thread tdhsaurabh
Hi, I am new to jquery i want to use jquery treeview plugin in one of my project. It will have 2 panes left one will consist of treeview and right pane will consist of content The content will change on click of tree leaf. According to me the only way to achieve it to put a onclick or (click

[jQuery] Treeview : how to add selected class to clicked item.

2008-12-13 Thread Pankaj
I would like to highlight current selected node to the user, making current selection more visually clear using CSS If we use persist:Location, node is hightlighted [adds the selected class], but only when u refresh the page. Can some one guide me how to implement it on per click basis ?

[jQuery] [treeview] Would like to limit toggle to the plus/minus icons

2008-12-12 Thread Syntaxis
A few feature requests: 1. I want to be able to click on the text inside an LI-tag without toggling the tree. Just like in a filesystem, I want to select the folder, but not necessarily expand it's view. 2. Please keep up the good work!

[jQuery] [treeview] Attach callback to all node types

2008-12-08 Thread onelesscar
Thanks for a great plugin. What I'd like is to have any node load some html into another column of my page, instead of having to reload the whole new page. I found the toggle function in the third example, hoped to use that to load the html. toggle: function() { window.console

[jQuery] [treeview]

2008-12-03 Thread kt
I want to add a dropdown menu after each tree node i.e., [+]item1 spanullimenu1 /li/ul/span -- [+] item1.1 spanullimenu2... /li/ul/span The dropdown menu is an unordered list which gets picked up by the treeview plugin. the end result is that treeview nodes are generated for elements in

[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 controls on them

[jQuery] Treeview

2008-12-02 Thread Nick Voss
I've been having some problems implementing a simple treeview. In firefox or chrome the animation renders very quickly, but in IE 7 any expansion or contraction is slow and choppy at best. I've found that the culprit seems to be that the page's background is a 1px wide gradient (gif) that is

[jQuery] Re: jQuery Treeview 1.4 by Joern Zaefferer

2008-12-02 Thread onelesscar
My problem may have been that I was using Treeview pre-1.4.1. Treeview 1.4 is used for Sample 0. Still need to test it with 1.4. On Dec 1, 7:48 pm, onelesscar [EMAIL PROTECTED] wrote: I noticed a new example on the demo page, Sample 0 - navigation I'll try this at home. With my change,

[jQuery] Re: jQuery Treeview 1.4 by Joern Zaefferer

2008-12-01 Thread onelesscar
I'd like this as an option too. I was able to change the jquery.treeview.js script to make the link that is a folder load, but then the tree is not affected (the subfolders do not open). Note that I CAN expand the subfolders by clicking the little + box. Can I extend the hitarea to include the

[jQuery] Re: jQuery Treeview 1.4 by Joern Zaefferer

2008-12-01 Thread onelesscar
I noticed a new example on the demo page, Sample 0 - navigation I'll try this at home. With my change, it looked like it worked - the link appeared to be loaded when clicked, and the subfolders expanded. However, when I made real pages available to the parent folder link, only the link loaded

[jQuery] [treeview] Brief flash of expanded tree

2008-11-29 Thread Andrew
Hi I've got the treeview plugin set to be collapsed on load. This works generally, but every now and then, the page loads and the tree appears fully expanded, before shrinking back to it's collapsed (or whatever cookie state). The page i'm working at is www.australian-postcodes.com. Try

[jQuery] treeview pluging issues - .find(.hitarea)

2008-11-20 Thread alextait
I am fairly new to jquery and I am trying to create a product/category browser/tree using the treeview plugin and ajax. My first simple issue is this peice of code i am trying to understand. .find(.hitarea) what is happening here ? I understand the find functino but not sure about the chevron

[jQuery] Re: ASP.NET C# jquery treeview

2008-11-18 Thread mthakershi
a problem with is IDs since ASP.NET generates it's own elemnet's IDs. But you can use class if you want.. Or not mark items as runat=server then ID's will be the ones that you assigned. George. On Nov 17, 8:00 pm, mthakershi [EMAIL PROTECTED] wrote: Hi, I am trying to implement JQuery

[jQuery] Re: ASP.NET C# jquery treeview

2008-11-18 Thread George
will be the ones that you assigned. George. On Nov 17, 8:00 pm, mthakershi [EMAIL PROTECTED] wrote: Hi, I am trying to implement JQuery treeview with asp.net. I have master page and treeview is in child page. Can someone point me to an example that shows ASPX integration? I saw PHP one but I am

[jQuery] Re: ASP.NET C# jquery treeview

2008-11-18 Thread mthakershi
[EMAIL PROTECTED] wrote: Hi, I am trying to implement JQuery treeview with asp.net. I have master page and treeview is in child page. Can someone point me to an example that shows ASPX integration? I saw PHP one but I am not able to replicate the same thing in ASP.NET. Any help

[jQuery] Re: ASP.NET C# jquery treeview

2008-11-18 Thread George
: Hi, I am trying to implement JQuery treeview with asp.net. I have master page and treeview is in child page. Can someone point me to an example that shows ASPX integration? I saw PHP one but I am not able to replicate the same thing in ASP.NET. Any help is appreciated

[jQuery] ASP.NET C# jquery treeview

2008-11-17 Thread mthakershi
Hi, I am trying to implement JQuery treeview with asp.net. I have master page and treeview is in child page. Can someone point me to an example that shows ASPX integration? I saw PHP one but I am not able to replicate the same thing in ASP.NET. Any help is appreciated. Thank you.

[jQuery] Re: ASP.NET C# jquery treeview

2008-11-17 Thread George
generates it's own elemnet's IDs. But you can use class if you want.. Or not mark items as runat=server then ID's will be the ones that you assigned. George. On Nov 17, 8:00 pm, mthakershi [EMAIL PROTECTED] wrote: Hi, I am trying to implement JQuery treeview with asp.net. I have master page

[jQuery] [jQuery][Treeview] How can I create ROOT node for the tree

2008-11-16 Thread Pham Anh Tuan
Hi all, Anyone knows how to create ROOT node for the tree, sth like below ROOT --- I want to create this Node - Home - Campany Thanks for reading and looking your all help :) bowlkhin

[jQuery] Re: [jQuery][Treeview] How can I create ROOT node for the tree

2008-11-16 Thread Dirceu Barquette
Hi, I've been developing this plugin: http://sourceforge.net/projects/jqtreevial/ download the demo version and enjoy. Dirceu Barquette 2008/11/16 Pham Anh Tuan [EMAIL PROTECTED] Hi all, Anyone knows how to create ROOT node for the tree, sth like below ROOT --- I want to create this

[jQuery] [treeview] Don't close subtree when clicking on tree header

2008-11-13 Thread Dominik Deobald
I'm using treeview in one of my projects. Treeview automatically opens and closes the subtree if you click on an item that contains children. I need the option to allow the user to select an item without closing the subtree. + item 1 - User clicks here | + item 1.1 | + item 1.2 +

[jQuery] [treeview] Suggestion: function callback after async update

2008-11-13 Thread Dominik Deobald
Just a quick suggestion for future versions of treeview: I've added if (typeof(settings.asyncload) == 'function') { settings.asyncload(container); } at the end of the async load function to be able to inject some of my own code after an

[jQuery] [jQuery][TreeView] does it support drag and drop ?

2008-11-12 Thread Pham Anh Tuan
Hi all, I wonder jQuery TreeView support drag and drop, anyone knows ? Thanks for reading and looking for any reply ;) bowlkhin

[jQuery] Re: [jQuery][TreeView] does it support drag and drop ?

2008-11-12 Thread Pham Anh Tuan
Ah, thank u Jorn :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: 13 Tháng Mười Một 2008 12:11 SA To: jquery-en@googlegroups.com Subject: [jQuery] Re: [jQuery][TreeView] does it support drag and drop ? The treeview

[jQuery] Re: [jQuery][TreeView] does it support drag and drop ?

2008-11-12 Thread Jörn Zaefferer
wonder jQuery TreeView support drag and drop, anyone knows ? Thanks for reading and looking for any reply ;) bowlkhin

[jQuery] [jQuery][TreeView][Help] is there any way to implement an icon at the right side of each node ?

2008-11-12 Thread Pham Anh Tuan
Hi all, I’m looking for your help in implementing an icon at the right side of each node, in jQuery TreeView. Why do I want to do that, simply I just want to have an icon, such as Delete icon, so that I can click on that icon to delete a node, or do sth like edit, or … an icon to show

[jQuery] jquery treeview reload problems / firefox

2008-11-12 Thread ktklin
Hello, i have got a problem with my jquery treeview menu and firefox 3.0.3 I built a static menu that contains 60 folders at the root level. At the second level there are 10 folders that have 1 - 15 child nodes The menu looks like SECTION |-Table | |-Add Table | |-Table1 | |-Table2

[jQuery] [Treeview] How many nodes can it handle?

2008-11-04 Thread Sarah Taraporewalla
I am using the treeview jquery plugin: http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ I have a tree with 56 nodes in the top level. When I load this tree, I keep getting a stop script. Is this too many nodes for the tree to handle? Cheers Sarah

[jQuery] Treeview and Search Engines

2008-11-04 Thread TypicallyTropical
Hi Are links to pages in 'Treeview' valid for Search Engines. Can Search Engines follow the links? Thanks SC

[jQuery] [treeview] How collapse all after any click

2008-11-04 Thread Pasha
Hi! Help please with Treeview plugin. I have a categoty tree and I need to collapse all category after any click on any category. in other i need any time only one category in expand condition it's similars Collapse All in treecontrol but after any click on category and then expand selected

[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

[jQuery] Re: jQuery Treeview 1.4 by Joern Zaefferer

2008-10-27 Thread Jörn Zaefferer
Can't find anything obvious. Could you provide a stripped down testpage that shows the issue but contains only a very basic tree and nothing else? Jörn On Thu, Oct 23, 2008 at 10:29 PM, Cruizer [EMAIL PROTECTED] wrote: I am using this menu for a clients website, and I am having some problems

[jQuery] Re: jQuery Treeview 1.4 by Joern Zaefferer

2008-10-27 Thread Cruizer
Thanks for looking into this. Here is what you requested. I took your original demo page, removed demos 1 3 and modified Demo 2. I added collapsed: true and changed the persist to location in the demo.js file. Folder 1 has been linked to index.html, Folder 2 has been linked to # and Folder 3

[jQuery] Re: jQuery Treeview 1.4 by Joern Zaefferer

2008-10-27 Thread urlee net
Hello, I am starting a very new service: www.urlee.net www.urlee.net www.urlee.net And with Urlee.net you could create: www.yourname.urlee.net www.yourname.urlee.net www.yourname.urlee.net And it is for free, it is a FREE REDIRECTION SERVICE! Like CJB, you could change verylong.url

[jQuery] TreeView serialize

2008-10-27 Thread Mhissen
Hello, I created a dynamic TreeView in my page. I wish thereafter back up this TreeView in a data structure. Someone could help me..? Thank you.

[jQuery] Re: jQuery Treeview 1.4 by Joern Zaefferer

2008-10-26 Thread Cruizer
Bueller? Bueller? On Oct 24, 9:50 am, Cruizer [EMAIL PROTECTED] wrote: Has anyone come across this before?  This is the only thing from making this menu perfect in my opinion. Thanks, Brent On Oct 23, 4:29 pm, Cruizer [EMAIL PROTECTED] wrote: I am using this menu for a clients

[jQuery] Re: jQuery Treeview 1.4 by Joern Zaefferer

2008-10-24 Thread Cruizer
Has anyone come across this before? This is the only thing from making this menu perfect in my opinion. Thanks, Brent On Oct 23, 4:29 pm, Cruizer [EMAIL PROTECTED] wrote: I am using this menu for a clients website, and I am having some problems with functionality. I may be reading it

[jQuery] jQuery Treeview 1.4 by Joern Zaefferer

2008-10-23 Thread Cruizer
I am using this menu for a clients website, and I am having some problems with functionality. I may be reading it wrong, but in the documentation under persist: 'location' it states looks within all tree nodes with link anchors that match the document's current URL (location.href), and if found,

[jQuery] Treeview - close/hide list item when list item/submenu item is clicked

2008-10-20 Thread caydieu
Hi, I really enjoy this plugin, great job to all the folks who have made it possible. I'm using treeview to have as an FAQ page. Right now, to close out a submenu, the user has to reclick the parent menu. I would like to add a feature where the viewer can click the an li item/submenu (in this

[jQuery] treeview

2008-10-17 Thread [EMAIL PROTECTED]
Hi, I love this plug in, it is great. However, I was wondering if it was possible to add a close/hide submenu/files function to the submenu/ files when clicked on. What I'm trying to get at is when you click on an expanded submenu item, the parent menu would close so that the viewer does not have

[jQuery] treeview: options 'animated' and 'speed'

2008-10-15 Thread pjdevries
In an older version of my application, I applied option 'speed: fast' to my treeview. For a more recent version I wanted to find out exactly which settings are applicable for this option, but I could't find any documentation on it. The 'animated' option is documented though and because it can be

[jQuery] [treeview] is there a way to extend the click element?

2008-10-14 Thread Rainaer
I would like to be able to dynamically assign aditional functionality to the onclick event within the treeview list structure so that it would not only expand the tree display, but also perform a function which I assign to the list element. Is this possible? Thank you Robert Zumwalt

[jQuery] [treeview] is there a way to extend the click element?

2008-10-14 Thread Eric
FAIL. :-( On Oct 14, 2:31 pm, Eric [EMAIL PROTECTED] wrote: or at least I tried to change the subject... hrm... second try. On Oct 14, 2:31 pm, Eric [EMAIL PROTECTED] wrote: I'm sorry, I don't have an answer, but I have edited the subject line of the message so that the people that

[jQuery] [Treeview] is there a way to extend the click element?

2008-10-14 Thread Eric
or at least I tried to change the subject... hrm... second try. On Oct 14, 2:31 pm, Eric [EMAIL PROTECTED] wrote: I'm sorry, I don't have an answer, but I have edited the subject line of the message so that the people that *can* help can better identify the message. I did notice that

[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

[jQuery] treeview: prendered + cookie persistence

2008-10-06 Thread pjdevries
I'm using treeview (version 1.4.1) with the 'prerendered' option in combination with 'cookie' persistence. This seems to work fine until the page with the treeview is build from scratch (as opposed to refreshed as a result of pressing the browser back button for instance). Because I build the

[jQuery] treeview

2008-09-26 Thread bdct
Hello i hope someone can help this is driving me mad. Im using jquery-1.2.6.pack.js jquery-treeview.js jquery-cookie.js for a menu on www.bdct.nhs.uk everything works ok apart from in ie6 where some of the links disappear. but even this is inconsistent on different machines with ie6 installed.

[jQuery] [treeview] newbie...

2008-09-21 Thread GARIL
What I'm trying to accomplish with the code below is populate nodes dynamically. Thus when a user clicks on a node, I call the function below. The problem is that when the tree is rendered the + and - images to the left of the node does not appear for the new children. Am I doing something

[jQuery] jQuery Treeview + CheckBox

2008-09-21 Thread Don Quijote de Nicaragua
It is possible to use a CheckBox in a Treeview? Es posible usar un CheckBox en un Treeview? Don Quijote de Nicaragua. Elder Soto.

[jQuery] Treeview problem with checkboxes in IE

2008-09-20 Thread mrhankey
I have set up a tree using Treeview where each list item includes a checkbox input. This works perfectly on Firefox but with IE 6 7 every time I expand a tree branch the checkboxes in the branch all disappear almost immediately after the branch opens. Furthermore, when I mouse over a parent node

[jQuery] [treeview] toggling a node from js

2008-09-16 Thread pihentagy
Hi! I'd like to expand some branches in a treeview. (It is basically a collapsed tree, with some brances opened). Can I do that from javascript? If I simply toggle the visibility, then the expander icon will be screwed up. thanks Gergo

[jQuery] [treeview] making long names display in a single line

2008-09-14 Thread Foo JH
Hi Jorn and users of treeview, In my treeview implementation I need to restrict the width of the object. It's possible that some of the the tree node names will be quite long. Currently when this happens the node name is wrapped into 2 or more lines. I tried to adjust the css to force it into a

[jQuery] [TreeView] Lazy-load

2008-08-28 Thread debussy007
Hello, I use the Tree plusgin of Bassassistance but I noticed the files in the lazy-load demo was not the same as the files to download. For example there is no image ajax-loader.gif in the files. I tried to add it and add in the CSS the code that's missing: .treeview .placeholder {

[jQuery] [treeview] Trigger event...

2008-08-21 Thread Stan Lemon
Jorn, Greetings! Love your treeview plugin and I've used it on a number of projects. I have a particular project right now where in my particular li node I have a span that has a click function attached to it, and when that click function is called I'd like for the treeview action not to be

[jQuery] [Treeview] Cookie based persistence

2008-08-21 Thread Av-
For those using the treeview plug-in by bassistance.de, note that for the cookie based persistence to work you must include the jquery cookie plugin which can be found here. http://plugins.jquery.com/project/cookie This may be written somewhere in the original documentation, I'm not entirely

[jQuery] [TreeView] - How to collapse/expand with a link?

2008-08-19 Thread [EMAIL PROTECTED]
I have a UL list which i apply the treeview plugin. So far so good. The treeview control works like it should, but I need to be able to assign a link to collapse the tree. Any link without being inside a treecontrol div. The treecontrol assigns actions according to order of appearing links.

[jQuery] [treeview] Async loading

2008-07-21 Thread KILE
Hello everyone! I'm playing around with the great treeview control. I've been using the .asyc extension to load huge trees into the page using ajax. Right now I just use settings { url: page.php?parameters...} as base page for request. This page will give back the content depending on the current

[jQuery] [treeview] Async loading

2008-07-21 Thread KILE
Hello everyone! I'm playing around with the great treeview control. I've been using the .asyc extension to load huge trees into the page using ajax. Right now I just use settings { url: page.php?parameters...} as base page for request. This page will give back the content depending on the current

[jQuery] treeview context menu

2008-07-11 Thread acoldone
Has anyone had any luck creating a context menu for the tree view? I am having the tree open up and populate a form when a node name is left clicked and I want to be able to have delete and add functions for the context menu when a node name is right clicked? I'm hoping to hook up these events

[jQuery] [treeview] hundreds of requests for images in IE6.

2008-07-01 Thread Darren
Hello, I am using the jQuery treeview plugin and when expanding nodes in IE6 the browser is making large amounts of requests for the supporting images. Is there a way around this so that each image is only requested once. I noticed that this also happens with the samples. Thanks. Darren.

[jQuery] [treeview] hundreds of requests for images in IE6.

2008-07-01 Thread Darren
Hello, I am using the jQuery treeview plugin and am noticing that every time I expand and collapse nodes the browser is making hundreds of requests for the images associated with the tree. I notice it also happens on the treeview demo page. Does anyone have a workaround for this? Many Thanks

[jQuery] [treeview] Cookie domain and path

2008-06-29 Thread jcruz
When setting a value for cookieId, is it possible to specify a cookie domain and path?

[jQuery] [treeview] Combining treeview and sortable (and droppable)

2008-06-25 Thread TheChrisPratt
Snef schrieb: Is the treeview usable together with sortable (and droppable)? And if so, how can I accomplish it? So far the treeview plugin lacks the necessary support to update hitareas and the necessary classes after reordering elements. If you take a look at the plugin on how the add-option

[jQuery] [Treeview] Dynamically adding nodes to the async treeview

2008-06-22 Thread SirHoundalot
Hi all I'm using the async version of the treeview plugin by Jörn Zaefferer. I'd really like the ability to dynamically add nodes to the treeview, but am experiencing some difficulties in doing so. Currently I've managed to get top-level leaf nodes added using the following code: function

[jQuery] [Treeview] Dynamically adding nodes to the async treeview

2008-06-22 Thread SirHoundalot
Hi all I'm using the async version of the treeview plugin by Jörn Zaefferer. I'd really like the ability to dynamically add nodes to the treeview, but am experiencing some difficulties in doing so. Currently I've managed to get top-level leaf nodes added using the following code: function

<    1   2   3   >