Handles both calls into JavaScript and callbacks coming back from JavaScript
Westwind.WebView.Wpf.BaseJavaScriptInterop
MarkdownMonster.Windows.TableEditorJavaScriptInterop
public class TableEditorJavaScriptInterop : BaseJavaScriptInterop
Class Members
Member | Description | |
---|---|---|
Constructor |
||
GetJsonTableData |
public Task |
|
KeyboardCommand |
Ctrl-Enter callback to force the form to save public Task KeyboardCommand(string command) |
|
RefreshPreview |
Refresh the the separate preview public Task RefreshPreview(string posJson) |
|
ShowContextMenu |
Pops up the context menu public Task ShowContextMenu(string mousePositionJson) |
|
UpdateHtmlTable |
public Task UpdateHtmlTable(TableData data) |
|
UpdateTableData |
Updates the stored table data. Called whenever the HTML form loses focus public Task UpdateTableData(string jsonTable) |
|
EditorHandler |
||
Window |
Requirements
Namespace: MarkdownMonster.WindowsAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic