ViewTargetActionSupport#replaceIn()

replaceIn (target) Ember.Viewprivate

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

Replaces the content of the specified parent element with this view's element. If the view does not have an HTML representation yet, the element will be generated automatically.

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

Parameters:

target String|DOMElement|jQuery
A selector, element, HTML string, or jQuery object

Returns:

Ember.View
received
doc_EmberJs
2016-11-30 16:54:03
Comments
Leave a Comment

Please login to continue.