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

The RadEditorNodeInspector position.

1 Answer 56 Views
Editor
This is a migrated thread and some comments may be shown as answers.
วรวุฒิ
Top achievements
Rank 2
วรวุฒิ asked on 26 Apr 2010, 08:51 AM

The RadEditorNodeInspector position can be show at the top or buttom like ToolbarMode=”PageTop” of toolbar?.

 We need to show that inspector at the buttom/top of page because When  we used Radeditor with too much height (over 2000px exam) We must scrolldown to the buttom of page before we used that inspector.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 27 Apr 2010, 03:07 PM
Hello Worawut,

The requested feature is not offered by RadEditor and this module is designed to be rendered only inside the Module docking zone.

You can set the DockingZone of the module to Top or Bottom but they will be not rendered as expected so this is not a solution:

<telerik:radeditor
    runat="server"
    ID="RadEditor1"
    Height="2000px">
    <Modules>
        <telerik:EditorModule Name="RadEditorNodeInspector" dockingzone="Top" />
        <telerik:EditorModule Name="RadEditorDomInspector" dockingzone="Left" />
    </Modules>
</telerik:radeditor>

Kind regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
วรวุฒิ
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or