<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Mifjs forum — Mif.Tree, Mif.Menu - Mistake in Tree demo files]]></title>
		<link>http://mifjs.net/forum/topic/27/</link>
		<description><![CDATA[The most recent posts in Mistake in Tree demo files.]]></description>
		<lastBuildDate>Sun, 24 Aug 2008 09:08:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Mistake in Tree demo files]]></title>
			<link>http://mifjs.net/forum/post/129/#p129</link>
			<description><![CDATA[[quote=temuri]Have you changed globally DDisabled to dragDisabled?[/quote]
yes, it's right name for this property. see [url=http://mifjs.net/trunk/tree/Docs/index.html#Plugins/Mif.Tree.Drag]docs[/url]: dragDisabled - (boolean) disable dragging

p.s. tree.drag will be rewriten soon for support d'n'd between trees .]]></description>
			<author><![CDATA[creavenmoro@gmail.com (moro)]]></author>
			<pubDate>Sun, 24 Aug 2008 09:08:28 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/129/#p129</guid>
		</item>
		<item>
			<title><![CDATA[Mistake in Tree demo files]]></title>
			<link>http://mifjs.net/forum/post/125/#p125</link>
			<description><![CDATA[Hi moro,

Here's what I found. In "Tree row highlighting" demo, row that says "drag me! sorry imposible" *is* in fact draggable.

You have to fix the following file:

C:\xampp\htdocs\MifTree.SVN\assets\files\forest.json, from line 9 should be updated as:

		"property": {
			"name": "drag me! sorry imposible",
			"dragDisabled" : true,    // This is missing.
			"hasCheckbox": false
		},

Also, after updating to latest version I did thorough code comparing and here is the part I don't understand.

In Plugins\Mif.Tree.Drag.js, line 71 in mousedown() method:

	mousedown: function(event){
                ...
		if(this.current.dragDisabled){
			this.current=false;
		}
                ...
	},

In earlier versions you had current.DDisabled, but now it says current.dragDisabled.

That was necessary change, since you did it. But could you please tell me if "dragDisabled" refers to a node property in JSON file or is it simply a private variable?

Have you changed globally DDisabled to dragDisabled?

Thanks again for excellent work.

Temuri]]></description>
			<author><![CDATA[dummy@example.com (temuri)]]></author>
			<pubDate>Sat, 23 Aug 2008 17:26:22 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/125/#p125</guid>
		</item>
	</channel>
</rss>

