Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Object: PlayerResizeModes

require(["esri/dijit/geoenrichment/ReportPlayer/PlayerResizeModes"], function(PlayerResizeModes) { /* code goes here */ });

Description

(Added at v3.24)
Enumerator of available player resize mode options for the Report Player widget.

Samples

Search for samples that use this class.

Constants

NameDescription
AUTOThe Report Player will be auto-resizable for the pagination view, the size of the player will change to fit the content. Setting manual dimensions will not be applicable. This is the default.
FIT_WINDOWThe Report Player will be stretched and constrained to the browser window size. Setting manual dimensions will not be applicable.
MANUALThe Report Player dimensions (height and width) will need to be set manually in CSS.
Show Modal