Application Framework Reference

Module API

resetUI()

The resetUI() method resets the module user interface to an initial state.

Note: This module is intended to be overridden with behavior specific to the module.

Synopsis

resetUI()

Return Value

Undefined

Example

resetUI: function(){
    this.resultsContainer.html("");
},
 

See Also

abortGetResults()
reset()
resetContext()