Click or drag to resize
BBEditor Class
BBEditor control.
Inheritance Hierarchy

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public class BBEditor : Panel, INamingContainer

The BBEditor type exposes the following members.

Constructors
  NameDescription
Public methodBBEditor
Top
Fields
  NameDescription
Protected fieldpnlButtons
DiscussionButtons control for macro editing.
Protected fieldtxtText
Text area for text editing.
Top
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
Methods
Extension Methods
  NameDescription
Public Extension MethodAddCssClass
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetCssClasses
Returns all CSS classes of control.
(Defined by ControlsExtensions.)
Public Extension MethodGetRenderedHTML
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Public Extension MethodHasCssClass
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodRemoveCssClass
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodSetCssClasses
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.)
Top
See Also