<?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: APEX &amp; ExtJS Integration &#8211; An APEX/Ext Flavoured Form</title>
	<atom:link href="http://application-express-blog.e-dba.com/?feed=rss2&#038;p=491" rel="self" type="application/rss+xml" />
	<link>http://application-express-blog.e-dba.com/?p=491</link>
	<description>Increasing Development Productivity through Integration!</description>
	<lastBuildDate>Sat, 04 Sep 2010 07:42:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Claudio</title>
		<link>http://application-express-blog.e-dba.com/?p=491&#038;cpage=1#comment-36</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Fri, 30 Apr 2010 07:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://application-express-blog.e-dba.com/?p=491#comment-36</guid>
		<description>Thanks anyway for your good post! ;)
Another question: you work with unique field name in your DB?
This question is about decimal precision/scale in NumberField...

TIA
Claudio</description>
		<content:encoded><![CDATA[<p>Thanks anyway for your good post! <img src='http://application-express-blog.e-dba.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Another question: you work with unique field name in your DB?<br />
This question is about decimal precision/scale in NumberField&#8230;</p>
<p>TIA<br />
Claudio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mnolan</title>
		<link>http://application-express-blog.e-dba.com/?p=491&#038;cpage=1#comment-35</link>
		<dc:creator>mnolan</dc:creator>
		<pubDate>Wed, 28 Apr 2010 14:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://application-express-blog.e-dba.com/?p=491#comment-35</guid>
		<description>I do remember :) You cannot use applyTo and contentEl with the same DOM id, plus I can&#039;t see enough info as to whether your region template has defined a DIV with the id &quot;myregion&quot;.

Anyway best thing to do is POST your questions on the APEX forum as there are more APEX/Ext developers on there plus it has a nice way for submitting code extracts etc.

Cheers
Matt</description>
		<content:encoded><![CDATA[<p>I do remember <img src='http://application-express-blog.e-dba.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You cannot use applyTo and contentEl with the same DOM id, plus I can&#8217;t see enough info as to whether your region template has defined a DIV with the id &#8220;myregion&#8221;.</p>
<p>Anyway best thing to do is POST your questions on the APEX forum as there are more APEX/Ext developers on there plus it has a nice way for submitting code extracts etc.</p>
<p>Cheers<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://application-express-blog.e-dba.com/?p=491&#038;cpage=1#comment-34</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Wed, 28 Apr 2010 14:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://application-express-blog.e-dba.com/?p=491#comment-34</guid>
		<description>LOL, WP wrapped my code :-&#124;
here the HTML Code
&lt;code&gt;
&lt;div id=&quot;pageContent&quot;&gt;
  &lt;div id=&quot;region_box_body&quot;&gt;#BOX_BODY#&lt;/div&gt;
  ...
  ...
&lt;/div&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>LOL, WP wrapped my code <img src='http://application-express-blog.e-dba.com/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' /><br />
here the HTML Code<br />
<code><br />
&lt;div id="pageContent"&gt;<br />
  &lt;div id="region_box_body"&gt;#BOX_BODY#&lt;/div&gt;<br />
  ...<br />
  ...<br />
&lt;/div&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://application-express-blog.e-dba.com/?p=491&#038;cpage=1#comment-33</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Wed, 28 Apr 2010 14:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://application-express-blog.e-dba.com/?p=491#comment-33</guid>
		<description>Hi!
Maybe you remember me... :-)
In this case, what about transforming area in &quot;Ext.form.FormPanel&quot;? There is something particular about template and/or viewport?
When I try to to this, I run in a rendering problem
HTML Code
&lt;code&gt;

  #BOX_BODY#
  #REGION_POSITION_05#
  ....
  ....

&lt;/code&gt;
JS Code
&lt;code&gt;
var reg = new Ext.form.FormPanel({
  title:&quot;region title&quot;
  ,applyTo:&quot;myregion&quot;
  ,contentEl:&quot;myregion&quot;
});
&lt;/code&gt;

Could you give me a little hint?

TIA
Claudio</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Maybe you remember me&#8230; <img src='http://application-express-blog.e-dba.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
In this case, what about transforming area in &#8220;Ext.form.FormPanel&#8221;? There is something particular about template and/or viewport?<br />
When I try to to this, I run in a rendering problem<br />
HTML Code<br />
<code></p>
<p>  #BOX_BODY#<br />
  #REGION_POSITION_05#<br />
  ....<br />
  ....</p>
<p></code><br />
JS Code<br />
<code><br />
var reg = new Ext.form.FormPanel({<br />
  title:"region title"<br />
  ,applyTo:"myregion"<br />
  ,contentEl:"myregion"<br />
});<br />
</code></p>
<p>Could you give me a little hint?</p>
<p>TIA<br />
Claudio</p>
]]></content:encoded>
	</item>
</channel>
</rss>
