Welcome Guest Search | Active Topics | Sign In | Register

Configure How a User Tabs Through eo:Editor Options
Ben Lenihan
Posted: Saturday, October 8, 2011 11:08:04 AM
Rank: Member
Groups: Member

Joined: 2/10/2011
Posts: 7
Hi,

I was wondering if there is a way to configure how a user tabs through an Editor control?

Taking the 'Post New Topic' page where I am writing this post as an example:

Is it possible to set it so that when I press Tab in the Subject box that it takes me directly to the Editor content area instead of going Add Smiley->Font Color->Font Size->Code Language->Content area

Thank you,
Ben
eo_support
Posted: Saturday, October 8, 2011 12:56:29 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You would just place the Editor directly next to the textbox control in your page in this page. Their physical order decides the tab order.

Thanks!
Ben Lenihan
Posted: Saturday, October 8, 2011 5:20:48 PM
Rank: Member
Groups: Member

Joined: 2/10/2011
Posts: 7
Thank you for your reply but maybe I gave a bad example. In my case, it is elements within the editor control that are taking focus. i.e. When I get to the editor control below via my web page, I need to hit Tab 4 extra times before I'm focused on the content\text area of the control. It seems that there is focus on the Toolbar items within the editor control that are taking focus. Can I change this?

Code: Visual Basic.NET
<eo:Editor ID="NoticeContentTxt" Width="360px" ToolBarSet="Custom" DesignTabButtonText="" HtmlTabButtonText=""
                    SpellCheckerID="SpellCheckerID" ColorPickerID="ColorPickerID"
                    FooterVisible="false" PreviewTabButtonText="" ToolBarItems="Fonts,FontSizes,Bold,Italic,Underline,,AlignLeft,AlignCenter,AlignRight;ForeColor,BackColor,BulletList,NumberedList,,Indent,Outdent,,InsertOrEditLink,InsertEmoticon,SpellCheck"
                    TextAreaCssFile="~/StyleSheetEditor.css" runat="server">
</eo:Editor>


Thank you,
Ben
eo_support
Posted: Saturday, October 8, 2011 6:03:15 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi Ben,

No. There is no way to change that. If we were to change that, then other user would complain that they can not tab to those controls.

Thanks
Ben Lenihan
Posted: Sunday, October 9, 2011 10:02:56 AM
Rank: Member
Groups: Member

Joined: 2/10/2011
Posts: 7
I think an option of setting it would be no harm?

Anyway, it's not a big problem.

Thanks all the same,
Ben


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.