WLJS LogoWLJS Notebook

InputEditor

Wolfram Kernel

a wrapper over EditorView used for making input elements

InputEditor[expr_String] _EventObject

as a result it returns EventObject

Event generation

It fires the following patterns/topics

"Input"

Fires every time users changes the content with a content as a payload

"Evaluate"

Fires when a user presses a combination Shift+Enter

Supported output forms

On this page