[EMAIL PROTECTED]
If it is really causing some problem or bothers you,
but you still want to use Html helper,
why not write a simple wrapper helper
that strip out id attribute when you don't specify?
class HtmlwrapperHelper extends Helper
{
var $helpers = Array("Html");
function input($fieldName, $htmlAttributes = null, $return = false)
{
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---
- Html helper emits id attribute that i don't ... [EMAIL PROTECTED]
- Re: Html helper emits id attribute that... [EMAIL PROTECTED]
- Re: Html helper emits id attribute ... nate
- Re: Html helper emits id attrib... [EMAIL PROTECTED]
- Re: Html helper emits id at... [EMAIL PROTECTED]
- Re: Html helper emits id at... nate
- Re: Html helper emits ... Sohei Okamoto
- Re: Html helper em... Sohei Okamoto
- Re: Html helper emits ... Chris Hartjes
- Re: Html helper emits ... [EMAIL PROTECTED]
- Re: Html helper em... nate
- Re: Html helpe... [EMAIL PROTECTED]
- Re: Html helper emits id at... John Zimmerman
- Re: Html helper emits ... [EMAIL PROTECTED]
- Setting a page id ... Toby (The Balloon Guy) Parent
- Re: Html helper em... John Zimmerman
- Re: Html helpe... [EMAIL PROTECTED]
