Welcome Guest Search | Active Topics | Sign In | Register

HTML Editor. Customize & Localize Options
Gero
Posted: Thursday, July 9, 2009 4:06:37 AM
Rank: Newbie
Groups: Member

Joined: 7/9/2009
Posts: 1
Hello.

Can I customize toolbars and footer in HTML Editor without writing full template code? I need to use selected buttons in toolbars with standard functions and with my localization.

Thanks
eo_support
Posted: Thursday, July 9, 2009 7:58:01 AM
Rank: Administration
Groups: Administration

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

You can customize them without writting template. For the header area, you would need to set ToolBarItems property:

http://doc.essentialobjects.com/library/1/eo.web.editor.toolbaritems.aspx

Look for the third option ":", where you can use something like "New:New Document", here "New Document" should be your localized version. Note you can not change the first part ("New"), which stands for the command name. To see a list of valid command name. See here for a list of valid command names:

http://doc.essentialobjects.com/library/1/editor/commands.aspx

To localize the footer area, you would set DesignTabButtonText, HtmlTabButtonText, PreviewTabButtonText and BreadcrumbLabelText.

Thanks!


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.