API / geotoolkit / controls / tools / html / Editor / Editor
Type Aliases
Type Aliases
Ƭ EditOptions: Object
Geometry and style options for text editor element
| Name | Type | Description |
|---|---|---|
bounds | Rect | Text label in node model space |
fillstyle? | Type | Background fill style |
linestyle? | Type | Borderline style |
node | Node | Node to edit |
padding? | Type | Inner 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? | boolean | Spellcheck flag |
text | string | Text to edit |
textorientation? | Orientation | Text orientation |
textstyle? | Type | Text style |
Ƭ Options: Options & { containingnode?: CompositeNode ; hostcontainer?: HTMLElement ; plot?: Plot }
HTML Inline-Editor tool options