<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: jsTree 0.6</title>
	<atom:link href="http://vakata.com/en/archives/11/feed" rel="self" type="application/rss+xml" />
	<link>http://vakata.com/en/archives/11</link>
	<description>Sometimes I sit and wonder... and sometimes I just sit</description>
	<lastBuildDate>Wed, 17 Dec 2008 08:19:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: addwin</title>
		<link>http://vakata.com/en/archives/11/comment-page-1#comment-70</link>
		<dc:creator>addwin</dc:creator>
		<pubDate>Wed, 16 Jul 2008 10:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://vakata.com/en/?p=11#comment-70</guid>
		<description>@vakata
Thanks, that fixed the problem! I have placed the updated version online:

http://www.addnoise.nl/jstree_update/examples/addsite_tree.html</description>
		<content:encoded><![CDATA[<p>@vakata<br />
Thanks, that fixed the problem! I have placed the updated version online:</p>
<p><a href="http://www.addnoise.nl/jstree_update/examples/addsite_tree.html" rel="nofollow">http://www.addnoise.nl/jstree_update/examples/addsite_tree.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vakata</title>
		<link>http://vakata.com/en/archives/11/comment-page-1#comment-67</link>
		<dc:creator>vakata</dc:creator>
		<pubDate>Wed, 16 Jul 2008 07:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://vakata.com/en/?p=11#comment-67</guid>
		<description>@addwin
Thank you for the info - fixing the leaf issue now.
As for the marker placement - leave the original CSS file as is and overwrite some of the rules like this:
&lt;code&gt;
	#predef li {
		&#160;&#160;&#160;line-height:24px;
		&#160;&#160;&#160;min-height:24px;
	}
	#predef li a {
		&#160;&#160;&#160;line-height:22px;
		&#160;&#160;&#160;height:22px;
		&#160;&#160;&#160;background-position:4px 3px;
	}
	#predef li a:hover,
        #predef li a.clicked {
		&#160;&#160;&#160;background-position:3px 2px; 
	}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@addwin<br />
Thank you for the info &#8211; fixing the leaf issue now.<br />
As for the marker placement &#8211; leave the original CSS file as is and overwrite some of the rules like this:<br />
<code><br />
	#predef li {<br />
		&nbsp;&nbsp;&nbsp;line-height:24px;<br />
		&nbsp;&nbsp;&nbsp;min-height:24px;<br />
	}<br />
	#predef li a {<br />
		&nbsp;&nbsp;&nbsp;line-height:22px;<br />
		&nbsp;&nbsp;&nbsp;height:22px;<br />
		&nbsp;&nbsp;&nbsp;background-position:4px 3px;<br />
	}<br />
	#predef li a:hover,<br />
        #predef li a.clicked {<br />
		&nbsp;&nbsp;&nbsp;background-position:3px 2px;<br />
	}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: addwin</title>
		<link>http://vakata.com/en/archives/11/comment-page-1#comment-66</link>
		<dc:creator>addwin</dc:creator>
		<pubDate>Tue, 15 Jul 2008 15:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://vakata.com/en/?p=11#comment-66</guid>
		<description>Hello, 

First of all great script! 

I&#039;m having trouble positioning the marker image with drag and drop. The list has some padding. I even tried version 0.6.5 but that did not help either. The sample can be found at: 

http://www.addnoise.nl/jtree/examples/addsite_tree.html

When adding a new node (category) it assigns the &#039;wrong&#039; icon. I think it should be the leaf icon.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>First of all great script! </p>
<p>I&#8217;m having trouble positioning the marker image with drag and drop. The list has some padding. I even tried version 0.6.5 but that did not help either. The sample can be found at: </p>
<p><a href="http://www.addnoise.nl/jtree/examples/addsite_tree.html" rel="nofollow">http://www.addnoise.nl/jtree/examples/addsite_tree.html</a></p>
<p>When adding a new node (category) it assigns the &#8216;wrong&#8217; icon. I think it should be the leaf icon.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vakata</title>
		<link>http://vakata.com/en/archives/11/comment-page-1#comment-65</link>
		<dc:creator>vakata</dc:creator>
		<pubDate>Wed, 09 Jul 2008 18:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://vakata.com/en/?p=11#comment-65</guid>
		<description>@William
