Friday, December 3, 2010

RadEditor Toolset for 3CMS

 <telerik:RadEditor ID="red1_1_1" runat="server" ToolbarMode="PageTop"
                Enabled='<%# Globals.EditorEnable %>' Width="270">
                <ImageManager ViewPaths="~/Images" UploadPaths="~/Images/New" DeletePaths="~/Images/New/Articles,~/Images/New/News" />
<MediaManager ViewPaths="~/App_Themes/default/images" UploadPaths="~/App_Themes/default/images/Uploads" DeletePaths="~/App_Themes/default/images/Uploads" />
<FlashManager ViewPaths="~/App_Themes/default/images" UploadPaths="~/App_Themes/default/images/Uploads" DeletePaths="~/App_Themes/default/images/Uploads" />
<ImageManager ViewPaths="~/App_Themes/default/images" UploadPaths="~/App_Themes/default/images/Uploads" DeletePaths="~/App_Themes/default/images/Uploads" />
<DocumentManager ViewPaths="~/App_Themes/default/images" UploadPaths="~/App_Themes/default/images/Uploads" DeletePaths="~/App_Themes/default/images/Uploads" />
                <Tools>
                    <telerik:EditorToolGroup Tag="MainToolbar">
                        <telerik:EditorTool Name="StyleBuilder" />
                        <telerik:EditorTool Name="FormatCodeBlock" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="InsertImage" />
                        <telerik:EditorTool Name="InsertLink" />
                        <telerik:EditorSeparator />
                    </telerik:EditorToolGroup>
                    <telerik:EditorToolGroup Tag="InsertToolbar">
                        <telerik:EditorTool Name="AjaxSpellCheck" />
                        <telerik:EditorTool Name="ImageManager" ShortCut="CTRL+M" />
                        <telerik:EditorTool Name="ImageMapDialog" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="FlashManager" />
                        <telerik:EditorTool Name="MediaManager" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="DocumentManager" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="InsertTable" />
                        <telerik:EditorTool Name="InsertRowAbove" />
                        <telerik:EditorTool Name="InsertRowBelow" />
                        <telerik:EditorTool Name="DeleteRow" />
                        <telerik:EditorTool Name="InsertColumnLeft" />
                        <telerik:EditorTool Name="InsertColumnRight" />
                        <telerik:EditorTool Name="DeleteColumn" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="MergeColumns" />
                        <telerik:EditorTool Name="MergeRows" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="SplitCell" />
                        <telerik:EditorTool Name="SplitCellHorizontal" />
                        <telerik:EditorTool Name="DeleteCell" />
                        <telerik:EditorTool Name="SetCellProperties" />
                        <telerik:EditorTool Name="SetTableProperties" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="InsertSymbol" />
                        <telerik:EditorTool Name="FormatStripper" />
                    </telerik:EditorToolGroup>
                    <telerik:EditorToolGroup>
                        <telerik:EditorTool Name="Undo" />
                        <telerik:EditorTool Name="Redo" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="Cut" />
                        <telerik:EditorTool Name="Copy" />
                        <telerik:EditorTool Name="Paste" ShortCut="CTRL+V" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="PasteFromWord" />
                        <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" />
                        <telerik:EditorTool Name="PastePlainText" />
                        <telerik:EditorTool Name="PasteAsHtml" />
                        <telerik:EditorTool Name="PasteHtml" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="Print" />
                        <telerik:EditorTool Name="SelectAll" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="InsertParagraph" />
                        <telerik:EditorTool Name="InsertHorizontalRule" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="InsertDate" />
                        <telerik:EditorTool Name="InsertTime" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="Help" />
                    </telerik:EditorToolGroup>
                    <telerik:EditorToolGroup>
                        <telerik:EditorTool Name="Bold" />
                        <telerik:EditorTool Name="Italic" />
                        <telerik:EditorTool Name="Underline" />
                        <telerik:EditorTool Name="StrikeThrough" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="JustifyLeft" />
                        <telerik:EditorTool Name="JustifyCenter" />
                        <telerik:EditorTool Name="JustifyRight" />
                        <telerik:EditorTool Name="JustifyFull" />
                        <telerik:EditorTool Name="JustifyNone" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="Superscript" />
                        <telerik:EditorTool Name="Subscript" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="ConvertToLower" />
                        <telerik:EditorTool Name="ConvertToUpper" />
                        <telerik:EditorTool Name="Indent" />
                        <telerik:EditorTool Name="Outdent" />
                        <telerik:EditorTool Name="InsertOrderedList" />
                        <telerik:EditorTool Name="InsertUnorderedList" />
                        <telerik:EditorTool Name="AbsolutePosition" />
                        <telerik:EditorTool Name="LinkManager" />
                        <telerik:EditorTool Name="Unlink" />
                        <telerik:EditorTool Name="ToggleTableBorder" />                      
                    </telerik:EditorToolGroup>
                    <telerik:EditorToolGroup Tag="DropdownToolbar">
                        <telerik:EditorTool Name="ForeColor" />
                        <telerik:EditorTool Name="BackColor" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="FontName" />
                        <telerik:EditorTool Name="FontSize" />
                        <telerik:EditorTool Name="RealFontSize" />
                        <telerik:EditorTool Name="FormatBlock" />
                        <telerik:EditorTool Name="Zoom" />
                    </telerik:EditorToolGroup>
                </Tools>
</RadEditor>

No comments:

Post a Comment