Hidden list of nodes during paging
mki - December 6, 2006 - 12:01
| Project: | Subform |
| Version: | 4.7.x-0.2 |
| Component: | User interface |
| Category: | feature request |
| Priority: | minor |
| Assigned: | MrTaco |
| Status: | closed |
Jump to:
Description
When I click on "Select" to select child nodes, and then click on "« first / ‹ previous / next › / last »" to see other page, page is reloaded, but I must click on "Select" again to see the list of nodes. Is there a possibility to do this automatically?

#1
i'd really like this subform to work this way as well
it would be a big usability win
but right now i can think of no way to implement this
the pager links are generated by the views module, and do their work via a form GET
since its not a POST, i can't hide any hidden data that would allow me to know which fieldsets were open (which would allow me to modify the form before returning it, and make sure that all the fieldsets are still open)
anyone have any ideas?
#2
i've got this working in a local install
will push it up into the repository tonight
#3
see the latest release 0.25
#4