replaceIn (target) Ember.View
private
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
Please login to continue.