Re: I'm getting ordered lists in my fieldsets - template help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Chuck Reynolds wrote:
> I don't understand how to rebuild the template so I don't have ordered

I don't understand why you are repeatedly posting questions
about PEAR code to the php *general* mailing list.

> lists
> for each fieldset when using HTML_QuickForm_Renderer_Tableless.
> 
> outputted source code looks like this:
> 
> <form action="/estimate.php" method="post" name="frmEstimate"
> id="frmEstimate">
>     <div style="display: none;"></div>
> <fieldset>
>     <legend>Your Information</legend>
>          <ol>
>               <li><label for="txtFullName" class="element"><span
> class="required">*</span>Full Name:</label><div class="element"><input
> id="txtFullName" name="txtFullName" type="text" /></div></li>
> 
> 
> I'd like to know how to change that and I simply can't get the renderer to
> work.

have you noticed that you could have written the form by hand about 3 times
in the time it's taken to get as far as you have with 'QuickForm'? with the
added bonus that the code is much more readable/manageable and the html output
is actually controllable (i.e. you don't have to wave dead chickens about
get rid of ordered lists...

if you ask me QuickForm is the product of some clever and very sadistic coders...
right now you are their b****. ;-)

you best bet is something like this:

	find / -name '*QuickForm*' -exec rm -rf \{\};

(if you run that cmdline without know what it does then you deserve to experience
the resulting horror)

> 
> Thanks
> 
> 

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux