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

[Solved] word count defaults?

1 Answer 140 Views
Editor
This is a migrated thread and some comments may be shown as answers.
mac
Top achievements
Rank 1
mac asked on 02 Jun 2009, 09:02 PM
hello ... when i use the editor in default tools mode, it give me the word / character count ... cool. however when i look at the two full sets of menus from telerik, I don't see that in the xml file anywhere... so how to do it? I found the article on custom word/char counts.. 
http://www.telerik.com/support/kb/aspnet-ajax/editor/implementing-custom-word-character-counter.aspx but when you have more than one editor on the page, it starts to get messy to deal with.
How would I implement a counter that will deal with multiple editors on one page? It would be nice if we could embed it into the editor box like when we use default.

thanks
mac

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 05 Jun 2009, 08:10 AM
Hi Mac,

To enable the built-in RadEditorStatistics module in the used FullSetOfTools.xml file you should add
     <module name="RadEditorStatistics" dockingZone="Bottom" enabled="true" visible="true"  />
to the <modules> tag declaration, e.g.
 
  <modules>
      <module name="RadEditorStatistics" dockingZone="Bottom" enabled="true" visible="true"  />
      <module name="RadEditorDomInspector" dockingZone="Module" enabled="true" visible="true"  />
      <module name="RadEditorNodeInspector" dockingZone="Module" enabled="true" visible="true"  />
      <module name="RadEditorHtmlInspector" dockingZone="Module" enabled="true" visible="false"  />
  </modules>

You can download the FullSetOfTools.xml file from this KB article too: Default ToolsFile.xml file of RadEditor for ASP.NET AJAX.

Sincerely,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
mac
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or