<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Mifjs forum — Mif.Tree, Mif.Menu - Error in Method getChecked()  (Tree Checkbox)]]></title>
		<link>http://mifjs.net/forum/topic/75/</link>
		<description><![CDATA[The most recent posts in Error in Method getChecked()  (Tree Checkbox).]]></description>
		<lastBuildDate>Sun, 04 Jan 2009 08:44:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Error in Method getChecked()  (Tree Checkbox)]]></title>
			<link>http://mifjs.net/forum/post/269/#p269</link>
			<description><![CDATA[fixed rev 52 [url=http://code.google.com/p/miftree/source/detail?r=52]code.google.com[/url]

 [url=http://mifjs.net/trunk/tree/]http://mifjs.net/trunk/tree/[/url]]]></description>
			<author><![CDATA[creavenmoro@gmail.com (moro)]]></author>
			<pubDate>Sun, 04 Jan 2009 08:44:48 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/269/#p269</guid>
		</item>
		<item>
			<title><![CDATA[Error in Method getChecked()  (Tree Checkbox)]]></title>
			<link>http://mifjs.net/forum/post/268/#p268</link>
			<description><![CDATA[I think there is an error in the following method:

	getChecked: function(){
		var checked=[];
		this.root.recursive(function(){
			if(this.hasCheckbox && [b]this.state.checked) checked.push(checked)[/b];
		});
		return checked;
	}

The next would be better: 

      getChecked: function(){
		var checked=[];
		this.root.recursive(function(){
			if(this.hasCheckbox && [b]this.state.checked == 'checked') checked.push(this)[/b];
		});
		return checked;
	}

It would be better if somebody check it again  :)]]></description>
			<author><![CDATA[dummy@example.com (junzhang)]]></author>
			<pubDate>Sat, 03 Jan 2009 22:55:57 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/268/#p268</guid>
		</item>
	</channel>
</rss>

