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

Word and char count only updated when click in text box

1 Answer 72 Views
Editor
This is a migrated thread and some comments may be shown as answers.
TippCityTom
Top achievements
Rank 1
TippCityTom asked on 01 Sep 2009, 06:35 PM
Two questions:

1) How do you get the word and char count to update after every character typed instead of just when you click inside editor with mouse?

2) For some reason the width of radeditor is set in stone, otherwords I try to change the width and does not change?

<tr>
                                <td>
                                    <telerik:RadEditor ID="tbBody" runat="server" Skin="Web20"
                                        EditModes="Design" ToolbarMode="Default" EnableResize="false"
                                        Width="300px" Height="400px"
                                        ToolsFile="~/Editor/BasicTools.xml" ToolsWidth="310px"
                                        CssClass="RadEditor"
        
                                        >
                                       
                                       <Modules>
                                          <telerik:EditorModule Name="RadEditorStatistics" Enabled="true" Visible="true"  />
                                       </Modules>
                                    </telerik:RadEditor>
                                </td>
                            </tr>

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Sep 2009, 08:34 AM
Hi Thomas,

Straight to the points:

1) Please, see the following forum thread on subject and use the provided solution in it: How to make Statistics Module fire for every keystroke?

2) How do you tried to change the width?Is it possible to open a support ticket and send a sample working project and two screenshots of the problem and of the desired appearance?

Does the problem exist when removing both ToolsFile and ToolsWidth properties?

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
TippCityTom
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or