Lurch Web User Interface

Class

ImportFromURLItem

An item that can be used in a Dialog to let the user import a file from an URL on the web. This is a simple text input control, but it shows a URL as its placeholder and labels itself appropriately.

Constructor

new ImportFromURLItem(name)

Construct a new URL import input control.

Parameters

  • name string

    the key to use to identify this input control's content in the dialog's key-value mapping for all input controls

Source