Class RadEditor
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadEditor : HtmlContainerControlConstructors
RadEditor()
Declaration
public RadEditor()RadEditor(Element)
Properties
CleanHtml
Declaration
public string CleanHtml { get; set; }Property Value
| System.String 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
CommentsEnabled
Declaration
public bool CommentsEnabled { get; set; }Property Value
| System.Boolean 
 | 
DecodedHtml
Declaration
public string DecodedHtml { get; set; }Property Value
| System.String 
 | 
EditModes
Declaration
public int EditModes { get; set; }Property Value
| System.Int32 
 | 
EditType
Height
Declaration
public int Height { get; set; }Property Value
| System.Int32 
 | 
Html
Declaration
public string Html { get; set; }Property Value
| System.String 
 | 
IsFullScreen
Declaration
public bool IsFullScreen { get; }Property Value
| System.Boolean 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
Mode
SelectionHtml
Declaration
public string SelectionHtml { get; }Property Value
| System.String 
 | 
SelectionText
Declaration
public string SelectionText { get; }Property Value
| System.String 
 | 
Text
Declaration
public string Text { get; }Property Value
| System.String 
 | 
ToolBarMode
ToolCount
Declaration
public int ToolCount { get; }Property Value
| System.Int32 
 | 
Width
Declaration
public int Width { get; set; }Property Value
| System.Int32 
 | 
Methods
AssignElement(Element)
ControlAssert()
FindDropDownByName(String)
Declaration
public EditorDropDown FindDropDownByName(string commandName)Parameters
| System.String
        commandName 
 | 
Returns
| EditorDropDown 
 | 
FindSplitButtonByName(String)
Declaration
public EditorSplitButton FindSplitButtonByName(string commandName)Parameters
| System.String
        commandName 
 | 
Returns
| EditorSplitButton 
 | 
GetContextMenu()
SelectContextMenuItemByText(String)
Declaration
public void SelectContextMenuItemByText(string item)Parameters
| System.String
        item 
 | 
ShowToolBar()
Declaration
public void ShowToolBar()