Hi,
I want to prevent expand/collapse behavior when clicking on a node
(folder) in the tree. I only want to expand/collapse when clicking on
the plus/minus sign (+/-).
I have tried to use stopPropagation on the click event but I don't get
it to work.
Any sugestions?
Thanks
Andreas
Hi,
I've been using treeview for a while now and was wondering, is there a
setting or modification that I can use to make only a certain folders
collapsed on load? Based on the options available that I read, it only
has collapse all, or none. What I want to do is just collapse the very
top folder w
Hi,
I'm using the excellent tree view component in a Java web app. For
simplicity I currently have it pre-load all the content for the tree
(i.e. all the elements of the list). I'd prefer to have a scheme
where when the user presses the '+' to expand a folder, then a request
is made to the serve
I'm curently using jquery.treeview and.treeview.async to display data
in treegrid.
It works fine with jQuery ver 1.3.2, but when i upgrade jQuery library
to version 14, the look of tree view is whacked.
Let me know what's your recommendation on this.
Thanks
Teddy
I am using the treeview plugin (with the famfamfam theme) as a
navigation tool, does anyone know how to stop a node which is a link,
that also has child nodes from collapsing/expanding when the actual
link is clicked? Basically, I want the tree to only collapse/expand
when the "plus"/"minus" (hitar
Hello,
at first I can say that Treeview is a great jQuery plugin!
I use the plugin a lot and have some questions now.
I found a newer Version "pre-1.4.1" here:
http://view.jquery.com/trunk/plugins/treeview/jquery.treeview.js
Demo: http://view.jquery.com/trunk/plugins/treeview/demo/
Is this versio
In the async extension the the jquery treeview plugin, I would like to
request that an event trigger be sent each time a new branch of the
tree is loaded. It could be as simple as adding "$(container).trigger
('treeviewLoaded');" to the async extension.
Additionally, I would
Hi,
I want to implement bookmarks (something like when you press CTRL+B in
your browser) in my WordPress site. It seems to me that TreeView
jQuery plugin would be the best solution.
I have no idea how to implement it. Could somebody guide me?
I searched and found that jQuery is part of WordPress
The async demo of treeview uses a file called source.php.
In that file the various entries are listed in the following way (just
showing text in the demo):
"text": "1. Pre Lunch (120 min)",
"expanded": true,
"classes": "important",
"children
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"
I think I may have found a bug with the jQuery treeview plugin:
Steps to reproduce:
1) Edit the sample "source.php" file that comes with the plugin to
include a "second" lazy-loading sub-tree (see below)
2) Next, run the async demo page. Click the second async link you
I am using a jQuery plugin to draw the treeview, but the margin of the
elements looks wrong in IE6 and IE 7, if name is too long to fit in
div (this container div has "overflow: scroll;" ) the name come
beneath the icon. I am not able to track it down. However this work
fine in firefox and safar
http : // img517 . imageshack . us /img517/ 3318/ alerta. jpg (it's in
portuguese)
It's a famous alert box saying that my JS script is slowing down the
loading, asking if I wanna continue, or interrupt.
I've tried so many things to speed up that part of script, but I was
unsucessfull.
I'll only de
HI all,
I am new to Jquery so am struggling with certain aspects. I want to
populate a text box with the node that
I click on so that I as I traverse the tree down I would get a built
up string of the file path
eg.
first click:HR Management/
second click: HR Management/Attendance M
Hi,
I have a problem with adding nodes to selected node. Could anyone help
me with some sample code in which bu clicking a button new branch is
added to selected node.
thanks for help
Hi,
I noticed that the "expandable-hitarea" and "collapsable-hitarea"
classes are not assigned as they should in inactive tabs when using
jquery ui tabs.
The lists in these inactive tabs are expanded by default (just as they
should) but the assigned class is "expandable-hitarea", thus showing
the
I've been working with Jörn Zaefferer's treeview control, and overall
have found it great. But I am having problem, not as much with
dynamically adding items, but getting them to properly display once
they are added. My treeview is something like this:
Level 1 Item (open)
Level 2 Item (open)
Is it possible to not toggle a node in the tree if the user clicked
on an anchor in the list entry? Right now, the hitbox is the entire
list element. If that list element contains an anchor, the anchor is
followed as well as the node in the tree is toggled. I would like to
find a way to do the
I have a treeview in my application and all works pretty well with it.
I want the toggle +/- button to work as it does by default, but want
the rest of the node to not trigger the collapse/expand event. How
would one go about preventing this behavior? I've checked the other
threads that are similar
Hi,
My hosting service does doesn't have gzip compression enabled -- and
I'm looking for a server to connect to jquery.treeview.js to speed up
my page loading.
I use http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js
and http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min
Greetings:
I am trying to get a proof of concept going for using Jquery Treeview
Async to build a dynamic tree with JSP. I looked at the documentation
on the Treeview website but I am unable to get this to work.
My "host" page calls another jsp as follows:
$(document).read
I have a xml file which has the data to be loaded in the treeview.
First of all, I would be really glad if treeview can read any xml.
Then I can convert my xml to that sort. Secondly, if I have to provide
an unordered list, which I can generate from the xml; what will be the
way of dynamically add
Is it possible to expand all the parents of a given node based on an ID?
I have a large nested tree view that the selected values can actually be 6 or 7
levels deep and I would love to be able to pass an ID to the treeview to show
and have all the parents expanded.
I am trying to remove the default behaviour from the within the
Treeview structure. I want the +/- icons to continue to toggle but
when a user clicks on the A I want to fire my own event.
This event is currently firing fine, but it also fires the toggle
behaviour meaning the tree still expands o
I'm using Treeview and I need to be able to tell it to collapse via
Javascript (as in, from another function outside of the Treeview
code). I have searced everywhere for a how-to and can't figure it out.
I'm hoping someone can suggest a way of doing it.
I was able to successfully install treeview in my app and it works
very well. However, my app needs to support a right to left
language. Is treeview able to support rtl? If not, is it possible to
do code changes to support rtl?
Cheers,
I'm very new a jQuery, and still just learning.
I've succesfully implented the treeview plugin on my html list. Only,
I don't want it to collapse when I click on a expanded folder. I do
want it to collapse when I click on a other folder that's not a child.
So that you only have one branch visible
First, thanks for the Treeview extension. It is great!
I have it running fine, and I have been using the lazy-loading
extension. I need to build my tree using AJAX and add an anchor tag
inside the LI tag so that I can display a dynamic treeview and allow
the user to click on a folder or leaf node
Hi there,
I was wondering if anyone has any knowledge of combining the
bassistance treeview plugin with jquery ui's sortable plugin? I need
to know this especially within the context of being able to drag and
drop from a nested ul (or node) to it's parent.
If this is not really a feasible option
On Aug 23, 4:02 pm, serdartu wrote:
> When i used jquery treeview plugin inside accordion plugin treeview
> styles not working?
>
> Best Regards
I'm having the same problem. Anyone know any workarounds for this?
-Andreas
Hi!
I'm currently working on a project in wich I use a pair of trees. The
thing is that one of them is too big and IE6 (it needs to be
supported :s ) takes forever to process the tree so I want to load it
asynchronously branch by branch using the async version of the tree.
The problem is that I
When i used jquery treeview plugin inside accordion plugin treeview
styles not working?
Best Regards
Ok, I'm trying to use the treeview plugin.
lets start with the index.html script includes:
>
> src="jqueryUI/js/jquery-ui-1.7.2.custom.min.js">
> http://jqueryui.com/latest/ui/effects.core.js";>
> http://jqueryui.com/latest/ui/effects.transfer.js";>
>
> src="jqueryUI/js/jquery.treev
Hi,
I've faced with the problem with reloading ajax tree. I'm reloading it
calling treeview() method with all initializaating params, but after that
all expandable nodes does not expand.
You can reproduce this case with firebug on async tree demo page
http://jquery.bassistance.de/treeview/demo/asyn
The short answer to either scenario is "yes". It's really more based
on whatever your server-side code creates in the unordered list sent
to the browser. Alternatively, jQuery could modify the UL after it's
delivered, but if it's very large at all you may see some client-side
performance issues wi
I am new to JQuery and Treeview and I am in trying to assess if the
treeview could be a lightweight and efficient replacement for our
current 3rd party tree control.
Can the Treeview node hyperlink load the url in a different frame ?
Alternatively, is it possible to catch the Node On Click event
Hi,
I need to use treeview with jquery 1.3.2 and I found it was not
working properly. I have since then submitted the bug report with a
patch. You can see it at http://plugins.jquery.com/node/9332.
Anyone can take a look? It'd be good if it's fixed one way or
another.
Regards,
f.-
Hi.
I'm using treeview with ajax, but when I need to refresh it, it does
not open closed branches. As an example. Open the demopage with
firebud enabled:
http://jquery.bassistance.de/treeview/demo/async.html
ok. Now I want to refresh it, so I'm writing this code into firebug
console:
$("#black").
I am trying to use treeview and have a tester page
http://sitemaster-internet.co.uk/treeview/tester2.php
the html for the directory view is generated dynamically with php
building the unordered list from directories on the server, the html
passes validation and 'looks' ok, but when the page rend
I'm using the treeview plugin for navigation on our website. It works
great but I wanted to be able to override the persist:location when
needed. For example, on an e commerce site where items are part of a
category, I need to have that tree open to that category.
To achieve this, I hacked (and
Hi,
I'm a jQuery beginner.
My browser is Firefox 3.5.1
I'm using Treeview 1.4
Revision Id: jquery.treeview.js
4684 2008-02-07 19:08:06Z
joern.zaefferer
I have two questions:
1.Whenever I click on either of my two Treeview control
labels "Collapse" or
Hi Guys,
I'm using the treeview jQuery plugin (http://bassistance.de/jquery-
plugins/jquery-plugin-treeview/) to display the sitemap for a site.
My customer wants to see the tree collapsed on the page load and the
user should expand it as he sees fit. So, I've setup it like that:
jQuery(functio
Hi,
I was trying out http://jquery.bassistance.de/treeview/demo/ Sample 2
with IE 8 in IE 7 mode. The menu animates and opens. When I click to
close, the menu collapsed instantaneously. However, it is working
perfectly in IE8 mode i.e. the menu animates while closing up. How do
I fix this for IE7
Hi,
I have today started to mess around with the Treeview plugin, but I
have not been able to find a decent documentation. Am I just looking
in the wrong places?
I would have thought that by going here -
http://docs.jquery.com/Plugins/Treeview/treeview#options
I would see all the available opti
Hello
i use treeview plugin with lazy ajax.
if use "unique" option it reload all items of current level that has
children, when open one of item.
so it could be about 20 ajax queries at one time.
is it possible to set one open click one query?
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
Hello,
Is there a psd or some other kind of editable image that someone can
send me so I can make different colored themes?
Thanks.
Keith
Hi.
I have a treeview with links in that navigate to other pages when
clicked. I didn't want these to cause toggling when they were clicked.
My lists are prerendered. I didn't find a very good way to do this,
but the following works, any better ways to do this would be
appreciated.
This function
Here is the menu that I'm trying to implement. I'm not sure what I'm
doing wrong, I've followed all of the demos and still the menu is not
properly setting the cookie, which is causing the menu to open
incorrectly when the page loads.
Please let me know if there is something wrong in my code or
for example:
+folder1
+folder2
only when click the "+" sign, tree expands.
how to do that?
thanks!
Hello,
I'm having some issues using the cookie persistence, it appears that
as long as the link is in the jsp directory the menu renders properly,
however if the link is not in the jsp directory the cookie is set to
null and when the page loads all of the trees are expanded. Any help
would be gr
Hi,
To make it simple, say I have 2 menu items on each level and there are
3 levels each,
A1
+-A2
| +-A3
|
+-B1
+-B2
+-B3
where A3 and B3 are .
How treeview behaves now is when you click on item A1 then A2, you
will see
A1
+-A2
| +-A3
|
+-B1
and subsequent clicking B1, A1 colla
// Treeview 1.4 (jQuery plugin), question about cookie path
Hello!
How can I force this plugin to set "path" in cookie to "/"? 'Cause I
have this plugin as navigation menu on my site, and when I go to
another page, it creates new cookie for this new page (for example, on
the main page the cookie
Hello Joern and group members,
I am using the TreeView plugin and have come across a situation where
I need to set one of the top level branches to remain open.
Using the example below, if I remove the span tag from my "To Always
Remain Open" list item, it removes the ability to 'click/trigger'
Hello!
How can I force this plugin to set "path" in cookie to "/"? 'Cause I
have this plugin as navigation menu on my site, and when I go to
another page, it creates new cookie for this new page (for example, on
the main page the cookie path is "/", and when I go to "/photo/theme/
nature" the cook
I'm looking at using the treeview plugin by Jorn. What I'm wondering
is how to get folders added at a particular spot and how to manage
folders by dragging them around (or in some other fashion). Perhaps
there are some plugins to the plugin, so to speak. Or maybe there is
another one better sui
Hi All,
I want to Display a Tree using Rails. i want to know is it possible to
display a data in Tree form using a jquery and Rails
Regards,
Salil
Hi All,
I want to Display a Tree using Rails. earlier i diplay tree using
rails
& Dojo which works fine but as it takes too much time to load. Now i
want to create a Tree using pure rails or Rails and Javascript
libraries
other than Dojo say jQuery Tree.
I would also like to see any links
It's possible that you'll add an persistence feature to the async tree
in the nearest future?
I'm trying to use the treeview 1.4 with jquery.tabs.pack which comes
with jquery.1.1.3.1.pack
There appears to be some sort of compatability issue between the 2
versions of code and I can't find a download where the tabs and the
treeview are listed in the same place.
Below you can see all the fi
If you look at
http://docs.jquery.com/Plugins/Treeview/treeview
the demo is confusing because it shows a folder called New Sublist but
the tree that displays in the demo has a folder called Folder 1.
It's not until you view the source do you realize that the two have
nothing to do with one another
The documentation for the treeview plugin consists of examples, but I
wonder if anyone has written some narrative about it?
I like TreeView, but its a little bland. Is there anything with
similar functionality?
Good day.
I'm using the treeview plugin with async. And it works great.
But I miss the persist location functionality.
Does anyone have a solution to this?
I have a parameter in the URL that could be used to load that page's
submenus.
(the value of that parameter is the same as the value used
Thanks for your reply.
I'm just using CLICK from jquery.treeview.js
I'm initializing my tree as follow:
$("#navigation").treeview({
animated: "fast",
persist: "location",
collapsed: true,
unique: true
});
Do you have an examp
I am displaying some lists, and some of the list li's display user
generated content. Some of that conetnt seems to have lists in them.
Is there a way to specifically say that treeview should only process
certain uls or lis and ignore others?
e.g.
my user list
my user list
a paragraph
I
I'm encountering a problem with the Treeview plug-in in that when a
page link navigates to a different page with an anchor link, the
Treeview's persist:location fails since it can't understand the URL
(pagename.aspx#anchor).
How do get Treeview to understand that pagename.aspx and
pagename.aspx#a
is tree expanding on CLICK...what are u doing to expand it...i mean are u
calling a function or a CSS class...if u are calling a function u can
override the HOVER function & if u r jst changing the CSS u can change the
CSS on hover..
Regards;
Zeeshan Ahmed Khan
On Tue, May 26, 2009 at 10:51 AM,
Thanks, but it's not exacltly what I need.
I basically need to override hover to behave as the click event. How
can I do that in JQuery? Thanks for helping me out here
On May 25, 5:17 pm, kiusau wrote:
> Have you tried here: http://docs.jquery.com/Traversing/children#expr
>
> Roddy
>
> On
Have you tried here: http://docs.jquery.com/Traversing/children#expr
Roddy
On May 25, 1:55 pm, eclipseTalk wrote:
> Hello,
> I'd like to display the children nodes when the mouse over the parent
> node. What is the best way to achieve that? Any help is appreciated.
> Thank you for your time.
Hello,
I'd like to display the children nodes when the mouse over the parent
node. What is the best way to achieve that? Any help is appreciated.
Thank you for your time.
The plugin itself can't help much with that.
You could try to hide the all nodes via CSS first, then remove the
responsible class via JS, after intializing the treeview.
Jörn
On Mon, May 25, 2009 at 2:59 PM, eclipseTalk wrote:
>
> Hello,
> I'm using JQuery
Hello,
I'm using JQuery Treeview as follow:
$("#navigation").treeview({
animated: "fast",
persist: "location",
collapsed: true,
unique: true
});
Upon page reload, all the nodes exp
hello?
i want to use the asynchronous load tree,but the
"jquery.treeview.async.js" only supply
the root load tree by ajax(json),but i purpose that each node can load
children asynchronous,
what can i do? please help me~
Hello,
I'm french, sorry for my English, thank you google translation! ;)
I'd like to make ajax calls to load sub-nodes in my treeview.
I have the following tree:
Tree HTML :
Item 1
Item 2
Item 3
Method JS :
$("span[id]").click(function() {
var toto = $(this).parent();
if (toto.f
Hello,
I'm french, sorry for my English, thank you google translation! ;)
I'd like to make ajax calls to load sub-nodes in my treeview.
I have the following tree:
Tree HTML :
Item 1
Item 2
Item 3
Method JS :
$("span[id]").click(function() {
var toto = $(this).parent();
if (toto.f
hmmh i have a good example from google ^__^
http://abeautifulsite.net/notebook/58
On Fri, May 15, 2009 at 3:23 AM, BugBurger wrote:
>
> I am using JQuery TreeView and have a question. my example tree look
> like this
>
> +Animals
> +Birds
> +Humans
>
> I wats to
I am using JQuery TreeView and have a question. my example tree look
like this
+Animals
+Birds
+Humans
I wats to expand a specific node. for example Birds. how do i do that ?
Hi,
I'm using the JQuery treeview but I'm running into some weird
behavior. The tree expands by itself sometimes and it cannot be
collapsed. It happens every time I'm displaying a slide show for
instance. When I clear the cookies it goes away. Any idea on how I
can't prevent
Hi,
I'm looking at the "JQuery TreeView - Sample 0" from
http://jquery.bassistance.de/treeview/demo/?1
Great work!
I have a question. How can I make the menu collapse upon clicking?
When I click, the menu expands, but if I click again the menu doesn't
collapse. Any help is ap
Hello,
I'm looking at the Sample 0 from http://jquery.bassistance.de/treeview/demo/?1
Great work!
I have a question. How can I make the menu collapse upon clicking?
When I click, the menu expands, but if I click again the menu doesn't
collapse. Any help is appreciated.
Thanks in advance
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
hi all,
I'm a developer...I'm customizing the treeview plugin to use it in a
site where i need also a breadcrumb (designer request...) and to
highlight the selected node.
I am totally new in JQuery affair... I've used it before only in a
deaf way, without any kind of customization. I'm used to w
Hi all,
I'm using the cool jQuery plugin Treeview, and I am trying to get it
to work rtl instead of the default ltr. I am aiming for a "real rtl"
in a sense that the tree nodes will open rtl too. Is it possible to
achieve this using the plugin?
Thanks,
Or
I just figured this one out.
You need to explicitly hide the child ULs for IE to correctly animate
the Treeview. In your CSS set your UL UL to display:none; and you
should be just fine.
On Apr 10, 5:23 am, Titti wrote:
> Hi, i'm using jquery treeview
> (http://bassistance.de/jqu
There doesn't seem to be any place that I can find which explains the
options available for the treeview plugin. Does anyone have a link or
reference as to what the options are and what their settings mean?
I have a treeview where there is only one node at the top of the tree
with several child nodes -- some having child nodes -- some not. All
open / close indicators are as expected EXCEPT the very top one which
even though the node is open it show a '+' sign rather than a '-' sign
which is the norma
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:'?
I use the jQuery plugin treeView with jQuery 1.3.2
I have a long list (over 500 items), each item with 3 links .
Exemple :
first item
second item
With IE8, Opera, Safari and Google Chrome : no problem. Display the
tree takes 3 or 4 seconds.
But, with Firefox 3.10, it takes over
I use the jQuery plugin treeView with jQuery 1.3.2
I have a long list (over 500 items), each item with 3 links .
Exemple :
first item
second item
With IE8, Opera, Safari and Google Chrome : no problem. Display the
tree takes 3 or 4 seconds.
But, with Firefox 3.10, it takes over
No idea?
On 20 Apr, 16:23, Titti wrote:
> Hi Jay, here you can take a look about the problem (with firefox it's
> all ok, but with ie it doesn't works very well)
>
> http://www.mcworks.it/tests/
>
> Thank you
>
> Paolo
>
> On 10 Apr, 21:01, jay wrote:
>
> > Can you post an example? I'm not sure
I looked through the board but can not find any info for what I am
needing,
for the persistant:location highlight, I need it to not look at the
entire url string, just part of it.
using php my links have http://www.myweb.com/good_link.php?location=here&page=5
the string should only be looking for
Hi Jay, here you can take a look about the problem (with firefox it's
all ok, but with ie it doesn't works very well)
http://www.mcworks.it/tests/
Thank you
Paolo
On 10 Apr, 21:01, jay wrote:
> Can you post an example? I'm not sure I understand your question.
>
> On Apr 10, 5:23 am, Titti wr
I would like to use treeview separated in the navigation container
'main' without resetting Base Font Size in screen.css file to
html>body {
font-size: 16px;
font-size: 68.75%;}
body {
font-size: 68.75%;}
Setting main container in screen.css file directly to
#main {
I'm using the jquery.treeview plugin to build an outline. Each
element within the outline has a link to the side of it that runs a
javascript function. I'd like to have users click on this without
triggering the toggle of the element.
Below is a very simple html file that shows the problem- eac
Can you post an example? I'm not sure I understand your question.
On Apr 10, 5:23 am, Titti wrote:
> Hi, i'm using jquery treeview
> (http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
> ) menu in my website and i have a little problem: when i open a page
> fro
Hi, i'm using jquery treeview (
http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
) menu in my website and i have a little problem: when i open a page
from the menu tree, menu expands completely and items alignes to the
left side for a while, the time that page is charghing. I
Hi, i'm using jquery treeview menu in my website, but when i open a
page from the menu, for a while, it expands completely and it alignes
to the left side. can u help me? thank you
Hi,
I would like to know if it is possible to link treeview links to
anchor tags rather than to a whole html page. Any help will be much
appreciated.
Thanks.
Hi ,
I want to have the tree as default collapsed , what can be the way?
Thanks
yogesh
1 - 100 of 265 matches
Mail list logo