Class: blueprintjs.MinimalFileInput

blueprintjs.blueprintjs.MinimalFileInput(container, multiple)

A skeleton to ease the creation of a minimal Blueprintjs file input element.

Constructor

new blueprintjs.MinimalFileInput(container, multiple)

Parameters:
Name Type Description
container Element

the parent element.

multiple boolean

true iif the user must be able to select one or more files.

Source:

Extends

  • blueprintjs.Blueprintjs