Class MarkdownEditorSimpleInterop
System.Object
  Westwind.WebView.Wpf.BaseJavaScriptInterop
    MarkdownMonster.MarkdownEditorSimpleInterop
public class MarkdownEditorSimpleInterop : BaseJavaScriptInterop

Class Members

MemberDescription

Constructor

GetKeyBindingsJson

Return keyboard bindings object as a JSON string so we can bind inside of the editor JavaScript

public string GetKeyBindingsJson()

GetValue

Retrieves the Editor value

public Task GetValue()

GotFocus

public void GotFocus()

IsDirty

public bool IsDirty(bool previewIfDirty,     string markdown)

LostFocus

public void LostFocus()

SetFocus

public Task SetFocus()

SetLanguage

public Task SetLanguage(string syntax)

SetValue

Set the value of the Editor

public Task SetValue(string value,     object position,     bool keepUndoBuffer)

Editor

Model

Requirements

Namespace: MarkdownMonster
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic