Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RichText

Field control for formatted long text using Quill Editor. Usage:

<rich-text content.bind="content" settings.bind="myLongTextFieldSetting"></rich-text>

Hierarchy

Index

Properties

actionName

actionName: ActionName

containerRef

containerRef: HTMLDivElement

content

content: Content

controller

controller: ValidationController

isSelected

isSelected: boolean = false

quill

quill: QuillType

quillElementRef

quillElementRef: HTMLDivElement

settings

settings: LongTextFieldSetting

textValue

textValue: string

Accessors

readOnly

  • get readOnly(): boolean

rules

  • get rules(): any

value

  • get value(): string
  • set value(newValue: string): void

Methods

activate

  • activate(model: object): void

attached

  • attached(): void

onQuillSelectionChange

  • onQuillSelectionChange(range: any, oldRange: any, source: any): void

onQuillTextChange

  • onQuillTextChange(delta?: any, oldDelta?: any, source?: any): void

Generated using TypeDoc