Class Papercube.SearchResultsItemView

Extends: SC.View
Defined in: clients/papercube/views/searchresultsitem.js
Version: 1.0
Author: Peter Bergstrom
Copyright: 2008-2009 Peter Bergström.

Overview

This view is the search result item. It is rendered not using SC views in order to make things faster.

Property Summary

Method Summary

Property Details

emptyElement [R/W]

Empty element is an empty DIV.

-   String emptyElement

Default Value: "

"


isSelected [R/W]

By default, it is not selected.

-   Boolean isSelected

Default Value: NO


Method Detail

contentDidChange()

Observe the content and render the item's contents.

-   (void) contentDidChange ()

Observes

content


isSelectedDidChange()

Add a selected class if it is selected.

-   (void) isSelectedDidChange ()

Observes

isSelected


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