Click or drag to resize
BBEditor Properties

The BBEditor type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Determines whether the control is enabled or disabled.
(Overrides WebControlEnabled.)
Public propertyImageDialogConfig
Configuration of the dialog for inserting Images.
Public propertyIsLiveSite
Indicates if the control is used on the live site.
Public propertyRows
Sets number of rows to display in containing TextArea, see Rows for more details.
Public propertyShowAdvancedImage
Gets or sets the value which determines whether to display button for Image tag insertion using advanced dialog.
Public propertyShowAdvancedURL
Gets or sets the value which determines whether to display button for URL tag insertion using advanced dialog.
Public propertyShowBold
Gets or sets the value which determines whether to display button for Bold font stlye tag insertion.
Public propertyShowCode
Gets or sets the value which determines whether to display button for Code tag insertion.
Public propertyShowColor
Gets or sets the value which determines whether to display button for Font color style tag insertion.
Public propertyShowImage
Gets or sets the value which determines whether to display button for Image tag insertion.
Public propertyShowItalic
Gets or sets the value which determines whether to display button for Italic font stlye tag insertion.
Public propertyShowQuote
Gets or sets the value which determines whether to display button for Quote tag insertion.
Public propertyShowStrike
Gets or sets the value which determines whether to display button for Strikedthrough font style tag insertion.
Public propertyShowUnderline
Gets or sets the value which determines whether to display button for Underline font stlye tag insertion.
Public propertyShowURL
Gets or sets the value which determines whether to display button for URL tag insertion.
Public propertyText
Gets or sets the text of the text area.
Public propertyTextArea
Gets the TextArea object.
Public propertyURLDialogConfig
Configuration of the dialog for inserting URLs.
Public propertyUsePromptDialog
Gets or sets the value which determines whether the prompt dialog will be used. Prompt dialog doensn't work properly with modal window.
Top
See Also