Add API to allow to detach a view instance from the DOM and all related event without removing the internal events and properties.
brite.detach(viewObject) and brite.attach(viewObject,parentElement).
- The detach will unbind the .docEvents and .winEvents
- perhaps the daoEvents as well, and the attach will reattach them. (just thinking at this point).