Application Framework Reference

Module API

reset()

The reset() method resets the current module context and UI. The method calls resetContext() and resetUI(), which may be overridden.

Synopsis

reset()

Return Value

Undefined

Example

this.withEachChild(function(child) {
    child.reset();
});
 

See Also

abortGetResults()
resetContext()
resetUI()