The CustomRadEditor type exposes the following members.

Constructors

  Name Description
Public method CustomRadEditor
Constructor.

Methods

  Name Description
Public method DisableFilter
Disable editor filters.
Public method EnableFilter
Enables editor filtrs.
Protected method InitializeMaxUploadSize
Initialize html editor maximum upload size in bytes.
Protected method OnInit (Overrides UserControlBaseOnInit(EventArgs).)
Protected method OnLoad (Overrides Control..::..OnLoad(EventArgs).)
Protected method OnPreRender (Overrides Control..::..OnPreRender(EventArgs).)
Public method ParseoEmbed()()()()
Parses all oEmbeds in the editable area.
Public method ParseoEmbed(String)
Parses all oEmbeds in the content.
Public method RemoveButton
Removes buttons from the toolbar.
Protected method SetPaths
Sets the editor's paths.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field EditorInstanceSpecificMaxLenHandler
Protected field EditorMaxLenHandler
Protected field radCustomEditor
radCustomEditor control.
Protected field syntaxHighlighter
syntaxHighlighter control.
Protected field Static member UnlimitedLength
Indicates the number of chars that is considered as unlimited
Protected field valCustomEditor
valCustomEditor control.
Protected field validationHandler
validationHandler control.

Properties

  Name Description
Public property AutoResizeHeight
Auto resize height property.
Public property Content
Editor content - new format.
Public property ContentAreaCssFile
Content area CSS file.
Public property ContentAreaMode
Content area mode for the editor - DIV or IFrame.
Public property ContentFilters
Editor content modes (RemoveScripts, MakeUrlsAbsolute, ConvertToXhtml, ...)
Public property ContentProviderTypeName
Content provider type name for editor's file browser
Public property DocumentSearchPatterns
Search patterns for document manager.
Public property DocumentsPaths
Editor Documents Path
Public property EditModes
Editor edit modes (design, html, preview)
Public property EditorHeight
Editor height
Public property Enabled
Gets or sets a value indicating whether the Web server control is enabled.
Public property EnableEmbeddedSkins
Gets or sets a value indicating whether embedded skins are enabled.
Public property EnableSyntaxHighlighter
Indicates if syntax highlighter should be enabled.
Public property ErrorMessage
Gets or sets the validation error message.
Public property FlashPaths
Editor Flash Path
Public property FlashSearchPatterns
Search patterns for flash manager.
Public property Html Obsolete.
Editor content (Html format).
Public property ImageSearchPatterns
Search patterns for image manager.
Public property ImagesPaths
Editor Image Path
Public property IsRequired
Gets or sets value indicating if text in rad editor is required.
Public property MaxDocumentSize
Gets or sets the max filesize which users are able to upload in bytes.
Public property MaxFlashSize
Gets or sets the max filesize which users are able to upload in bytes.
Public property MaxImageSize
Gets or sets the max filesize which users are able to upload in bytes.
Public property MaxLength
Gets or sets Editor max length.
Public property MaxMediaSize
Gets or sets the max filesize which users are able to upload in bytes.
Public property MaxTemplateSize
Gets or sets the max filesize which users are able to upload in bytes.
Public property MediaPaths
Editor Media Path
Public property MediaSearchPatterns
Search patterns for media manager.
Public property NewLineBr
Defines if new lines are displayed as BRs or Ps
Public property oEmbedActive
Indicates if oEmbed functionality is active, and all links inside square brackets [http://www.xy.com] are parsed by the oEmbed provider.
Public property oEmbedHeight
Max. height of oEmbed content.
Public property oEmbedWidth
Max. width of oEmbed content.
Public property OnClientPasteHtml
Editor OnClientPasteHtml event.
Public property Skin
Gets or sets a cusomt editor skin.
Public property StripFormattingOptions
Options to remove formatting from the pasted content in the editor.
Public property TemplatePaths
Editor Template Path
Public property TemplateSearchPatterns
Search patterns for template manager.
Public property ToolBarMode
Gets or sets eidtor toolbar mode.
Public property ToolsFile
ToolsFile used to get XML which describes the tools used on the editor
Public property ValidationGroup
Gets or sets the validation group.
Public property Width
Editor width

See Also