<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Django newforms: How to create dynamic forms</title>
	<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/</link>
	<description>Texts and open source software</description>
	<pubDate>Tue, 07 Sep 2010 00:55:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Dorian</title>
		<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1780</link>
		<pubDate>Mon, 24 Nov 2008 13:15:51 +0000</pubDate>
		<guid>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1780</guid>
					<description>I used the dynamicform.py, dynamicform.js and mootools.js from django-cms and all works just fine :)
I cannot understand what I did wrong before when "migrating" the scripts, but... anyway...

Thanks! :)</description>
		<content:encoded><![CDATA[<p>I used the dynamicform.py, dynamicform.js and mootools.js from django-cms and all works just fine <img src='http://eggdrop.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I cannot understand what I did wrong before when &#8220;migrating&#8221; the scripts, but&#8230; anyway&#8230;</p>
<p>Thanks! <img src='http://eggdrop.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dorian</title>
		<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1779</link>
		<pubDate>Mon, 24 Nov 2008 12:51:57 +0000</pubDate>
		<guid>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1779</guid>
					<description>Thanks for the ultraquick answer :)

I will have a look now...</description>
		<content:encoded><![CDATA[<p>Thanks for the ultraquick answer <img src='http://eggdrop.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I will have a look now&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: tom</title>
		<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1778</link>
		<pubDate>Mon, 24 Nov 2008 12:41:01 +0000</pubDate>
		<guid>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1778</guid>
					<description>Dorian: Actually we use this in the admin interface of django-cms. You might want to take a look at the demo site at http://django-cms.org/.</description>
		<content:encoded><![CDATA[<p>Dorian: Actually we use this in the admin interface of django-cms. You might want to take a look at the demo site at <a href='http://django-cms.org/.' rel='nofollow'>http://django-cms.org/.</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dorian</title>
		<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1777</link>
		<pubDate>Mon, 24 Nov 2008 12:35:27 +0000</pubDate>
		<guid>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1777</guid>
					<description>Hey!
Does anyone adapted this for Django 1.0 and have it working?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey!<br />
Does anyone adapted this for Django 1.0 and have it working?</p>
<p>Thanks!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Yiyang&#8217;s Weblog &#187; Django newforms: How to create dynamic forms</title>
		<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1775</link>
		<pubDate>Sat, 08 Nov 2008 10:20:48 +0000</pubDate>
		<guid>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1775</guid>
					<description>[...] http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href='http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/' rel='nofollow'>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/</a> [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Django Tutorials &#124; lonerunners.net</title>
		<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1774</link>
		<pubDate>Sun, 02 Nov 2008 00:32:13 +0000</pubDate>
		<guid>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1774</guid>
					<description>[...] Django newforms: How to create dynamic forms [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Django newforms: How to create dynamic forms [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Django: Datumsfeld in ein DropDown Feld verwandeln &#124; Wangoo Blog</title>
		<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1773</link>
		<pubDate>Wed, 22 Oct 2008 14:30:10 +0000</pubDate>
		<guid>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1773</guid>
					<description>[...] 3. L&#246;sung: Man benutzt ein &#34;SelectDateWidget&#34; - die Handhabung ist denkbar einfach: from django.forms.extras import widgets class ReservationDate(ModelForm): datum = djangoforms.DateField(widget=widgets.SelectDateWidget()) id = djangoforms.CharField(widget=djangoforms.HiddenInput) class Meta: model = Reservierungen fields = ('datum','id') [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 3. L&#246;sung: Man benutzt ein &quot;SelectDateWidget&quot; - die Handhabung ist denkbar einfach: from django.forms.extras import widgets class ReservationDate(ModelForm): datum = djangoforms.DateField(widget=widgets.SelectDateWidget()) id = djangoforms.CharField(widget=djangoforms.HiddenInput) class Meta: model = Reservierungen fields = (&#8217;datum&#8217;,'id&#8217;) [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: tom</title>
		<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1751</link>
		<pubDate>Sun, 25 May 2008 07:34:49 +0000</pubDate>
		<guid>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1751</guid>
					<description>@Rex:
It's different. The biggest difference is that my approach passes the forms via JavaScript to the browser, i.e. the user can add as many forms as necessary by clicking on the "Add new" link.

Also, my solution uses one form instance per form, instead of putting everything into one form instance.</description>
		<content:encoded><![CDATA[<p>@Rex:<br />
It&#8217;s different. The biggest difference is that my approach passes the forms via JavaScript to the browser, i.e. the user can add as many forms as necessary by clicking on the &#8220;Add new&#8221; link.</p>
<p>Also, my solution uses one form instance per form, instead of putting everything into one form instance.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rex</title>
		<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1750</link>
		<pubDate>Sat, 24 May 2008 23:48:01 +0000</pubDate>
		<guid>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1750</guid>
					<description>Is the solution on the following page the same or different as the one presented here?
http://guillaume.segu.in/blog/home/116/tip-of-the-day-dynamic-forms-with-django-newforms/</description>
		<content:encoded><![CDATA[<p>Is the solution on the following page the same or different as the one presented here?<br />
<a href='http://guillaume.segu.in/blog/home/116/tip-of-the-day-dynamic-forms-with-django-newforms/' rel='nofollow'>http://guillaume.segu.in/blog/home/116/tip-of-the-day-dynamic-forms-with-django-newforms/</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Caster</title>
		<link>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1745</link>
		<pubDate>Sun, 06 Apr 2008 09:26:53 +0000</pubDate>
		<guid>http://eggdrop.ch/blog/2007/02/15/django-dynamicforms/#comment-1745</guid>
					<description>Thanks very much for the great work!

But I also have problem of getting the expected results. The error is : “Line 35, Object Expected”. I refer back to the edit.html, which is 

    href="#" onclick="new PageForm(); 

So I think the problem should be the setting of urls.py. My urls.py is like

(r’^showitem/$’, ‘dynamicform_using_form’),

By the way, the only parts I changed are the path setting in the edit.html 

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks very much for the great work!</p>
<p>But I also have problem of getting the expected results. The error is : “Line 35, Object Expected”. I refer back to the edit.html, which is </p>
<p>    href=&#8221;#&#8221; onclick=&#8221;new PageForm(); </p>
<p>So I think the problem should be the setting of urls.py. My urls.py is like</p>
<p>(r’^showitem/$’, ‘dynamicform_using_form’),</p>
<p>By the way, the only parts I changed are the path setting in the edit.html </p>
<p>Thanks!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
