Class: PopupSymbol

PopupSymbol

Input to select symbols in a popup


new PopupSymbol(options)

Parameters:
Name Type Argument Default Description
options Object

a list of options

Properties
Name Type Description
input Element

the input

option.symbol string <optional>
'ign-form-poi'

the current symbol

options.position booelan <optional>
'fixed'

popup position on the page

Source:
input/PopupSymbol.js
Fires:
  • event:select

Extends

  • PopupBase

Methods


setValue(value)

Change the current value

Parameters:
Name Type Description
value string

the symbol name

Source:
input/PopupSymbol.js
Returns:
Type
boolean