<?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: Combining DHTMLRules, tableless layout and multiple page forms with HTML_QuickForm</title>
	<atom:link href="http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/</link>
	<description></description>
	<lastBuildDate>Sat, 27 Aug 2011 21:07:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mark Wiesemann</title>
		<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-53</link>
		<dc:creator>Mark Wiesemann</dc:creator>
		<pubDate>Fri, 11 Jan 2008 16:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-53</guid>
		<description>James, you&#039;re either looking for HTML_QuickForm_Controller or you need to simulate the paging yourself (sessions are then your friends).</description>
		<content:encoded><![CDATA[<p>James, you&#8217;re either looking for HTML_QuickForm_Controller or you need to simulate the paging yourself (sessions are then your friends).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-52</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 11 Jan 2008 13:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-52</guid>
		<description>Hi i just do a form in quickform,i want to be multi pages

one page is easy,how can make one page to two page

for example:
step1
name:
email:

and step2
password:
confirmed password:

Thanks</description>
		<content:encoded><![CDATA[<p>Hi i just do a form in quickform,i want to be multi pages</p>
<p>one page is easy,how can make one page to two page</p>
<p>for example:<br />
step1<br />
name:<br />
email:</p>
<p>and step2<br />
password:<br />
confirmed password:</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny Loke</title>
		<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-51</link>
		<dc:creator>Johnny Loke</dc:creator>
		<pubDate>Sun, 23 Dec 2007 17:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-51</guid>
		<description>Thanks alot Mark.
I notice that I made a mistake by calling $form-&gt;toHtml(). Once I use $renderer-&gt;toHtml(), everything work perfectly.
Thanks Mark for the prompt reply ;)
Merry Christmas and Happy New Year 2008!</description>
		<content:encoded><![CDATA[<p>Thanks alot Mark.<br />
I notice that I made a mistake by calling $form-&gt;toHtml(). Once I use $renderer-&gt;toHtml(), everything work perfectly.<br />
Thanks Mark for the prompt reply <img src='http://www.markwiesemann.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Merry Christmas and Happy New Year 2008!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Wiesemann</title>
		<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-50</link>
		<dc:creator>Mark Wiesemann</dc:creator>
		<pubDate>Sun, 23 Dec 2007 16:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-50</guid>
		<description>Johnny, I&#039;ve written a short tutorial about the missing steps for the tableless layout online:
&lt;a href=&quot;http://www.markwiesemann.eu/2007/12/23/using-the-tableless-renderer-together-with-html_quickform_controller/&quot; rel=&quot;nofollow&quot;&gt;Using the tableless renderer together with HTML_QuickForm_Controller&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Johnny, I&#8217;ve written a short tutorial about the missing steps for the tableless layout online:<br />
<a href="http://www.markwiesemann.eu/2007/12/23/using-the-tableless-renderer-together-with-html_quickform_controller/" rel="nofollow">Using the tableless renderer together with HTML_QuickForm_Controller</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using the tableless renderer together with HTML_QuickForm_Controller at Mark Wiesemann</title>
		<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-49</link>
		<dc:creator>Using the tableless renderer together with HTML_QuickForm_Controller at Mark Wiesemann</dc:creator>
		<pubDate>Sun, 23 Dec 2007 16:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-49</guid>
		<description>[...] post &#8220;Combining DHTMLRules, tableless layout and multiple page forms with HTML_QuickForm&#8221; led to several inqueries about why the layout with the shown code snippets still uses [...]</description>
		<content:encoded><![CDATA[<p>[...] post &#8220;Combining DHTMLRules, tableless layout and multiple page forms with HTML_QuickForm&#8221; led to several inqueries about why the layout with the shown code snippets still uses [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny Loke</title>
		<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-48</link>
		<dc:creator>Johnny Loke</dc:creator>
		<pubDate>Sun, 23 Dec 2007 08:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-48</guid>
		<description>Hi Mark,
I faced the same problem as Twyst by following the PEAR manual stated in your reply.
The following are the code I used to customized my QuickForm renderer.
$form =&amp; new HTML_QuickForm();
$renderer =&amp; new HTML_QuickForm_Renderer_Tableless();
$form-&gt;accept($renderer);
echo $renderer-&gt;toHtml();
Did I miss out some setting. Thanks in advance for helping.</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
I faced the same problem as Twyst by following the PEAR manual stated in your reply.<br />
The following are the code I used to customized my QuickForm renderer.<br />
$form =&amp; new HTML_QuickForm();<br />
$renderer =&amp; new HTML_QuickForm_Renderer_Tableless();<br />
$form-&gt;accept($renderer);<br />
echo $renderer-&gt;toHtml();<br />
Did I miss out some setting. Thanks in advance for helping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Wiesemann</title>
		<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-47</link>
		<dc:creator>Mark Wiesemann</dc:creator>
		<pubDate>Sat, 10 Nov 2007 15:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-47</guid>
		<description>Twyst, you need to define your own HTML_QuickForm_Action_Display class that takes care of using the tableless renderer. The usage of this renderer is described in the &lt;a href=&quot;http://pear.php.net/manual/en/package.html.html-quickform-renderer-tableless.intro.php&quot; rel=&quot;nofollow&quot;&gt;PEAR manual&lt;/a&gt;.

Thanks for asking this; I&#039;ll consider this point for the promised example code.</description>
		<content:encoded><![CDATA[<p>Twyst, you need to define your own HTML_QuickForm_Action_Display class that takes care of using the tableless renderer. The usage of this renderer is described in the <a href="http://pear.php.net/manual/en/package.html.html-quickform-renderer-tableless.intro.php" rel="nofollow">PEAR manual</a>.</p>
<p>Thanks for asking this; I&#8217;ll consider this point for the promised example code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twyst</title>
		<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-46</link>
		<dc:creator>Twyst</dc:creator>
		<pubDate>Sat, 10 Nov 2007 14:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-46</guid>
		<description>I&#039;m trying to set this up, exactly the way that you&#039;re explaining here - but with QF 3.2.10, QF_Controller 1.0.8, DHTMLRulesTableless 0.3.3, and Renderer_Tableless, I get the original layout - NOT the tableless layout. I&#039;m not getting any errors, mind you - it&#039;s like it&#039;s just passing it straight through. Unless there&#039;s something I&#039;m completely missing?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to set this up, exactly the way that you&#8217;re explaining here &#8211; but with QF 3.2.10, QF_Controller 1.0.8, DHTMLRulesTableless 0.3.3, and Renderer_Tableless, I get the original layout &#8211; NOT the tableless layout. I&#8217;m not getting any errors, mind you &#8211; it&#8217;s like it&#8217;s just passing it straight through. Unless there&#8217;s something I&#8217;m completely missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Wiesemann</title>
		<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-45</link>
		<dc:creator>Mark Wiesemann</dc:creator>
		<pubDate>Tue, 26 Jun 2007 08:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-45</guid>
		<description>Harold, no, there is currently no complete example available. Do you need any help on this topic? Then just reply here or send me an email.

I have added an item to my TODO list about adding an example.</description>
		<content:encoded><![CDATA[<p>Harold, no, there is currently no complete example available. Do you need any help on this topic? Then just reply here or send me an email.</p>
<p>I have added an item to my TODO list about adding an example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harold</title>
		<link>http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-44</link>
		<dc:creator>Harold</dc:creator>
		<pubDate>Tue, 26 Jun 2007 01:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.markwiesemann.eu/2007/03/29/combining-dhtmlrules-tableless-layout-and-multiple-page-forms-with-html_quickform/#comment-44</guid>
		<description>Don&#039;t you have a example running?</description>
		<content:encoded><![CDATA[<p>Don&#8217;t you have a example running?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

