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

[Solved] Update Hyperlink control

0 Answers 92 Views
Editor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ori
Top achievements
Rank 1
ori asked on 02 Dec 2010, 09:52 PM
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:
   <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
Tags
Editor
Asked by
ori
Top achievements
Rank 1
Share this question
or