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()
-
destroy()
-
- Inherited From:
- Source:
- See:
-
focus()
-
- Inherited From:
- Source:
- See:
-
getControlValue()
-
getDescription()
-
getFieldType()
-
- Overrides:
- Source:
- See:
-
<private> getOptionsForOptions()
-
<private> getOptionsForSchema()
-
- Inherited From:
- Source:
- See:
-
<private> getSchemaOfOptions()
-
<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: