Hello,
I want to develop a feature to my application which recognizes what I type and if the typed word is a name then it should take me to link of that person name.
Here is login of my application:
URL: http://shrirangtest3.azurewebsites.net/
login: peter
psswd: erp
Steps:
1. login to above url
2. Go to "Messages" tab under "Home" tab
3.Click on "Add New Message"
4. There is currently html text area called "Content"
5. Now say, I change this html text are to kendo editor and when I type sentence with word like "Peter", then it should show a link and if I click on the link then link should open "http://shrirangtest3.azurewebsites.net/People/Peoples/Edit/4" (It's in "People" tab)
How can feature given in point# 5 be accomplished?
Will kendo editor help me or should there be any other solution... ?
Your technical inputs will help me
Thanks
I want to develop a feature to my application which recognizes what I type and if the typed word is a name then it should take me to link of that person name.
Here is login of my application:
URL: http://shrirangtest3.azurewebsites.net/
login: peter
psswd: erp
Steps:
1. login to above url
2. Go to "Messages" tab under "Home" tab
3.Click on "Add New Message"
4. There is currently html text area called "Content"
5. Now say, I change this html text are to kendo editor and when I type sentence with word like "Peter", then it should show a link and if I click on the link then link should open "http://shrirangtest3.azurewebsites.net/People/Peoples/Edit/4" (It's in "People" tab)
How can feature given in point# 5 be accomplished?
Will kendo editor help me or should there be any other solution... ?
Your technical inputs will help me
Thanks