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

RadEditorStatistics does not display as expected

1 Answer 56 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Chuck
Top achievements
Rank 1
Chuck asked on 14 Oct 2014, 06:06 PM
Hello,

I have configured the Telerik editor to display the RadEditorStatistic module in the toolbar.xml file (<modules>
<module name="RadEditorStatistics" dockingZone="Bottom" enabled="true" visible="true" dockable="true" />
</modules>). However, the word and character count statistics does not show up at the bottom of the editor only with the design mode setting. I need to configure both design and preview mode to enable the character and word count display. Is the prerequisite to have preview mode setting enabled to display the word and character count?

Thanks,
Chuck 

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 16 Oct 2014, 03:45 PM
Hi Chuck,

This is expected behaviour. The statistic module and Mode's buttons share the same container that is not rendered when a single mode is enabled for RadEditor.

However, you can leave the default setting to the editor regarding its modes and hide the buttons using the following CSS:
.RadEditor .reEditorModes {
    display: none;
}


Regards,
Dobromir
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Chuck
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or