Class: CurrencyField

CurrencyField

Currency Control


new CurrencyField(container, data, options, schema, view, connector, errorCallback)

Parameters:
Name Type Description
container Object

Field container.

data Any

Field data.

options Object

Field options.

schema Object

Field schema.

view Object | String

Field view.

connector Alpaca.Connector

Field connector.

errorCallback function

Error callback.

Source:

Extends

Methods


_validateMaxLength()

Validates against the schema maxLength property.

Inherited From:
Source:
Returns:

True if its size is less than maxLength , false otherwise.

Type
Boolean

_validateMinLength()

Validates against the schema minLength property.

Inherited From:
Source:
Returns:

True if its size is greater than minLength, false otherwise.

Type
Boolean

_validatePattern()

Validates against the schema pattern property.

Inherited From:
Source:
Returns:

True if it matches the pattern, false otherwise.

Type
Boolean

afterRenderControl()

Source:
See:

destroy()

Inherited From:
Source:
See:

focus()

Inherited From:
Source:
See:

getControlValue()

Overrides:
Source:
See:

getDescription()

Overrides:
Source:
See:

getFieldType()

Overrides:
Source:
See:

<private> getOptionsForOptions()

Overrides:
Source:
See:

<private> getOptionsForSchema()

Inherited From:
Source:
See:

<private> getSchemaOfOptions()

Overrides:
Source:
See:

<private> getSchemaOfSchema()

Inherited From:
Source:
See:

getTitle()

Overrides:
Source:
See:

getType()

Inherited From:
Source:
See:

handleValidate()

Inherited From:
Source:
See:

onKeyPress()

Inherited From:
Source:
See:

postRender()

Inherited From:
Source:
See:

setup()

Inherited From:
Source:
See:

setValue()

Inherited From:
Source:
See: