<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Tutorial Extjs: Download File</title>
	<atom:link href="http://defafe.com/tutorial-extjs-download-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://defafe.com/tutorial-extjs-download-file/</link>
	<description>all about extjs, jquery, javascript, php, mysql</description>
	<lastBuildDate>Sun, 21 Feb 2010 00:43:30 +0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: faisal</title>
		<link>http://defafe.com/tutorial-extjs-download-file/comment-page-1/#comment-6488</link>
		<dc:creator>faisal</dc:creator>
		<pubDate>Sun, 21 Feb 2010 00:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://defafe.com/?p=167#comment-6488</guid>
		<description>thanks for all</description>
		<content:encoded><![CDATA[<p>thanks for all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faisal</title>
		<link>http://defafe.com/tutorial-extjs-download-file/comment-page-1/#comment-6130</link>
		<dc:creator>faisal</dc:creator>
		<pubDate>Tue, 02 Feb 2010 20:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://defafe.com/?p=167#comment-6130</guid>
		<description>please check this script &quot;url: ‘data_history.php?kode=’+ m[0].get(’kode’),&quot;

and you can check the previous tutorial about editing data in the grid. and I apologize if it&#039;s too late to answer.</description>
		<content:encoded><![CDATA[<p>please check this script &#8220;url: ‘data_history.php?kode=’+ m[0].get(’kode’),&#8221;</p>
<p>and you can check the previous tutorial about editing data in the grid. and I apologize if it&#8217;s too late to answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rosi</title>
		<link>http://defafe.com/tutorial-extjs-download-file/comment-page-1/#comment-6067</link>
		<dc:creator>rosi</dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://defafe.com/?p=167#comment-6067</guid>
		<description>Masalahnya gini saya punya table inventaris dan ketika button “Detail Data” diklik maka akan tampil hanya data dari Table History(Form ke-2) yg kode pada table history = kode pd table inventaris.
Nah, gmn caranya mas??? di bawah ini masih tampil semua…
Untuk menampilkan data dr database saya pake Ext.data.GroupingStore.
saya sudah tambahkan gini…
var m = data_inventaris_grid.getSelections();
var GrupStore_data_history = new Ext.data.GroupingStore({
proxy: new Ext.data.HttpProxy({
url: ‘data_history.php?kode=’+ m[0].get(’kode’),
method: ‘POST’
}),
baseParams:{task: “LISTING”},
reader: new Ext.data.JsonReader({
root: ‘results’,
totalProperty: ‘total’,
id: ‘id’,
fields: [&#039;id&#039;,&#039;tgl&#039;,&#039;history&#039;,&#039;kode&#039;]
}),
sortInfo:{field: ‘id’, direction: “ASC”}
});
GrupStore_data_history.load({params:{start:0,limit:10}});

KET : data_inventaris_grid adalah Ext.grid.GridPanel dari table inventaris
baseParams “LISTING “ mengacu pada sql query pada data_history.php
dengan $SQL = mysql_query(“SELECT * FROM history WHERE kode = $_GET(“kode”)”);
tapi tetep tampil smw..pake listeners: {load: handleActivate}, juga gak bisa Maz.KENAPA ya maz…???
Dan gimana solusinya…????
Best Regards</description>
		<content:encoded><![CDATA[<p>Masalahnya gini saya punya table inventaris dan ketika button “Detail Data” diklik maka akan tampil hanya data dari Table History(Form ke-2) yg kode pada table history = kode pd table inventaris.<br />
Nah, gmn caranya mas??? di bawah ini masih tampil semua…<br />
Untuk menampilkan data dr database saya pake Ext.data.GroupingStore.<br />
saya sudah tambahkan gini…<br />
var m = data_inventaris_grid.getSelections();<br />
var GrupStore_data_history = new Ext.data.GroupingStore({<br />
proxy: new Ext.data.HttpProxy({<br />
url: ‘data_history.php?kode=’+ m[0].get(’kode’),<br />
method: ‘POST’<br />
}),<br />
baseParams:{task: “LISTING”},<br />
reader: new Ext.data.JsonReader({<br />
root: ‘results’,<br />
totalProperty: ‘total’,<br />
id: ‘id’,<br />
fields: ['id','tgl','history','kode']<br />
}),<br />
sortInfo:{field: ‘id’, direction: “ASC”}<br />
});<br />
GrupStore_data_history.load({params:{start:0,limit:10}});</p>
<p>KET : data_inventaris_grid adalah Ext.grid.GridPanel dari table inventaris<br />
baseParams “LISTING “ mengacu pada sql query pada data_history.php<br />
dengan $SQL = mysql_query(“SELECT * FROM history WHERE kode = $_GET(“kode”)”);<br />
tapi tetep tampil smw..pake listeners: {load: handleActivate}, juga gak bisa Maz.KENAPA ya maz…???<br />
Dan gimana solusinya…????<br />
Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faisal</title>
		<link>http://defafe.com/tutorial-extjs-download-file/comment-page-1/#comment-5882</link>
		<dc:creator>faisal</dc:creator>
		<pubDate>Sat, 23 Jan 2010 03:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://defafe.com/?p=167#comment-5882</guid>
		<description>di dtutorial sebelumny ada bro</description>
		<content:encoded><![CDATA[<p>di dtutorial sebelumny ada bro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yusni</title>
		<link>http://defafe.com/tutorial-extjs-download-file/comment-page-1/#comment-5804</link>
		<dc:creator>Yusni</dc:creator>
		<pubDate>Wed, 20 Jan 2010 01:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://defafe.com/?p=167#comment-5804</guid>
		<description>Bro... kode untuk ambil file dari database yang bisa di download dimana ya????

Thanks for yur attention..</description>
		<content:encoded><![CDATA[<p>Bro&#8230; kode untuk ambil file dari database yang bisa di download dimana ya????</p>
<p>Thanks for yur attention..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
