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

editor Toolbar show words and character counts

4 Answers 127 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Bogdan
Top achievements
Rank 1
Bogdan asked on 16 Jan 2009, 11:33 PM

Hi

I customized the editor tools with a config similar with the one below (only a little longer):

  <Tools>
<telerik:EditorToolGroup DockingZone="Bottom" >
<telerik:EditorTool Name="AbsolutePosition" ShowIcon="true" />  
<telerik:EditorTool Name="TrackChangesDialog" Enabled="true" ShowIcon="true" />
</telerik:EditorToolGroup>
</Tools>

My problem is that I don't know how what are the settings to make the words and charater count visible and also

the html hierarchy (Ex: UL > LI > STRONG > EM > U > STRIKE > FONT > FONT > RemoveElement).

If I don't do any settings they are visible.

PS: telerik:EditorToolGroup DockingZone="Bottom" DockingZone attribute is not visible in the VS2005 designer.

I use VS2005 + telerik Q3 2008 (I'll update to 2009 as soon as I have some time ).

4 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 19 Jan 2009, 01:27 PM
Hello Bogdan,

You can make visible the Statistics and DOM Inspector modules by adding the Modules inner-tag to the RadEditor declaration, e.g.

<telerik:RadEditor ID="RadEditor1" runat="server"
  <Tools> 
    <telerik:EditorToolGroup DockingZone="Bottom" > 
    <telerik:EditorTool Name="AbsolutePosition" ShowIcon="true" />  
    <telerik:EditorTool Name="TrackChangesDialog" Enabled="true" ShowIcon="true" /> 
    </telerik:EditorToolGroup> 
  </Tools> 
  <Modules > 
    <telerik:EditorModule Name="RadEditorDomInspector"  Enabled="true" Visible="true" /> 
    <telerik:EditorModule Name="RadEditorStatistics" Enabled="true" Visible="true" /> 
  </Modules> 
</telerik:RadEditor> 

For your convenience I have attached my test page.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Bogdan
Top achievements
Rank 1
answered on 19 Jan 2009, 03:35 PM

Hi Rumen

Thank you for the answer.

RadEditorStatistics is showing.

RadEditorDomInspector isn't showing.

I also tried the Default.aspx page that you sent to me and I have the same problem with that one too.

If you have any suggestions I would really appreciate them.

Regards

Bogdan

0
Rumen
Telerik team
answered on 19 Jan 2009, 04:37 PM
Hi Bogdan,

For your convenience, I have attached a sample project and a video demonstrating how to enable the RadEditorDomInspector module too. Let me know if you need further help.

All the best,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Bogdan
Top achievements
Rank 1
answered on 19 Jan 2009, 07:22 PM

Thank you again Rumen.

It does work.

Regards

Bogdan

Tags
Editor
Asked by
Bogdan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Bogdan
Top achievements
Rank 1
Share this question
or