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

Adopt the jQuery UI widget factory #663

Closed
jzaefferer opened this issue Feb 28, 2013 · 3 comments
Closed

Adopt the jQuery UI widget factory #663

jzaefferer opened this issue Feb 28, 2013 · 3 comments
Labels
Milestone

Comments

@jzaefferer
Copy link
Collaborator

Would allow initializing multiple forms with one .validate() call, changes options later and whatever else the widget factory supports. Should also help make the code base more sane.

@glat
Copy link

glat commented Mar 6, 2013

+1

Now I'm calling validate on a single form (I use ASP.NET, so It's only one for the web page), then add rules for every control, last check on submit button click for only controls of the sub-form I need.

Should allow to create validation for multiple forms or sub-forms enclosed in DIVs (ASP.NET does not allow more than one form in the web page).

@jzaefferer
Copy link
Collaborator Author

Adopting the widget factory isn't really about that feature in particular. Though if #637 lands, you could achieve the same anyway.

@jzaefferer
Copy link
Collaborator Author

I'm sorry for the lack of activity on this issue. Instead of leaving it open any longer, I decided to close old issues without trying to address them, to longer give the false impression that it will get addressed eventually.

To the reporter (or anyone else interested in this issue): If you're affected by the same issue, consider opening a new issue, with a testpage that shows the issue. Even better, try to fix the issue yourself, and improve the project by sending a pull request. This may seem daunting at first, but you'll likely learn some useful skills that you can apply elsewhere as well. And you can help keep this project alive. We've documented how to do these things, too. A patch is worth a thousand issues!

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

No branches or pull requests

2 participants