Example of @ Mention in ASP.NET MVC Markdown Editor Control
This example shows how to integrate @mention control within Markdown Editor control. Type @
character and select a user from the suggestion list.
DEMO
SOURCE
The @Mention is a control used to display a list of items that users can select or tag from the suggested list. In this demo, configured the following properties with popup dimensions.
AllowSpaces
- Allows to search a word with space.SuggestionCount
- Control the items in suggestion list.ItemTemplate
- Used to display the customized appearance in suggestion list.