InputfieldImage class

One or more image uploads (sortable)

Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the InputfieldImage class also inherits all the methods and properties of: InputfieldFile, Inputfield, WireData and Wire.

Show class?     Show args?       Only hookable?    

For hooks

These methods are only useful for hooking and should not be called directly.

NameReturnSummary 
InputfieldImage::buildTooltipData($pagefile)
array

Build data for the tooltip that appears above the thumbnails

InputfieldImage::fileAdded(Pagefile $pagefile)
None

Resize images to max width/height if specified in field config and image is larger than max

InputfieldImage::getFileActions(Pageimage $pagefile)
array

Get array of actions (displayed in select dropdown) available for given Pagefile

InputfieldImage::getImageEditButtons($pagefile, string $id, int $n, string $buttonClass)
array

Get array of buttons for image edit mode

InputfieldImage::getImageThumbnailActions(Pageimage $pagefile, string $id, int $n, string $class)
array

Get the image thumbnail icon actions/links/buttons

InputfieldImage::processUnknownFileAction(Pageimage $pagefile, string $action, string $label)
bool null

Called when a select dropdown action was received that InputfieldImage does not recognize (for hooking purposes)

InputfieldImage::renderAdditionalFields($pagefile, string $id, int $n)
None

Render any additional fields (for hooks)

InputfieldImage::renderButtons($pagefile, string $id, int $n)
string

Render buttons for image edit mode

Properties

NameReturnSummary 
InputfieldImage::adminThumbScale int for backwards compatibility only
DEFAULT: auto
 
InputfieldImage::clientQuality int Quality setting to use for client-side resize. 60=60%, 90=90%, etc. .
DEFAULT: 90
 
InputfieldImage::dimensionsByAspectRatio bool int Switch min-/maxWidth and min-/maxHeight restriction for portrait images 
InputfieldImage::editFieldName string Field name to use for linking to image editor
DEFAULT: auto
 
InputfieldImage::extensions string Space separated list of allowed image extensions
DEFAULT: JPG JPEG GIF PNG
 
InputfieldImage::focusMode string May be 'on', 'off', or 'zoom'
DEFAULT: on
 
InputfieldImage::gridMode string Default grid mode in admin, one of "grid", "left" or "list"
DEFAULT: grid
 
InputfieldImage::gridSize int Squared size of the admin thumbnails
DEFAULT: 130
 
InputfieldImage::imageSizerOptions array Options to pass along to the ImageSizer class. See /wire/config.php $imageSizerOptions for details. 
InputfieldImage::itemClass string Space separated CSS classes for items rendered by this Inputfield. Generally you should append rather than replace. 
InputfieldImage::maxHeight int string Max height for uploaded images, larger will be sized down
DEFAULT: ''
 
InputfieldImage::maxReject bool int Reject images that exceed max allowed size?
DEFAULT: false
 
InputfieldImage::maxSize float Maximum number of megapixels for client-side resize, i.e. 1.7 is ~1600x1000, alt. to maxWidth/maxHeight .
DEFAULT: 0
 
InputfieldImage::maxWidth int string Max width for uploaded images, larger will be sized down
DEFAULT: ''
 
InputfieldImage::minHeight int string Min height for uploaded images, smaller will be refused
DEFAULT: ''
 
InputfieldImage::minWidth int string Min width for uploaded images, smaller will be refused
DEFAULT: ''
 
InputfieldImage::okExtensions array Array of manually whitelisted extensions, for instance [ 'SVG' ] must be manually whitelisted if allowed.
DEFAULT: []
 
InputfieldImage::resizeServer int bool Resize to max width/height at server? 1=Server-only, 0=Use client-side resize when possible .
DEFAULT: 0
 
InputfieldImage::useImageEditor int bool Whether or not the modal image editor is allowed for this field
DEFAULT: true
 

Additional methods and properties

In addition to the methods and properties above, InputfieldImage also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.252