<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Mifjs forum — Mif.Tree, Mif.Menu - Finish node renaming on]]></title>
	<link rel="self" href="http://www.mifjs.net/forum/feed/atom/topic/212/"/>
	<updated>2010-04-22T13:54:01Z</updated>
	<generator>PunBB</generator>
	<id>http://mifjs.net/forum/topic/212/</id>
		<entry>
			<title type="html"><![CDATA[Finish node renaming on]]></title>
			<link rel="alternate" href="http://mifjs.net/forum/post/786/#p786"/>
			<content type="html"><![CDATA[[code]
Mif.Tree.implement({
    
    // ...
    
    startRename: function(node){
        
        // ...

        input.addEvent('blur', this.beforeRenameComplete.bind(this));
        
        // ...
    }

    // ...
});
[/code]

thx André ;o)]]></content>
			<author>
				<name><![CDATA[AFiedler]]></name>
				<uri>http://mifjs.net/forum/user/133/</uri>
			</author>
			<updated>2010-04-22T13:54:01Z</updated>
			<id>http://mifjs.net/forum/post/786/#p786</id>
		</entry>
</feed>

