<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joakim Andersson &#187; javascript</title>
	<atom:link href="http://joakimandersson.se/archives/category/programming/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://joakimandersson.se</link>
	<description>Passionate climber, brilliant coder</description>
	<lastBuildDate>Thu, 12 Jan 2012 11:01:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Default sorting the Dojo DataGrid</title>
		<link>http://joakimandersson.se/archives/2009/03/03/default-sorting-the-dojo-datagrid/</link>
		<comments>http://joakimandersson.se/archives/2009/03/03/default-sorting-the-dojo-datagrid/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 13:04:57 +0000</pubDate>
		<dc:creator>Joakim Andersson</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[dojo]]></category>

		<guid isPermaLink="false">http://joakimandersson.se/?p=1957</guid>
		<description><![CDATA[This is how I have configure default sorting for our grids: dojo.declare("DefaultSortableGrid", dojox.grid.DataGrid, { sortInfo: 1 // the index (1-based) of the column // to sort, + =&#62; asc, - =&#62; desc }); And then I use DefaultSortableGrid when defining the grid: &#60;div dojoType="DefaultSortableGrid" id="grid" rowsPerPage="50"&#62; &#60;/div&#62; Pretty simple really.]]></description>
			<content:encoded><![CDATA[<p>This is how I have configure default sorting for our grids:</p>

<p><pre>
dojo.declare("DefaultSortableGrid", dojox.grid.DataGrid, {
    sortInfo: 1 // the index (1-based) of the column 
                // to sort, + =&gt; asc, - =&gt; desc
});
</pre></p>

<p>And then I use DefaultSortableGrid when defining the grid:</p>

<p><pre>
&lt;div dojoType="DefaultSortableGrid"
    id="grid"
    rowsPerPage="50"&gt;
&lt;/div&gt;
</pre></p>

<p>Pretty simple really.</p>
]]></content:encoded>
			<wfw:commentRss>http://joakimandersson.se/archives/2009/03/03/default-sorting-the-dojo-datagrid/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>mootools</title>
		<link>http://joakimandersson.se/archives/2006/09/12/mootools/</link>
		<comments>http://joakimandersson.se/archives/2006/09/12/mootools/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 20:19:22 +0000</pubDate>
		<dc:creator>Joakim Andersson</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/09/12/mootools/</guid>
		<description><![CDATA[From the guys that brought us moo.fx comes the next big thing mootools &#8211; an ultra compact javascript framework. Awesome stuff! mootools is a very compact, modular, Object-Oriented javascript framework. Its unique design makes it extremely crossbrowser, easy to use, and a snap to extend with your own code. It comes with a choice of [...]]]></description>
			<content:encoded><![CDATA[<p>From the guys that brought us <a href="http://moofx.mad4milk.net/">moo.fx</a> comes the next big thing <a href="http://mootools.net/">mootools</a> &#8211; an ultra compact javascript framework. Awesome stuff!</p>

<blockquote>
mootools is a very compact, modular, Object-Oriented javascript framework. Its unique design makes it extremely crossbrowser, easy to use, and a snap to extend with your own code. It comes with a choice of more than fifteen scripts, plugins and addons, including Effects (moo.fx) Ajax (moo.ajax), Dom Navigator (moo.dom), Drag and Drop, Sortable lists, cookies Manager and many more.
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://joakimandersson.se/archives/2006/09/12/mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

