Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto serialize tags into a field and submit with parent form #4

Open
ioncache opened this issue May 17, 2011 · 2 comments
Open

Auto serialize tags into a field and submit with parent form #4

ioncache opened this issue May 17, 2011 · 2 comments
Assignees

Comments

@ioncache
Copy link
Owner

Allow the TagHandler to store the serialized values of the tags when submitting a form.

Add some options:

  • formID: ID of the form that the TagHandle will use to hijack the submit function and store the tag data in. If this field is left undefined but the fieldName option isset, then the TagHandler will use the parent form of the TagHandler.
  • fieldID: ID/name of the input field to store the tag names in when submitting. This field could exist in the form already or be auto-created by the TagHandler on the fly.
@ghost ghost assigned ioncache May 17, 2011
@ioncache
Copy link
Owner Author

If the formID option is undefined, then the parent form of the fieldID element should be used instead of the parent form of the TagHandler

@bluee
Copy link

bluee commented Dec 5, 2012

Have this been implemented yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants