* Adds a sub-view to this view at specified index. * * @method addView * @param {View} view View to add as a sub-view. * @param {Number} [index] An optional position index within in the sub-views list. If not supplied, the * view will be added to the end of the list. * @return {View} Vie
(view, index)