How about setting up a new input box "tag" with "add" button and add tags to hidden input so when save the post on submit it is available from control and don't need to use any ajax but javascript in client side?
On Mon, Jan 31, 2011 at 1:28 PM, elias <[email protected]> wrote: > I tried searching for tutorials on the web, but I couldn't find any. > Maybe I am using the wrong keywords, but I hope someone here, could help me > out. > > I have a blog - like model, and a tag model, that is associated with it > (hasMany). > So I can assign tags to new posts. But adding a new tag, makes me have to > close the post, create the tag and then restart with the post. > > So I would like to be able to add tags with the AjaxHelper, when in the new > blog post. > > Anyone who knows a good tutorial for this? > > Thx > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
