ClassEditorCommand
RadEditor for the ASP.NET AJAX: EditorCommand wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class EditorCommand : HtmlAnchor
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlAnchorEditorCommand
Inherited Members
Constructors
EditorCommand()
Initializes a new instance of the EditorCommand class.
Declaration
public EditorCommand()
EditorCommand(Element)
Initializes a new instance of the EditorCommand class.
Properties
ClientSideLocator
Gets the client-side code that defines the RadEditor command.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
CommandName
The Command name.
EditorId
Gets ID of the parent editor.
Enabled
Determines whether RadEditorCommand is enabled.
IsNonDefaultToolBarMode
Determines whether the editor is in default toolbar mode or not.
IsOn
Determines whether RadEditorCommand is on.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a EditorCommand.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides