any plans?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 1022974-views-hacks-autosubmit.patch | 5.09 KB | mrfelton |
| #4 | views_filters_autosubmit.zip | 2.3 KB | kriboogh |
any plans?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 1022974-views-hacks-autosubmit.patch | 5.09 KB | mrfelton |
| #4 | views_filters_autosubmit.zip | 2.3 KB | kriboogh |
Comments
Comment #1
infojunkieNot at the moment. Which module do you need most?
Comment #2
dgastudio commentedautorefresh and autosubmit.
thanks
Comment #3
zarudnyi commentedAuto-submit.
Thank You.
Comment #4
kriboogh commentedI've ran autosubmit through coder. I had to change the javascript a bit (hiding the submit button in javascript in stead of in form alter). It seems to work for what i wanted to do.
EDIT: I overlooked a small detail, I couldn't update the attached zip anymore, so in the .js file
change
$('div.views-submit-button').hide();to
Comment #5
mrfelton commentedHere is a patch from the above. Includes the change mentioned in #4. Should apply cleanly against the 7.x-1.x branch.
Comment #6
mrfelton commentedOh, and a patch might help.
Comment #7
joachim commentedIn general looks good, just a bit of tidying up to do :)
CVS lines are obsolete.
This shouldn't be in the repository.
Should be 'implements' on D7 (yeah I hate that too :( and FORM_ID not FORMID.
Missing a docblock. Also, form builders by convention tend to end in _form.
Comment #8
druvision commentedWorks great for me! A lifesaver!
Suggested enhancement: The location of the setting page should be in a sub-menu, drupal-7 style, and not directly in the settings menu.
Amnon
Comment #9
druvision commentedThe port is not needed anymore - the functionality is already covered by the 'Better Exposed Filters' auto-submit checkbox, which displays instant results whenever an exposed filter value is changed.
Comment #10
bdambrine commentedSee http://drupal.org/project/better_exposed_filters
Comment #11
mustanggb commentedCould we add this information to the project description so people know where to go to get this functionality now.
Comment #12
joachim commentedDone.