Ember.TemplateRenderingSupport Class packages/ember-views/lib/mixins/template_rendering_support.js:10
PRIVATE
Defined in: packages/ember-views/lib/mixins/template_rendering_support.js:10
Module: ember-views
Show:
renderBlock
(buffer)
private
Called on your view when it should push strings of HTML into a
Ember.RenderBuffer
. Most users will want to override the template
or templateName
properties instead of this method.
By default, Ember.View
will look for a function in the template
property and invoke it with the value of context
. The value of
context
will be the view's controller unless you override it.
Parameters:
- buffer Ember.RenderBuffer
- The render buffer