Ticket #83 (new defect)
fix dynamic loading of widget (and other) definitions
| Reported by: | mpo | Owned by: | mpo |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 |
| Component: | modules/kauri-forms | Version: | trunk |
| Keywords: | Cc: |
Description
Currently the 'registry.js' system has a mechanism for loading dynamically extra javascript files for defining fields, widgets, validators, ..., however:
- this currently might see concurrency issues since no decent ajax-queue is applied (alternatively jsonp might be a solution)
- we don't yet have a good/fixed template URI for those dynamically loaded pieces
Note: See
TracTickets for help on using
tickets.
beyond 0.4 scope