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

RadEditor: problems with stepping out from HTML markup

0 Answers 42 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
Elena
Top achievements
Rank 1
Elena asked on 19 Sep 2014, 10:02 AM
Hi,

we are trying to use RadEditor within DotNetNuke CMS and here is the problem. 
We are saving small parts of HTML in templates to help content manager insert UI elements quicker.
But after pasting template content manager can't step out to the end of HTML makeup.
Example.
We have HTML template for button:
<a href="/some-page" class="green_btn">
<span class="bg">
<span class="icon"></span>
<span class="txt">Some text</span>
</span>
</a>
After insertion the cursor is placed at the end of "Some text" (see pic.1 attached) inside button. We need to skip to the end of HTML and continue to enter regular text (see pic.2 with desired cursor position). 
How we can do this? I mean - may be there is hot key for that? Or do we have to wrap templates in paragraphs or put but <br/>s in templates?
Click on the white space after button doesn't help. "End" and "Ctrl+End" keys can't help too.





No answers yet. Maybe you can help?

Tags
Documentation and Tutorials
Asked by
Elena
Top achievements
Rank 1
Share this question
or