Class Alfresco.NumberRange
Extends Alfresco.component.Base
NumberRange component.
Defined in: number-range.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Alfresco.NumberRange(htmlId, valueHtmlId)
NumberRange constructor.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Current maximum number value
|
|
|
Current minimum number value
|
- Fields borrowed from class Alfresco.component.Base:
- modules, options, services, widgets
| Method Attributes | Method Name and Description |
|---|---|
|
onReady()
Fired by YUI when parent element is available for scripting.
|
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, msg, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages, setOptions
Constructor Detail
Alfresco.NumberRange(htmlId, valueHtmlId)
NumberRange constructor.
- Parameters:
- {String} htmlId
- The HTML id of the control element
- {String} valueHtmlId
- The HTML id prefix of the value elements
- Returns:
- {Alfresco.NumberRange} The new NumberRange instance
Field Detail
{string}
currentMaxNumber
Current maximum number value
{string}
currentMinNumber
Current minimum number value
Method Detail
onReady()
Fired by YUI when parent element is available for scripting.
Component initialisation, including instantiation of YUI widgets and event listener binding.
Component initialisation, including instantiation of YUI widgets and event listener binding.