CC96AI,

You're right about modifying the tag templates.

There would have to be more changes than the ones i mentioned above.
However, it's a starting point :).

As for it being a good idea, you can implement your own tags. Since
you're subclassing HtmlHelper you can redefine the $tags class
attribute to have your own templates. Also, you would need to modify
the rendering of those templates.

Dim



On Mar 26, 3:57 pm, "cc96ai" <[EMAIL PROTECTED]> wrote:
> in your provided code,
> we might to update helper.php
>
> var $tags = array('link' => '<a href="%s" %s>%s</a>',
>                                                         'mailto' => '<a 
> href="mailto:%s"; %s>%s</a>',
>                                                         'form' => '<form %s>',
>                                                         'input' => '<input 
> name="data[%s][%s]" %s/>',
> 'hidden' => '<input type="hidden" name="data[%s][%s]" %s/>',
>
> I m not sure thats good idea or not


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to