Dropzones
Dropzone Naming
A dropzones is an area within a template where child element can be added. Each dropzone requires a name giving you a consistent & reliable way to manage child items.
Multiple dropzones with the same name can used, but you should be careful not to show them at the same time. This can be useful if you want to show child items in different places based on a control.
Resource Dropzone
Sometimes you want to allow the user to drop the resources directly into the Editor, this can be achieved with the rwResourceDropZone
key.
The following example shows how to support dropping a folder of images directly into the Editor. Place the following in the Template HTML:
You also need a corresponding image control in the Properties file:
Last updated