This is a migrated thread and some comments may be shown as answers.

Smart Editing

4 Answers 59 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Shreesh
Top achievements
Rank 1
Shreesh asked on 07 Jan 2015, 11:06 AM
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




4 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 09 Jan 2015, 07:45 AM

Hello Shreesh,

The Kendo UI Editor does not support this functionality as a built-in feature. You can use the keydown event to check every user input and if matches your criteria, you can perform the redirect. You can check more about the Editor documentation here:

http://docs.telerik.com/kendo-ui/api/javascript/ui/editor#events-keydown

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Shreesh
Top achievements
Rank 1
answered on 09 Jan 2015, 01:11 PM
There is .Tools(tools => tools
                                .Clear()
                                .CreateLink().Unlink()
)

when I click on link button a popup opens as default behavior.

Can I have my custom popup where I will use autocomplete for links in a box?. This will allow user to select a particular link..
How can this be done?
Any inputs will help..



    
0
Shreesh
Top achievements
Rank 1
answered on 10 Jan 2015, 08:08 AM
In your link of custom tools demo: http://demos.telerik.com/aspnet-mvc/editor/custom-tools,
I want to add kendoAutoComplete  and the autocomplete list should come from Ajax call to controller..
How do I do this?

Also, how do I capture events of AutoComplete?
Please let me know..

0
Kiril Nikolov
Telerik team
answered on 12 Jan 2015, 01:36 PM

Hello Shreesh,

The functionality that you are looking for cannot be achieved as part of the built-in features. Please note that the premium support services do not include on demand solutions. As a one time exception I have created a base reference project that you can built upon and achieve the functionality that you are looking for:

http://dojo.telerik.com/EBOPI

 

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Shreesh
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Shreesh
Top achievements
Rank 1
Share this question
or