Hi Linda,
If you create a context node in your component controller, you can then map the node to the context of both the window and the view. Any attribute values you set in the node from the window's handledefault method will then be available in the context of the view (and the component controller).
Cheers,
Amy