<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Zendcasts Forum / ZC49 – Writing Composite Zend_Form Elements]]></title>
		<link>http://www.zendcasts.com/forum/viewtopic.php?id=155</link>
		<description><![CDATA[The most recent posts in ZC49 – Writing Composite Zend_Form Elements.]]></description>
		<lastBuildDate>Fri, 18 Jun 2010 15:57:57 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: ZC49 – Writing Composite Zend_Form Elements]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=907#p907</link>
			<description><![CDATA[<p>Hi Oliver, very good point! I missed that when I put together that helper.</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon Lebensold)]]></author>
			<pubDate>Fri, 18 Jun 2010 15:57:57 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=907#p907</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC49 – Writing Composite Zend_Form Elements]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=906#p906</link>
			<description><![CDATA[<p>Hi Jon,</p><p>it looks like, the helper is only instantiated once. So if you use $this-&gt;html, to store the generated html-code, and append new html-code, every time a new element is added to the form, the new html-code will be appended to the previous. That is, what zaherg worte a few days before.</p><p>And btw: thank you, Jon, for your great zend tutorials!</p><p>Oliver</p>]]></description>
			<author><![CDATA[dummy@example.com (Oliver)]]></author>
			<pubDate>Fri, 18 Jun 2010 06:26:46 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=906#p906</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC49 – Writing Composite Zend_Form Elements]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=852#p852</link>
			<description><![CDATA[<p>hi :<br />i just want to put a note that you have not to use <br /></p><div class="codebox"><pre><code>$this-&gt;html</code></pre></div><p>in your code instead you will have to use the <br /></p><div class="codebox"><pre><code>$html </code></pre></div><p>.<br />other wise if you have 2 elements it will be rendered as 3 elements since that </p><div class="codebox"><pre><code>$this-&gt;html</code></pre></div><p> will not be reset for the next element ..</p><p>check my code since i have just made the changes ..<br /><a href="http://pastie.org/915510">http://pastie.org/915510</a></p><p>regards</p>]]></description>
			<author><![CDATA[dummy@example.com (zaherg)]]></author>
			<pubDate>Tue, 11 May 2010 12:38:19 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=852#p852</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC49 – Writing Composite Zend_Form Elements]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=790#p790</link>
			<description><![CDATA[<p>your most welcome ..<br />i hope that you can make a cast about how to create a composite form element other than text since its ( text elements ) already mentioned in other places.</p>]]></description>
			<author><![CDATA[dummy@example.com (zaherg)]]></author>
			<pubDate>Mon, 12 Apr 2010 17:25:07 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=790#p790</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC49 – Writing Composite Zend_Form Elements]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=787#p787</link>
			<description><![CDATA[<p>Hi Zeherg,</p><p>thanks for mentioning this!</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon Lebensold)]]></author>
			<pubDate>Mon, 12 Apr 2010 15:55:31 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=787#p787</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC49 – Writing Composite Zend_Form Elements]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=786#p786</link>
			<description><![CDATA[<p>Hi:<br />here is my code and how i made a composite form element for the Date Of Birth</p><p><a href="http://pastie.org/915510">http://pastie.org/915510</a></p><p>the code my not be as good as you might think , but we are all learning something new everyday <img src="http://www.zendcasts.com/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (zaherg)]]></author>
			<pubDate>Mon, 12 Apr 2010 12:15:38 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=786#p786</guid>
		</item>
		<item>
			<title><![CDATA[ZC49 – Writing Composite Zend_Form Elements]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=715#p715</link>
			<description><![CDATA[<p>This video should help you build your own composite Zend_Form element. We&#039;ll be building a phone element. The phone element will have 3 textboxes, one for geographic location, area code and local code. In the following videos will add a custom cell phone validator and some ajax validation. </p><p>Grab a <a href="http://zendcasts.googlecode.com/svn/trunk/zc49-composite-form-elements/zc49-composite-form-elements.zip">copy of the project</a> or <a href="http://code.google.com/p/zendcasts/source/browse/#svn/trunk/zc49-composite-form-elements">browse the repository</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon Lebensold)]]></author>
			<pubDate>Thu, 11 Mar 2010 04:14:21 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=715#p715</guid>
		</item>
	</channel>
</rss>

