Class Index | File Index

Classes


Class CommentlistView


Extends Backbone.View.
CommentlistView
Defined in: listview.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Comment list controller and view Subscribes to comment collection events and renders a list of comments according
Method Summary
Method Attributes Method Name and Description
 
Subscribe to collection 'reset' and 'add' events
 
Render comments using CommentView instances for each model in the collection.
Class Detail
CommentlistView()
Comment list controller and view Subscribes to comment collection events and renders a list of comments according
Author: Bodnar Istvan .
Method Detail
initialize()
Subscribe to collection 'reset' and 'add' events

{CommentlistView} render()
Render comments using CommentView instances for each model in the collection.
Returns:
{CommentlistView} Returns the view instance itself, to allow chaining view commands.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jul 10 2012 11:17:08 GMT+0200 (CEST)