select

Editor / Toolbar Mode

Rate this demo: Feedback
Run example in: C# VB.NET Change Skin:
Vista
  • BlackBlack
  • DefaultDefault
  • ForestForest
  • HayHay
  • Office2007Office2007
  • OutlookOutlook
  • SimpleSimple
  • SitefinitySitefinity
  • SunsetSunset
  • TelerikTelerik
  • VistaVista
  • Web20Web20
  • WebBlueWebBlue
The RadEditor's ToolbarMode property specifies the behaviour of the toolbar. When ToolbarMode is set to PageTop, ShowOnFocus or Floating, then the toolbar loads its scripts when it is displayed for the first time, but not when the page is loaded. This lazy initialization of the invisible toolbars increases the loading speed of the control and it is suitable in scenarios with multiple editors.
Choose Toolbar Mode:
Editor 1: Editor 2:
   
 
 
 
 
   
   
  
 
 
   

Editor 3:
   
  
 
 
   

Example Source Code & Description

Open in a new window
  • Toolbar Modes

    RadEditor introduces a property named ToolbarMode, which specifies the behaviour of the toolbar. Here are the different options for setting the ToolbarMode:

    • Default - the toolbar is static and positioned over the content area
    • PageTop - in this mode, when a particular editor gets the focus its toolbar will appear docked at the top of the page
    • ShowOnFocus - here the toolbar will appear right above the editor when it gets focus.
    • Floating - the toolbar will pop up in a window and will allow the user to move it over the page.
Compatible with ASP.NET 2.0, 3.5 AJAX enabled Accessibility Verified!Valid XHTML 1.1! Optimized for Visual Studio 2005, 2008
Copyright 2002-2009 © Telerik. All right reserved  | 
Telerik Inc., 460 Totten Pond Rd, Suite 640, Waltham, MA 02451

www.telerik.com  |  Terms of Use  |  Contact Us