Re: [PHP] Re: Alternative to Quickforms - Not Use Tables

2008-03-06 Thread Stephen

Mark Wiesemann wrote:


Subject says it.

Is there an open source class for forms that provides for the use of CSS 
  for the layout of forms?


Don't you like HTML_QuickForm, or aren't you aware about the tableless
renderer that is available in PEAR?
=> http://pear.php.net/package/HTML_QuickForm_Renderer_Tableless


I did not know about this.

Thank you!
Stephen

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Alternative to Quickforms - Not Use Tables

2008-03-06 Thread Mark Wiesemann
Stephen wrote:
> Subject says it.
> 
> Is there an open source class for forms that provides for the use of CSS 
>   for the layout of forms?

Don't you like HTML_QuickForm, or aren't you aware about the tableless
renderer that is available in PEAR?
=> http://pear.php.net/package/HTML_QuickForm_Renderer_Tableless

Regards,
Mark

-- 
http://www.markwiesemann.eu

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Alternative to Quickforms - Not Use Tables

2008-03-05 Thread Shawn McKenzie
Manuel Lemos wrote:
> Hello,
> 
> on 03/05/2008 08:22 PM Stephen said the following:
>> Subject says it.
>>
>> Is there an open source class for forms that provides for the use of CSS
>>  for the layout of forms?
> 
> You may want to try this forms generation and validation class. It comes
> with a vertical layout plug-in. By default it uses tables, so you do not
> have to hardcode widths to make field rows and label columns align, but
> you can override the default templates and set them to use tableless HTML.
> 
> http://www.phpclasses.org/formsgeneration
> 
> Take a look at the test_auto_layout_form.php example.
> 
I knew it!  I was going to suggest phpclasses.  Also, depending upon
what you do in your apps, consider a framework.  There are many to
choose from.  I have evaluated several and prefer cakephp.  Normally you
won't use php to build the form but use html templates.

-Shawn

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Alternative to Quickforms - Not Use Tables

2008-03-05 Thread Manuel Lemos
Hello,

on 03/05/2008 08:22 PM Stephen said the following:
> Subject says it.
> 
> Is there an open source class for forms that provides for the use of CSS
>  for the layout of forms?

You may want to try this forms generation and validation class. It comes
with a vertical layout plug-in. By default it uses tables, so you do not
have to hardcode widths to make field rows and label columns align, but
you can override the default templates and set them to use tableless HTML.

http://www.phpclasses.org/formsgeneration

Take a look at the test_auto_layout_form.php example.

-- 

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php