Example of Template in ASP.NET MVC Dialog Control
This example demonstrates the template functionalities of the dialog component. The dialog header and footer is configured with HTML template. The typed content will be replaced every time when clicking the "send" button.
DEMO
SOURCE
Greetings Nancy! When will you share me the source files of the project?
The dialog control displays HTML template content on the header and footer. The user can set any HTML element as header and footer with the usage of content and footer template properties.