Some content uses the Orchard resource manager to load resources. When that content is loaded asynchronously via AJAX by this module, those resources never get loaded. Therefore both the AJAX Widget and the AJAXify part should allow the user to specify a set of styles and scripts that the AJAX loaded content requires, and make sure these are loaded as part of the page.
It would be good if the user could specify:
Style and script resource names (as declared by a resource manifest) to be Require()d
Style and script resource URLs to be Include()d with optional alternative resource URLs for Debug mode
Ideally these resources would be loaded relative to where the actual AJAX loaded widget shape template resides, not relative to the AjaxWidgetPart shape template.
Some content uses the Orchard resource manager to load resources. When that content is loaded asynchronously via AJAX by this module, those resources never get loaded. Therefore both the AJAX Widget and the AJAXify part should allow the user to specify a set of styles and scripts that the AJAX loaded content requires, and make sure these are loaded as part of the page.
It would be good if the user could specify:
Ideally these resources would be loaded relative to where the actual AJAX loaded widget shape template resides, not relative to the AjaxWidgetPart shape template.