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

RadEditor Tab order?

3 Answers 132 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Wolf
Top achievements
Rank 1
Wolf asked on 02 Jan 2011, 04:53 PM
Hey folks,

How do i make my tab order from one control to the radeditor to only tab into the editor box where you type, and then if they press tab again, it doesnt tab within the editor, it tabs out to the next control?

I noticed even the RadEditor i'm currently typing in even tabs through the bold, italic, etc controls before goin to the editor textbox.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 Jan 2011, 09:27 AM
Hello Wolf,

Please, try the solution provided in the following forum thread: http://www.telerik.com/community/forums/aspnet-ajax/editor/tabindex.aspx.

Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Wolf
Top achievements
Rank 1
answered on 03 Jan 2011, 06:11 PM
OK that takes care of the tab order on the buttons, but is there any way to move to the next control in the tab order when typing in the radeditor itself instead of it actually indenting within the radeditor?
0
Dobromir
Telerik team
answered on 04 Jan 2011, 12:29 PM
Hi Wolf,

By default, RadEditor has a shortcut assigned to the Tab key that inserts four  's to simulate Tab indenting. You can disable this shortcut using the following javascript:
function OnClientLoad(editor, args)
{
    editor.removeShortCut("InsertTab");
}


Regards,
Dobromir
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Wolf
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Wolf
Top achievements
Rank 1
Dobromir
Telerik team
Share this question
or