Lurch Web User Interface

Class

ChooseLocalFileItem

An item that can be used in a Dialog to let the user choose a file stored in the browser's local storage. This is a simple drop-down list input control, populated with all the files currently in the browser's local storage.

Constructor

new ChooseLocalFileItem(name)

Construct a new file open 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