Class: SelectLayout

SelectLayout()

SelectLayout This component shows a list of available layouts to select in expanded tree and allows to filter them by searching.

Members

(static, non-null) STATE :Object

State definition.
Type:
  • Object
Source:

(static) VIEW_TYPES :Object

SelectLayout view types
Type:
  • Object
Source:

followURLOnTitleClick :boolean

Enables URL following on the title click
Type:
  • boolean
Default Value:
  • false
Source:

itemSelectorSaveEvent :string

Event name to fire on node selection
Type:
  • string
Default Value:
  • ''
Source:

multiSelection :boolean

Enables multiple selection of tree elements
Type:
  • boolean
Default Value:
  • false
Source:

(non-null) nodes :Array.<Object>

List of nodes
Type:
  • Array.<Object>
Default Value:
  • undefined
Source:

(non-null) pathThemeImages :string

Theme images root path
Type:
  • string
Default Value:
  • undefined
Source:

viewType :string

Type of view to render. Accepted values are defined inside SelectLayout.VIEW_TYPES static property.
Type:
  • string
Default Value:
  • SelectLayout.VIEW_TYPES.tree
Source: