ImageGalleryWidget
From OpenCms Wiki
Description
Provides a widget that allows access to the available OpenCms image galleries, for use on a widget dialog.
For common gallery widgets configuration options, see GalleryWidgets
The widget is implemented by org.opencms.widgets.CmsImageGalleryWidget.
Options
- useformat
- defines if the format select box and the resize options for the image should be shown or not, with true or false (default) as possible values. Enables the possibility to change the image size or to crop the image for frontend view
- class
- optional class implementing the interface I_CmsImageWidgetDynamicConfiguration in the package org.opencms.widgets. This class can configure dynamic startup parameters. Warning: if setting this option, be careful to provide the correct interface: this differs from the same option in GalleryWidgets.