Class: List

ol.ext.input. List

An input as a list of values


new List(options)

Parameters:
Name Type Description
options *
Properties
Name Type Argument Default Description
className string <optional>
options Array.<Object>

an array of options to place in the popup { html:, title:, value: }

input Element <optional>

input element, if non create one

parent Element <optional>

parent element, if create an input

hover boolean <optional>
false

show popup on hover, default false or true if disabled or hidden

hidden boolean <optional>

the input is display:none

disabled boolean <optional>

disable input

fixed boolean <optional>
false

don't use a popup, default use a popup

align string <optional>
left

align popup left/right/middle

Extends

Methods


getInputElement()

Get the input element

Inherited From:
Overrides:
Returns:
Type
Element

getValue()

Get the current getValue

Inherited From:
Overrides:
Returns:
Type
string

setValue()

Set the current value

Inherited From:
Overrides: