Class: ComboboxMulti

M_.Form.ComboboxMulti()

Input combobox form ; display a comobobox + a list of values

Constructor

new ComboboxMulti()

Extends

Methods

addItemMulti(val, realval)

Parameters:
Name Type Description
val type
realval type

clickItemDropdown(val) → {type}

Parameters:
Name Type Description
val type
Overrides:
Returns:
Type
type

clickPicker(evt) → {type}

Parameters:
Name Type Description
evt type
Inherited From:
Returns:
Type
type

create() → {type}

Inherited From:
Returns:
Type
type

createDropdown() → {type}

Inherited From:
Returns:
Type
type

destroy()

Destroy the outlet
Inherited From:

disable() → {type}

Inherited From:
Returns:
Type
type

enable() → {type}

Inherited From:
Returns:
Type
type

findEl(selector) → {jQuery}

Search a class or selector in the container, like $.find()
Parameters:
Name Type Description
selector string
Inherited From:
Returns:
Type
jQuery

getEl() → {jquery}

Return jEl element. Generally the main object.
Inherited From:
Returns:
the main jQuery element
Type
jquery

getRawValue() → {type}

Inherited From:
Returns:
Type
type

getValue() → {type}

Overrides:
Returns:
Type
type

getValueAndRaw() → {type}

Overrides:
Returns:
Type
type

hide() → {type}

Inherited From:
Returns:
Type
type

informValid(ok) → {type}

Parameters:
Name Type Description
ok type
Inherited From:
Returns:
Type
type

isDropdownVisible() → {Boolean}

Inherited From:
Returns:
Type
Boolean

isEmpty() → {Boolean}

Inherited From:
Returns:
Type
Boolean

onKeyPress(evt) → {type}

Parameters:
Name Type Description
evt type
Inherited From:
Returns:
Type
type

onKeyup(evt) → {type}

Parameters:
Name Type Description
evt type
Inherited From:
Returns:
Type
type

reset() → {type}

Overrides:
Returns:
Type
type

setLabel(txt)

Parameters:
Name Type Description
txt type
Inherited From:

setRawValue(val)

Parameters:
Name Type Description
val type
Inherited From:

setValue(val)

Parameters:
Name Type Description
val type
Overrides:

setValueAndRawValue(val, rawVal)

Parameters:
Name Type Description
val type
rawVal type
Inherited From:

show() → {type}

Inherited From:
Returns:
Type
type

showDropdown(evt) → {type}

Parameters:
Name Type Description
evt type
Inherited From:
Returns:
Type
type

valid() → {type}

Inherited From:
Returns:
Type
type

validChar(txt) → {type}

Parameters:
Name Type Description
txt type
Inherited From:
Returns:
Type
type