Last updated

API / geotoolkit / controls / tools / html / Editor / Editor

Namespace: Editor

html.Editor.Editor

Table of contents

Type Aliases

Contents

Type Aliases

EditOptions

Ƭ EditOptions: Object

Geometry and style options for text editor element

Type declaration

NameTypeDescription
boundsRectText label in node model space
fillstyle?TypeBackground fill style
linestyle?TypeBorderline style
nodeNodeNode to edit
padding?TypeInner text padding in device space
scroll?{ horizontal?: "visible" | "hidden" | "clip" | "scroll" | "auto" ; vertical?: "visible" | "hidden" | "clip" | "scroll" | "auto" }scrolls options
scroll.horizontal?"visible" | "hidden" | "clip" | "scroll" | "auto"-
scroll.vertical?"visible" | "hidden" | "clip" | "scroll" | "auto"vertical scroll options
spellcheck?booleanSpellcheck flag
textstringText to edit
textorientation?OrientationText orientation
textstyle?TypeText style

Options

Ƭ Options: Options & { containingnode?: CompositeNode ; hostcontainer?: HTMLElement ; plot?: Plot }

HTML Inline-Editor tool options