Thanks - actually I was not sure what to do with this - the simplest fix would be to check if the node has children before opening it, the reason I am not checking that is because the children could be loaded onopen (ajax).
Still - I will fix this and upload the new version tomorrow. As for async - I believe it could be a setting.</description>
		<content:encoded><![CDATA[<p>@William<br />
Thanks &#8211; actually I was not sure what to do with this &#8211; the simplest fix would be to check if the node has children before opening it, the reason I am not checking that is because the children could be loaded onopen (ajax).<br />
Still &#8211; I will fix this and upload the new version tomorrow. As for async &#8211; I believe it could be a setting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://vakata.com/en/archives/11/comment-page-1#comment-64</link>
		<dc:creator>William</dc:creator>
		<pubDate>Wed, 09 Jul 2008 17:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://vakata.com/en/?p=11#comment-64</guid>
		<description>Great, I look forward to being able to replace my current tree script with yours.

I&#039;ve found a bug in the cookies functionality.
Basically if you rearrange the tree and then refresh the page, sometimes it puts collapse/expand arrows on nodes with no children.</description>
		<content:encoded><![CDATA[<p>Great, I look forward to being able to replace my current tree script with yours.</p>
<p>I&#8217;ve found a bug in the cookies functionality.<br />
Basically if you rearrange the tree and then refresh the page, sometimes it puts collapse/expand arrows on nodes with no children.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vakata</title>
		<link>http://vakata.com/en/archives/11/comment-page-1#comment-63</link>
		<dc:creator>vakata</dc:creator>
		<pubDate>Wed, 09 Jul 2008 14:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://vakata.com/en/?p=11#comment-63</guid>
		<description>@William
Currently - no (unless you define rules for each parent which is tedious and not efficient), but I&#039;m writing it down for the next version.</description>
		<content:encoded><![CDATA[<p>@William<br />
Currently &#8211; no (unless you define rules for each parent which is tedious and not efficient), but I&#8217;m writing it down for the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://vakata.com/en/archives/11/comment-page-1#comment-62</link>
		<dc:creator>William</dc:creator>
		<pubDate>Wed, 09 Jul 2008 14:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://vakata.com/en/?p=11#comment-62</guid>
		<description>Is there a way to restrict movement to within same parent?</description>
		<content:encoded><![CDATA[<p>Is there a way to restrict movement to within same parent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vakata</title>
		<link>http://vakata.com/en/archives/11/comment-page-1#comment-61</link>
		<dc:creator>vakata</dc:creator>
		<pubDate>Wed, 09 Jul 2008 07:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://vakata.com/en/?p=11#comment-61</guid>
		<description>@Arthur
You can currently just replace the two image files in the images folder (for collapse &amp; expand). As for the node size - it has been somewhat fixed (check the latest revision at the SVN &amp; Post no.27 here)
About the a.add &amp; a.modify - check your selector - if you have an ID for the container try using #id-of-container a.add, or at least .tree li a a.add, to get a higher priority selector.</description>
		<content:encoded><![CDATA[<p>@Arthur<br />
You can currently just replace the two image files in the images folder (for collapse &#038; expand). As for the node size &#8211; it has been somewhat fixed (check the latest revision at the SVN &#038; Post no.27 here)<br />
About the a.add &#038; a.modify &#8211; check your selector &#8211; if you have an ID for the container try using #id-of-container a.add, or at least .tree li a a.add, to get a higher priority selector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://vakata.com/en/archives/11/comment-page-1#comment-60</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Wed, 09 Jul 2008 07:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://vakata.com/en/?p=11#comment-60</guid>
		<description>One more question:

I am trying to add some extra image links to the right of the main link (these would be for add/delete images next to each list item), but these links keep getting the background-image for the main list item link.  Is there a way to turn this off:


	
			&lt;a href=&quot;#&quot; title=&quot;Item3&quot; rel=&quot;nofollow&quot;&gt;Item3&lt;/a&gt;
	
	Published 
	
		&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;&#160;
		&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
	


I have set a css class with a.add, a.modify { background-image: none; } but that still gets the background image.</description>
		<content:encoded><![CDATA[<p>One more question:</p>
<p>I am trying to add some extra image links to the right of the main link (these would be for add/delete images next to each list item), but these links keep getting the background-image for the main list item link.  Is there a way to turn this off:</p>
<p>			<a href="#" title="Item3" rel="nofollow">Item3</a></p>
<p>	Published </p>
<p>		<a href="#" rel="nofollow"></a>&nbsp;<br />
		<a href="#" rel="nofollow"></a></p>
<p>I have set a css class with a.add, a.modify { background-image: none; } but that still gets the background image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://vakata.com/en/archives/11/comment-page-1#comment-59</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Wed, 09 Jul 2008 05:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://vakata.com/en/?p=11#comment-59</guid>
		<description>First let me say fantastic control, I have been looking for something like this for awhile.

A suggestion - it would be nice to be able to easily change both the expand/collapse icon and the background image for the nodes.  While you can change the background image for the node they must be approximately the same size or else there will be problems with the line height.  It would be nice if there were a couple easy overrides that you could do in the css that would allow for different sized icons for the page background and also to replace the expand/collapse icons for the nodes and allow them to be different sizes as well.

Currently it is not easy or straight-forward to do this.</description>
		<content:encoded><![CDATA[<p>First let me say fantastic control, I have been looking for something like this for awhile.</p>
<p>A suggestion &#8211; it would be nice to be able to easily change both the expand/collapse icon and the background image for the nodes.  While you can change the background image for the node they must be approximately the same size or else there will be problems with the line height.  It would be nice if there were a couple easy overrides that you could do in the css that would allow for different sized icons for the page background and also to replace the expand/collapse icons for the nodes and allow them to be different sizes as well.</p>
<p>Currently it is not easy or straight-forward to do this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

