Look into some sort of auto-complete solution. jQuery has a few nice ones.
You'll need to parse and properly format the data for saving yourself. On Nov 10, 3:31 pm, "Okto Silaban" <[EMAIL PROTECTED]> wrote: > Hi, > > I have this table relation : > > Post HABTM Tag > Tag HABTM Post > > Since maybe I'll have more than 400 tags, SELECT TAG for tags is not a good > choice for me. > All I want to do is as simple as save and edit post. But I want to display > tag input as text input (not as select input). > > Tags input will be looks like Wordpress tags input. > > View Example : > > Post Title : This is my CakePHP nightmare > Tags : cakephp, php, webdev <-- using text input > > Content : > bla..blba. bla.. > > Any help would be appreciated.. > > Okto.Silaban.Net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
