new RadiusFilterView()
- Source:
Extends
- Backbone.View
Members
events
- Source:
list of events for Backbone View
Methods
deselect(args)
Updates hash with empty string and model 'selected' value set to undefined
Parameters:
Name | Type | Description |
---|---|---|
args |
Event | Event object that contains current target |
hashChanged(hash)
Updates model 'selected' value based on hash value
Parameters:
Name | Type | Description |
---|---|---|
hash |
Object | Hash parameter stored as an Object |
radiusClick(args)
Updates hash and model 'selected' value
Parameters:
Name | Type | Description |
---|---|---|
args |
Event | Event object that contain current target |
render()
- Source:
Render view
updateHash(newValue)
Updates hash with new value
Parameters:
Name | Type | Description |
---|---|---|
newValue |
Number | String | new value of hash parameter |