This question is locked. New answers and comments are not allowed.
Hi,
I have started to test the editor, it works very nice.
I have noticed that the link control gives me the possibility to add hyperlink with the following fields:
1. web address
2. text
3. tooltip
4. new window
When using MVC site we should use other way to build our hyperlinks in our site:
It means that when we add new hyperlink in the editor using MVC application we should have the possibility to add the fields:
ActionName
ControllerName
RouteValue
Then the editor build the HTML accordingly.
If it already possible in the current version of the editor?
If not i would like to update the source-code and make the changes,
I would like to ask for directions, where and how to update the code.
Thank you
Ori
I have started to test the editor, it works very nice.
I have noticed that the link control gives me the possibility to add hyperlink with the following fields:
1. web address
2. text
3. tooltip
4. new window
When using MVC site we should use other way to build our hyperlinks in our site:
<a href="<%=Url.Action("ActionName", "ControllerName", new{id="RouteValue"}) %>">or <a href="<%=Url.Action("Action", "Controller")%>">Some Text</a>It means that when we add new hyperlink in the editor using MVC application we should have the possibility to add the fields:
ActionName
ControllerName
RouteValue
Then the editor build the HTML accordingly.
If it already possible in the current version of the editor?
If not i would like to update the source-code and make the changes,
I would like to ask for directions, where and how to update the code.
Thank you
Ori