Extend The Child view in SCA

Extend the child view of the ‘Header.Profile.View’ view. added example below


				_.extend(HeaderProfileView.prototype.childViews, {
					AddRewardView: function () {
						return new HeaderRPView({
							model: this.model,
							application: this.options.application
						});

					},

				});

Leave a comment

Your email address will not be published. Required fields are marked *