Popup Control Templates
Templates allow you to fully customize the appearance and layout of the MVC Popup Extension. The extension allows you to create templates for its popup window headers, contents and footers. Templates can be defined at the extension level and at the window level at the same time. In this case, templates created at a window level take precedence over templates created at an extension level.
The table below lists the members used to create templates.
Window level templates | Extension level templates | |
---|---|---|
Window header template | MVCxPopupWindow.SetHeaderTemplateContent | PopupControlSettings.SetWindowHeaderTemplateContent |
Window content template | MVCxPopupWindow.SetContentTemplateContent | PopupControlSettings.SetWindowContentTemplateContent |
Window footer template | MVCxPopupWindow.SetFooterTemplateContent | PopupControlSettings.SetWindowFooterTemplateContent |