<?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: Date Range using ExtJS Date Field and Advanced VType</title> <atom:link href="http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/feed/" rel="self" type="application/rss+xml" /><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=date-range-using-extjs-date-field-and-advanced-vtype</link> <description>An Embodiment for Developers</description> <lastBuildDate>Wed, 01 Feb 2012 15:41:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Jens</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-3892</link> <dc:creator>Jens</dc:creator> <pubDate>Sun, 05 Dec 2010 12:33:49 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-3892</guid> <description>Thanks for that code. I also used the code from screamdamage to use the fields without ids. Just a little note: Instead of field.ownerCt it could also be field.ownerCt.ownerCt or field.ownerCt.ownerCt.ownerCt and so on - depending on your form. So i had to write a little recursive function to retrieve the form.Thanks again for the example! Jens</description> <content:encoded><![CDATA[<p>Thanks for that code. I also used the code from screamdamage to use the fields without ids. Just a little note: Instead of field.ownerCt it could also be field.ownerCt.ownerCt or field.ownerCt.ownerCt.ownerCt and so on &#8211; depending on your form. So i had to write a little recursive function to retrieve the form.</p><p>Thanks again for the example!<br /> Jens</p> ]]></content:encoded> </item> <item><title>By: Robert Eberhart</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-3799</link> <dc:creator>Robert Eberhart</dc:creator> <pubDate>Fri, 29 Oct 2010 19:44:28 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-3799</guid> <description>Thanks for the article;  provided some help on a form that I was creating where I had a series of ranges for which I needed validation.One item of note, though.  My form has a Reset button wherein the values of the form are reset to their original state using something like:entryForm.getForm().reset();If you use this validation technique, you will need to manually reset the min values of the end fields and the max values of the start fields.  There isn&#039;t a discrete method to do so (at least I didn&#039;t see one in the api), so I had to do something like this:Ext.getCmp(&#039;nameOfStartField&#039;).setMaxValue(null);Thanks again for the post!</description> <content:encoded><![CDATA[<p>Thanks for the article;  provided some help on a form that I was creating where I had a series of ranges for which I needed validation.</p><p>One item of note, though.  My form has a Reset button wherein the values of the form are reset to their original state using something like:</p><p>entryForm.getForm().reset();</p><p>If you use this validation technique, you will need to manually reset the min values of the end fields and the max values of the start fields.  There isn&#8217;t a discrete method to do so (at least I didn&#8217;t see one in the api), so I had to do something like this:</p><p>Ext.getCmp(&#8216;nameOfStartField&#8217;).setMaxValue(null);</p><p>Thanks again for the post!</p> ]]></content:encoded> </item> <item><title>By: Sebastian</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-3758</link> <dc:creator>Sebastian</dc:creator> <pubDate>Wed, 13 Oct 2010 21:52:59 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-3758</guid> <description>Hi! Cool thing, this new vtype. Learned something again. But I don&#039;t get this: Why isn&#039;t there an inf loop? Validator starts, detects a start-Field, sets new Range in end field and validates end field. Then an end-field is detected, ne range is set and start field is being validated ...Did I miss something?</description> <content:encoded><![CDATA[<p>Hi!<br /> Cool thing, this new vtype. Learned something again.<br /> But I don&#8217;t get this:<br /> Why isn&#8217;t there an inf loop?<br /> Validator starts, detects a start-Field, sets new Range in end field and validates end field. Then an end-field is detected, ne range is set and start field is being validated &#8230;</p><p>Did I miss something?</p> ]]></content:encoded> </item> <item><title>By: screamdamage</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-3642</link> <dc:creator>screamdamage</dc:creator> <pubDate>Wed, 25 Aug 2010 22:17:50 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-3642</guid> <description>changed: var start = field.ownerCt.getForm().findField(field.startDateField); //var start = Ext.getCmp(field.startDateField);and var end = field.ownerCt.getForm().findField(field.endDateField); //var end = Ext.getCmp(field.endDateField);For not to set ids only the name because I use many instances. And setting the ids create conflicts between them.</description> <content:encoded><![CDATA[<p>changed:<br /> var start = field.ownerCt.getForm().findField(field.startDateField);<br /> //var start = Ext.getCmp(field.startDateField);</p><p>and<br /> var end = field.ownerCt.getForm().findField(field.endDateField);<br /> //var end = Ext.getCmp(field.endDateField);</p><p>For not to set ids only the name because I use many instances. And setting the ids create conflicts between them.</p> ]]></content:encoded> </item> <item><title>By: Adriano BR</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-2657</link> <dc:creator>Adriano BR</dc:creator> <pubDate>Tue, 27 Oct 2009 13:09:14 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-2657</guid> <description>Excelent!   This article helped me so much!  Thank you!</description> <content:encoded><![CDATA[<p>Excelent!   This article helped me so much!  Thank you!</p> ]]></content:encoded> </item> <item><title>By: Ei Chaw San</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-2492</link> <dc:creator>Ei Chaw San</dc:creator> <pubDate>Fri, 25 Sep 2009 06:10:53 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-2492</guid> <description>hi...I have downloaded Ext JS 2.3.0 SDK  and put it under xampp/htodoc I&#039;m using Apache and php. Then I write the html file and run it. I cannot get it again. Pls kindly help me for the right way. I&#039;m totally an Industrial Attachment Student.I would like to use your date-range picker.It is totally identical to what I need.Your help is truly appreciated.</description> <content:encoded><![CDATA[<p>hi&#8230;</p><p>I have downloaded Ext JS 2.3.0 SDK  and put it under xampp/htodoc<br /> I&#8217;m using Apache and php.<br /> Then I write the html file and run it.<br /> I cannot get it again.<br /> Pls kindly help me for the right way.<br /> I&#8217;m totally an Industrial Attachment Student.I would like to use your date-range picker.It is totally identical to what I need.</p><p>Your help is truly appreciated.</p> ]]></content:encoded> </item> <item><title>By: Ei Chaw San</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-2490</link> <dc:creator>Ei Chaw San</dc:creator> <pubDate>Fri, 25 Sep 2009 01:42:57 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-2490</guid> <description>Thanks for you reply. I will try it now. :)</description> <content:encoded><![CDATA[<p>Thanks for you reply.<br /> I will try it now. <img src='http://www.developersnippets.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: admin</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-2487</link> <dc:creator>admin</dc:creator> <pubDate>Thu, 24 Sep 2009 17:24:07 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-2487</guid> <description>Hi Ei Chaw San,If you download and run it directly it will not work, since for this ExtJS is needed. You can view the same in the preview and can proceed accordingly.Thanks, Vivek</description> <content:encoded><![CDATA[<p>Hi Ei Chaw San,</p><p>If you download and run it directly it will not work, since for this ExtJS is needed. You can view the same in the preview and can proceed accordingly.</p><p>Thanks,<br /> Vivek</p> ]]></content:encoded> </item> <item><title>By: Ei Chaw San</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-2485</link> <dc:creator>Ei Chaw San</dc:creator> <pubDate>Thu, 24 Sep 2009 09:18:30 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-2485</guid> <description>hi,,,, I&#039;m really sorry for my stupid question. Pls kindly tell me how to use this with my php file.Though I download and run it by itself,it doesn&#039;t work at all. Pls kindly help me.</description> <content:encoded><![CDATA[<p>hi,,,,<br /> I&#8217;m really sorry for my stupid question.<br /> Pls kindly tell me how to use this with my php file.</p><p>Though I download and run it by itself,it doesn&#8217;t work at all.<br /> Pls kindly help me.</p> ]]></content:encoded> </item> <item><title>By: admin</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-2147</link> <dc:creator>admin</dc:creator> <pubDate>Sat, 18 Jul 2009 18:01:57 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-2147</guid> <description>Hi,Right now my webblog was hosted on dreamhost.com, the service was very good... I am using this since 16 months. There was no problem at all.Thanks, Vivek</description> <content:encoded><![CDATA[<p>Hi,</p><p>Right now my webblog was hosted on dreamhost.com, the service was very good&#8230; I am using this since 16 months. There was no problem at all.</p><p>Thanks,<br /> Vivek</p> ]]></content:encoded> </item> <item><title>By: itmoxodoelo</title><link>http://www.developersnippets.com/2009/06/24/date-range-using-extjs-date-field-and-advanced-vtype/comment-page-1/#comment-2146</link> <dc:creator>itmoxodoelo</dc:creator> <pubDate>Sat, 18 Jul 2009 05:57:09 +0000</pubDate> <guid isPermaLink="false">http://www.developersnippets.com/?p=1061#comment-2146</guid> <description>Hello,Need information about these two hosting services.I&#039;m interested in those two hosting companies, need some information from you guys. It would be better as fast as possible, because at the moment planning to develop little web service and few blogs.Found Host1Plus and GoDaddy offers its hosting. Some time ago I had account on Hostmonster, but I don&#039;t like it.My friend using JustHost, but now its services going bad and bad... So please don&#039;t offer it :)Please share your opinions and your own experience.</description> <content:encoded><![CDATA[<p>Hello,</p><p>Need information about these two hosting services.</p><p>I&#8217;m interested in those two hosting companies, need some information from you guys.<br /> It would be better as fast as possible, because at the moment planning to develop little web service and few blogs.</p><p>Found Host1Plus and GoDaddy offers its hosting.<br /> Some time ago I had account on Hostmonster, but I don&#8217;t like it.</p><p>My friend using JustHost, but now its services going bad and bad&#8230; So please don&#8217;t offer it <img src='http://www.developersnippets.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Please share your opinions and your own experience.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/16 queries in 0.157 seconds using disk: basic
Object Caching 454/455 objects using disk: basic

Served from: www.developersnippets.com @ 2012-02-07 16:51:56 -->
