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

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.


Documentation generated by JsDoc Toolkit 2.0.2 on Sat Nov 21 2009 21:24:38 GMT-0800 (PST)