Currently content loaded with dynamicload replaces existing content in a target element.

This is sometimes desired, but there are several other potentially desired behaviours, including maybe:

* append
* prepend
* before
* after

To do:

* add field to module's table to store this
* add field to block configuration fieldset
* add support in dynamicload.js

Comments

nedjo’s picture

Assigned: Unassigned » nedjo

I've implemented most of this. Requires running an update. Still needs some fine tuning to get the display right, e.g., fade in new content.