<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Mifjs forum — Mif.Tree, Mif.Menu - Node's "selected" property in JSON description]]></title>
		<link>http://mifjs.net/forum/topic/84/</link>
		<description><![CDATA[The most recent posts in Node's "selected" property in JSON description.]]></description>
		<lastBuildDate>Sat, 14 Feb 2009 06:40:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Node's "selected" property in JSON description]]></title>
			<link>http://mifjs.net/forum/post/318/#p318</link>
			<description><![CDATA[I do not want to add this feature now, mb in future]]></description>
			<author><![CDATA[creavenmoro@gmail.com (moro)]]></author>
			<pubDate>Sat, 14 Feb 2009 06:40:42 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/318/#p318</guid>
		</item>
		<item>
			<title><![CDATA[Re: Node's "selected" property in JSON description]]></title>
			<link>http://mifjs.net/forum/post/308/#p308</link>
			<description><![CDATA[so what is the status on this, moro?

do you view this as possible improvement? if so, when can we expect it to be implemented?

thanks]]></description>
			<author><![CDATA[dummy@example.com (temuri)]]></author>
			<pubDate>Sat, 07 Feb 2009 20:16:26 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/308/#p308</guid>
		</item>
		<item>
			<title><![CDATA[Node's "selected" property in JSON description]]></title>
			<link>http://mifjs.net/forum/post/303/#p303</link>
			<description><![CDATA[Hi moro,

Currently in the example files there's "expandTo" property of a node:

[code]var json=[
{
    "property": {
        "name": "root"
    },
    "children": [
        {
            "property": {
            "name": "node1",
            "expandTo": 1
        }]
}[/code]


While this works and is extemely useful, I'd still like to have one more property of a node, that will select it after the render. After all, in most cases when you are "expanding to a node", you are also selecting it.

Can you introduce "selected" property as shown below:

    [code]"children": [
        {
            "property": {
            "name": "node1",
            "expandTo": 1,
            "selected": true
        }][/code]


Thanks,
Temuri]]></description>
			<author><![CDATA[dummy@example.com (temuri)]]></author>
			<pubDate>Thu, 29 Jan 2009 19:45:05 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/303/#p303</guid>
		</item>
	</channel>
</rss>

