ViewTargetActionSupport#append()

appendEmber.Viewprivate

Defined in packages/ember-views/lib/mixins/view_support.js:229

Appends the view's element to the document body. If the view does not have an HTML representation yet the element will be generated automatically.

If your application uses the rootElement property, you must append the view within that element. Rendering views outside of the rootElement is not supported.

Note that this method just schedules the view to be appended; the DOM element will not be appended to the document body until all bindings have finished synchronizing.

Returns:

Ember.View
receiver
doc_EmberJs
2016-11-30 16:54:00
Comments
Leave a Comment

Please login to continue.