<?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: Writing a Big Application in Ext (Part 1)</title>
	<atom:link href="http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/</link>
	<description>For good of all productive developers</description>
	<lastBuildDate>Thu, 11 Mar 2010 17:13:03 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alinux</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/comment-page-1/#comment-3663</link>
		<dc:creator>alinux</dc:creator>
		<pubDate>Wed, 23 Dec 2009 10:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=28#comment-3663</guid>
		<description>Hello

Sorry for my anglish ... i m french...

I tryed your tutorial but i always have the same errors in firebug :
 - Node was not found&quot; code: &quot;8
 - types[config.xtype &#124;&#124; defaultType] is not a constructor

Where is the problem ?

thanks a lot</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Sorry for my anglish &#8230; i m french&#8230;</p>
<p>I tryed your tutorial but i always have the same errors in firebug :<br />
 &#8211; Node was not found&#8221; code: &#8220;8<br />
 &#8211; types[config.xtype || defaultType] is not a constructor</p>
<p>Where is the problem ?</p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alinux</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/comment-page-1/#comment-3662</link>
		<dc:creator>alinux</dc:creator>
		<pubDate>Wed, 23 Dec 2009 10:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=28#comment-3662</guid>
		<description>Hello

Sorry for my anglish ... i m french...

I tryed your tutorial but i always have the same errors in firebug :
 - Node was not found\</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Sorry for my anglish &#8230; i m french&#8230;</p>
<p>I tryed your tutorial but i always have the same errors in firebug :<br />
 &#8211; Node was not found\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BerdArt</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/comment-page-1/#comment-1734</link>
		<dc:creator>BerdArt</dc:creator>
		<pubDate>Tue, 14 Jul 2009 20:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=28#comment-1734</guid>
		<description>Sorry, I have already found how to create constructor. In this article you didn&#039;t say anything about the constructor, but you wrote that the object may be created by this way:
var productForm = new Admin.ProductForm();</description>
		<content:encoded><![CDATA[<p>Sorry, I have already found how to create constructor. In this article you didn&#8217;t say anything about the constructor, but you wrote that the object may be created by this way:<br />
var productForm = new Admin.ProductForm();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BerdArt</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/comment-page-1/#comment-1733</link>
		<dc:creator>BerdArt</dc:creator>
		<pubDate>Tue, 14 Jul 2009 20:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=28#comment-1733</guid>
		<description>Thanks for this articles. 
But I have some trubles. I extend Ext.form.FormPanel as you show here:
Admin.ProductForm = Ext.extend(Ext.form.FormPanel, {
initComponent: function () {
var config = {...};
Ext.apply(this, Ext.apply(this.initialConfig, config));
Admin.ProductForm.superclass.initComponents.apply(this, arguments);
},...});
and I try to create:
var productForm = new Admin.ProductForm();
but Firebug show error: 
&quot;Admin.ProductForm is not a constructor
 var productForm = new Admin.ProductForm();&quot;
What is the problem? What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Thanks for this articles.<br />
But I have some trubles. I extend Ext.form.FormPanel as you show here:<br />
Admin.ProductForm = Ext.extend(Ext.form.FormPanel, {<br />
initComponent: function () {<br />
var config = {&#8230;};<br />
Ext.apply(this, Ext.apply(this.initialConfig, config));<br />
Admin.ProductForm.superclass.initComponents.apply(this, arguments);<br />
},&#8230;});<br />
and I try to create:<br />
var productForm = new Admin.ProductForm();<br />
but Firebug show error:<br />
&#8220;Admin.ProductForm is not a constructor<br />
 var productForm = new Admin.ProductForm();&#8221;<br />
What is the problem? What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saki</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/comment-page-1/#comment-1731</link>
		<dc:creator>Saki</dc:creator>
		<pubDate>Tue, 14 Jul 2009 20:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=28#comment-1731</guid>
		<description>Take a look at &lt;a href=&quot;http://examples.extjs.eu&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://examples.extjs.eu&lt;/a&gt;. I think there are some extended forms there.</description>
		<content:encoded><![CDATA[<p>Take a look at <a href="http://examples.extjs.eu" target="_blank" rel="nofollow">http://examples.extjs.eu</a>. I think there are some extended forms there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BerdArt</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/comment-page-1/#comment-1730</link>
		<dc:creator>BerdArt</dc:creator>
		<pubDate>Tue, 14 Jul 2009 18:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=28#comment-1730</guid>
		<description>Thanks for this articles. 
But I have some trubles. I extend Ext.form.FormPanel as you show here:
Admin.ProductForm = Ext.extend(Ext.form.FormPanel, {
initComponent: function () {
var config = {...};
Ext.apply(this, Ext.apply(this.initialConfig, config));
Admin.ProductForm.superclass.initComponents.apply(this, arguments);
},...});
and I try to create:
var productForm = new Admin.ProductForm();
but Firebug show error: \\</description>
		<content:encoded><![CDATA[<p>Thanks for this articles.<br />
But I have some trubles. I extend Ext.form.FormPanel as you show here:<br />
Admin.ProductForm = Ext.extend(Ext.form.FormPanel, {<br />
initComponent: function () {<br />
var config = {&#8230;};<br />
Ext.apply(this, Ext.apply(this.initialConfig, config));<br />
Admin.ProductForm.superclass.initComponents.apply(this, arguments);<br />
},&#8230;});<br />
and I try to create:<br />
var productForm = new Admin.ProductForm();<br />
but Firebug show error: \\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TAN</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/comment-page-1/#comment-1022</link>
		<dc:creator>TAN</dc:creator>
		<pubDate>Wed, 01 Apr 2009 16:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=28#comment-1022</guid>
		<description>Saki, you rock the house like a saki bomb</description>
		<content:encoded><![CDATA[<p>Saki, you rock the house like a saki bomb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rishikesh yadav</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/comment-page-1/#comment-451</link>
		<dc:creator>rishikesh yadav</dc:creator>
		<pubDate>Mon, 02 Mar 2009 04:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=28#comment-451</guid>
		<description>Useful article!</description>
		<content:encoded><![CDATA[<p>Useful article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: resTive</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/comment-page-1/#comment-259</link>
		<dc:creator>resTive</dc:creator>
		<pubDate>Wed, 28 Jan 2009 10:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=28#comment-259</guid>
		<description>Hi,
interesting post! should be helpful! 

BUT i found following thread(Post) in the EXT forums.
http://www.extjs.com/forum/showthread.php?p=246863#post246863

what du you think about it, and why support is saying sth like this?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
interesting post! should be helpful! </p>
<p>BUT i found following thread(Post) in the EXT forums.<br />
<a href="http://www.extjs.com/forum/showthread.php?p=246863#post246863" rel="nofollow">http://www.extjs.com/forum/showthread.php?p=246863#post246863</a></p>
<p>what du you think about it, and why support is saying sth like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netmille</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/comment-page-1/#comment-254</link>
		<dc:creator>netmille</dc:creator>
		<pubDate>Tue, 09 Dec 2008 12:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=28#comment-254</guid>
		<description>This was a great post! Thanks!

However, I am currently having trouble adapting
it to my application.

I currently get a javascript error:
\&#039;Application is not defined\&#039;

Can you provide the source code for
this example.  I am sure that I am
just missing a very minor step.

Here is my code:
Directory Structure:
  /ext
  /img
  /js
  index.html

index.html
------------------




  &lt;meta http-equiv=\</description>
		<content:encoded><![CDATA[<p>This was a great post! Thanks!</p>
<p>However, I am currently having trouble adapting<br />
it to my application.</p>
<p>I currently get a javascript error:<br />
\&#8217;Application is not defined\&#8217;</p>
<p>Can you provide the source code for<br />
this example.  I am sure that I am<br />
just missing a very minor step.</p>
<p>Here is my code:<br />
Directory Structure:<br />
  /ext<br />
  /img<br />
  /js<br />
  index.html</p>
<p>index.html<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>  &lt;meta http-equiv=\</p>
]]></content:encoded>
	</item>
</channel>
</rss>
