Class Papercube.LeftView
| Extends: | SC.View |
| Defined in: | clients/papercube/views/left.js |
| Version: | 1.0 |
| Author: | Peter Bergstrom |
| Copyright: | 2008-2009 Peter Bergström. |
Overview
This is the left view that contains the search form and search results.
Method Summary
-
- (void) mouseExited(evt)When the mouse is moved out of the view, remove the class name that makes it visible. -
- (void) mouseMoved(evt)When the mouse is moved add the class name to make it visible.
Method Detail
mouseExited()
When the mouse is moved out of the view, remove the class name that makes it visible.
- (void) mouseExited (evt)
Parameters
(DOM Event)evt The mouseExited event.
mouseMoved()
When the mouse is moved add the class name to make it visible.
- (void) mouseMoved (evt)
Parameters
(DOM Event)evt The mouseMoved event.