You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > HtmlEditor Class > HtmlEditor Properties > PreferredType
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
HtmlEditor.PreferredType Property

The display to use for viewing the content. This can be used to simplify the display or to debug the operation of editing content on the site. 

The options selectable are:

  • "activex" = Use the ActiveX control
  • "textarea" = Show HTML in text area
 

The default is "activex". This is only available from Code Behind.

C#
[Bindable(true)]
[Browsable(false)]
[DesignOnly(false)]
[Category("Ektron")]
[NotifyParentProperty(true)]
[ParenthesizePropertyName(true)]
[DefaultValue("")]
[Description("The path to the site that contains this control.")]
public new string PreferredType;
Visual Basic
<Bindable(true)>
<Browsable(false)>
<DesignOnly(false)>
<Category("Ektron")>
<NotifyParentProperty(true)>
<ParenthesizePropertyName(true)>
<DefaultValue("")>
<Description("The path to the site that contains this control.")>
Public new Property PreferredType() As string
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!