This question is locked. New answers and comments are not allowed.
I'm trying Editor demo for MVC Extensions. (http://demos.telerik.com/aspnet-mvc/editor)
I tried to create hyperlink with the property of "Open link in new window", but this does not work.
This just generates "<a href="http://www.google.com">google</a>" which does not include "TARGET=_BLANK".
Does anyone know how to resolve this issue?
I tried to create hyperlink with the property of "Open link in new window", but this does not work.
This just generates "<a href="http://www.google.com">google</a>" which does not include "TARGET=_BLANK".
Does anyone know how to resolve this issue?