<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>John Kleijn - JavaScript</title>
    <link>http://www.johnkleijn.nl/</link>
    <description>Cogito ergo sum, baby</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <pubDate>Wed, 29 Dec 2010 20:50:48 GMT</pubDate>

    <image>
        <url>http://www.johnkleijn.nl/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: John Kleijn - JavaScript - Cogito ergo sum, baby</title>
        <link>http://www.johnkleijn.nl/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>ExtJS RecordFormPanel</title>
    <link>http://www.johnkleijn.nl/2010/ExtJS-RecordFormPanel</link>
            <category>JavaScript</category>
    
    <comments>http://www.johnkleijn.nl/2010/ExtJS-RecordFormPanel#comments</comments>
    <wfw:comment>http://www.johnkleijn.nl/wfwcomment.php?cid=42</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.johnkleijn.nl/rss.php?version=2.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    

    <author>nospam@example.com (John Kleijn)</author>
    <content:encoded>
    &lt;p class=&quot;whiteline&quot;&gt;Say you have a an overview component, like a grid, and you need to edit that. The best approach would be to load the record into the form and invoke BasicForm&#039;s &quot;loadRecord&quot;. This means you&#039;ll be using the Store for persistence though, and BasicForm.submit() no longer does the trick. Especially when creating new records, directly inserting that into the store a grid uses is extra useful. It means the grid wont have to reload it&#039;s data from the server and immediately shows the inserted record.
&lt;/p&gt;&lt;p class=&quot;break&quot;&gt;The solution is creating a form type that loads records and uses a store for persistence. This is relatively simple and seems like this functionality should be available in the Ext library. In any case, below is my implementation.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.johnkleijn.nl/2010/ExtJS-RecordFormPanel#extended&quot;&gt;Continue reading &quot;ExtJS RecordFormPanel&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 29 Dec 2010 12:39:50 +0100</pubDate>
    <guid isPermaLink="false">http://www.johnkleijn.nl/2010/42</guid>
    <category>extjs</category>
<category>javascript</category>

</item>
<item>
    <title>How To: Create Linked Remote Comboboxes in ExtJS</title>
    <link>http://www.johnkleijn.nl/2008/How-To-Create-Linked-Remote-Comboboxes-in-ExtJS</link>
            <category>JavaScript</category>
    
    <comments>http://www.johnkleijn.nl/2008/How-To-Create-Linked-Remote-Comboboxes-in-ExtJS#comments</comments>
    <wfw:comment>http://www.johnkleijn.nl/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.johnkleijn.nl/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (John Kleijn)</author>
    <content:encoded>
    &lt;p class=&quot;whiteline&quot;&gt;ExtJS is a pretty awesome JavaScript library, that allows you to build user interfaces that are as easy to use as the ones found in desktop applications. Some of it&#039;s implementation is fairly complicated, and the amount of options and classes can be a bit overwhelming. I&#039;ve learned a lot of new tricks lately, one of which I&#039;m going to share with you in this post: creating &#039;linked&#039; remote comboboxes.
&lt;/p&gt;&lt;p class=&quot;break&quot;&gt;Once you know how, it turns out to be stunningly simple &lt;img src=&quot;http://www.johnkleijn.nl/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; I&#039;m not covering the very basics of using ExtJS (in this case, creating a form), check out the ExtJS site for plenty of examples and tutorials on ExtJS basics.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.johnkleijn.nl/2008/How-To-Create-Linked-Remote-Comboboxes-in-ExtJS#extended&quot;&gt;Continue reading &quot;How To: Create Linked Remote Comboboxes in ExtJS&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 24 May 2008 06:52:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.johnkleijn.nl/2008/9</guid>
    
</item>

</channel>
</rss>
