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
-
- (String) emptyElement [R/W]Empty element is an empty DIV. -
- (Boolean) isSelected [R/W]By default, it is not selected.
Method Summary
-
- (void) contentDidChange()Observe the content and render the item's contents. -
- (void) isSelectedDidChange()Add a selected class if it is selected.
Property Details
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)