Contents
Licensing
Installation and deployment
RadControls for ASP.NET AJAX Fundamentals
RadControls
RadAjax
RadAsyncUpload
RadAutoCompleteBox
RadBarcode
RadButton
RadCalendar
RadCaptcha
RadChart
RadColorPicker
RadComboBox
RadDataPager
RadDock
RadDropDownList
RadDropDownTree
RadEditor
RadEditor at a glance
Design Time
Changes and Backwards Compatibility
Standards Compliance
Creating Accessible Content
Getting / Setting Content
Handling Content
Editor Views and Modes
Buttons
DropDowns
Dialogs
Keyboard Shortcuts
Context Menus
System Modules
Appearance
Localization
Spellchecker
Client-side API Reference
Server-side API Reference
Troubleshooting
RadFileExplorer
RadFilter
RadFormDecorator
RadGauge
RadGrid
RadHtmlChart
RadImageEditor
RadInput
RadListBox
RadListView
RadMenu
RadNotification
RadODataDataSource
RadOrgChart
RadPanelBar
RadPersistenceFramework
RadPivotGrid
RadProgressArea
RadRating
RadRibbonBar
RadRotator
RadScheduler
RadScriptManager
RadSearchBox
RadSitemap
RadSlider
RadSocialShare
RadSpell
RadSplitter
RadStylesheetManager
RadTabStrip
RadTagCloud
RadToolBar
RadToolTip
RadTreeList
RadTreeView
RadUpload
RadWindow
RadXmlHttpPanel
RadZipLibrary
Visual StyleBuilder
Visual Studio Extensions
Integrating RadControls in ASPNET MVC
Integrating RadControls in DNN
Testing with Test Studio
Integrating RadControls in Mono
Integrating RadControls in SharePoint
API Reference
For More Help
|
|
        RadControls for ASP.NET AJAX Toolbars - the main elements of the Telerik RadEditor are the Toolbars. They are in fact containers, which accommodate the buttons and dropdown lists of the various tools.
Buttons - the buttons are used to edit content, to launch different dialogs, to Undo / Redo the content, save or cancel the changes, etc.
Dropdowns - the dropdowns are used to format the font appearance (family, size, color, apply css class) as well as to insert objects into the content area such as html code snippets.
ToolStrip - ToolStrips are useful dropdowns that contain a group of tools with related functionality and can be a very convenient means of arranging tools used in the editor. You can see how to create a ToolStrip here.
Dialogs - the dialogs are used to insert objects into the content area such as images, links, media and flash files.
Context Menus - Shortcut menus that include the commands that are commonly associated with an object on the screen. To activate an item's context menu, point to it with the screen pointer, then press and release the right mouse button once. With RadEditor, you can use the default context menus as well as specify custom ones for the various HTML elements (e.g. different context menus for images, tables, hyperlinks etc.) You can also disable the context menus for certain elements (e.g. for tables).
Modules - The modules are special tools used to provide extra information such as Tag Inspector, Real Time HTML Viewer, Statistics module etc for the RadEditor users . Currently, there are three modules shipped out-of-the box with the editor: Tag Inspector, Real Time HTML Inspector and Statistics Module.
Editor Mode buttons - they are used to switch between the editor's viewing modes: Design, HTML and Preview.
|