Overview
Opens edit forms for selected CCK fields or field groups in modal frames from the node view.
This module is pretty similar in concept as the Popups: Subedit module. However, it's based on the Modal Frame API, meaning the forms are rendered within iframes, therefore these forms do not alter the DOM of the parent page, and provide full support for advanced editing features such as WYSIWYG editors, File uploads, CCK buttons to add more items, Multigroups, etc.
Usage
Once the module has been installed, visit the settings form of the fields or field groups where you want to enable this feature. Here you can choose to reload the current page or just to refresh the target element after a successful edit operation.
When this feature is enabled, a small edit icon will be rendered on the top right corner of the target element, but only to users with the proper edit permissions. Clicking this icon will popup a modal frame with a node edit form that only shows the elements related to the corresponding target element.
Requirements
Developers