new SearchFacetSliderView()
- Source:
Extends
- Backbone.View
Members
events
- Source:
list of events for Backbone View
Methods
(static) initialize()
- Source:
Initially sets data to model and watches events on which
view should be updated
Listens to Events:
- module:searchFacetSlider.SearchFacetSliderView~event:change
- module:XA.component.search.vent~event:hashChanged
removeFacet()
- Source:
Sets default values for Facet Slider and updates hash accordingly
render()
- Source:
Render view. Use jQueryUI slider with set up from searchFacetSlider
properties
updateModel(hash)
- Source:
Updates model based on hash parameters
Parameters:
Name | Type | Description |
---|---|---|
hash |
Object | Object that contains hash parameters |
updateSelectedValue(hash)
- Source:
Updates slider selected values text
Parameters:
Name | Type | Description |
---|---|---|
hash |
Object | Object that contains hash parameters |