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

setting page title in Rad Editor

1 Answer 65 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Accok5
Top achievements
Rank 2
Accok5 asked on 20 Mar 2008, 10:17 AM
Am I missing something here or doesn't RadEditor have a tool or dialog to set the content's html title ?  (<title></title>)

Remco

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Mar 2008, 09:53 AM
Hi Remco,

Yes, RadEditor offers a Page Properties dialog, which will allow you to set the Page Title. You can enable this tool on the toolbar with the <telerik:EditorTool Name="PageProperties" /> tag, e.g.

<telerik:RadEditor OnClientLoad="OnClientLoad" ID="RadEditor1" runat="server" EditModes="All" Height="400px" Skin="Default" StripFormattingOnPaste="None" StripFormattingOptions="None" ToolbarMode="Default" Width="680px">
    <Tools>
        <telerik:EditorToolGroup>
            <telerik:EditorTool Name="PageProperties" />
        </telerik:EditorToolGroup>
    </Tools>
</telerik:RadEditor>

Greetings,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Accok5
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or