Options
All
  • Public
  • Public/Protected
  • All
Menu

Implementation of the kendo color picker widget.

Hierarchy

Index

Constructors

constructor

Properties

app

The {@link geocortex.framework.application.Application} that this provider belongs to.

color

The color of the colorpicker

colorpicker

colorpicker: ColorPicker

libraryId

libraryId: string

The ID of the library that this provider belongs to.

widget

Methods

initialize

instantiate

  • instantiate(): void
  • This method changes the native color input provided in ColorPickerWidget.html into a kendo color picker The color picker must be attached to the DOM in its final location before you call this.

    Returns void

setColor

Protected updateColor

  • updateColor(evt: ColorPickerChangeEvent): void
  • This event handler is called when the user changes the color using the picker

    Parameters

    • evt: ColorPickerChangeEvent

    Returns void