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

Automatic JS handling for simple options #60

Closed
JoryHogeveen opened this issue May 7, 2017 · 0 comments
Closed

Automatic JS handling for simple options #60

JoryHogeveen opened this issue May 7, 2017 · 0 comments
Assignees
Projects
Milestone

Comments

@JoryHogeveen
Copy link
Owner

JoryHogeveen commented May 7, 2017

Set the JS handling from the PHP side of the code to make the JS file size smaller. No need for all that duplicate code.

  • Multiple value keys
  • Multiple values for each key
  • Confirm handling
  • Required handling
  • Value type processors:
    • default: get element value
    • multi: get multiple values (key -> checked)
    • selected: get selected values
  • Option to parse value as json
  • Option to get element attribute instead of input value
@JoryHogeveen JoryHogeveen added this to the 1.7.2 milestone May 7, 2017
@JoryHogeveen JoryHogeveen self-assigned this May 7, 2017
@JoryHogeveen JoryHogeveen mentioned this issue May 7, 2017
16 tasks
@JoryHogeveen JoryHogeveen added this to Ideas in Core via automation Jul 12, 2018
@JoryHogeveen JoryHogeveen moved this from Ideas to Done in Core Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Core
  
Done
Development

No branches or pull requests

1 participant