Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace for Cropper jQuery plugin It is used by the PrimeFaces.widget.ImageCropper widget.

This namespace contains several required interfaces and types.

Index

Type Aliases

CropAction: "crop" | "move" | "zoom" | "e" | "w" | "s" | "n" | "se" | "sw" | "ne" | "nw" | "all"

Possible actions for the cropstart event.

  • crop: create a new crop box
  • move: move the canvas (image wrapper)
  • zoom: zoom in / out the canvas (image wrapper) by touch.
  • e: resize the east side of the crop box
  • w: resize the west side of the crop box
  • s: resize the south side of the crop box
  • n: resize the north side of the crop box
  • se: resize the southeast side of the crop box
  • sw: resize the southwest side of the crop box
  • ne: resize the northeast side of the crop box
  • nw: resize the northwest side of the crop box
  • all: move the crop box (all directions)

Generated using TypeDoc