Actions
Feature proposal #4681
closedReplace pre-rendering of ajax form
Description
On click make an ajax call for the HTML form then on submit get rid of the ajax form. This avoids having to have hacky workarounds for duplicate name/id handling needed for userlist ajaxing.
Updated by krileon about 10 years ago
- Tracker changed from Task to Feature proposal
Updated by krileon about 10 years ago
- Subject changed from Remove userlist ajaxing to Replace pre-rendering of ajax form
- Description updated (diff)
Updated by krileon about 10 years ago
Note: this may still need to be removed as jquery bindings for those inputs probably will be lost by rendering the form through ajax.
Updated by krileon about 10 years ago
- Status changed from Assigned to Rejected
- % Done changed from 0 to 100
Note possible until CB 2.1 where rebinding of fields on a field by field basis can be easily done. Note 2.1 should have ajax built in making this plugin obsolete.
Actions