I’ve extended the TeamSite Toolbar so that individual modules on the page can be edited from the front-end.

This is now in production being used by editors, for the 4Beauty site now, and shortly for 4Food and 4Homes.
This was achieved by exposing the module IDs into ID attributes in the HTML mark-up. The toolbar reads these IDs, and sends them through to TeamSite via an Ajax call; TeamSite does a database lookup to find out the Vpaths of the modules, and sends the URLs for editing the DCRs back to the Toolbar in a JSON object.

Recent Comments