DiscussionButtons Class |
Namespace: CMS.Base.Web.UI
public class DiscussionButtons : Panel
The DiscussionButtons type exposes the following members.
Name | Description | |
---|---|---|
DiscussionButtons |
Name | Description | |
---|---|---|
btnAdvancedImage |
Insert media button.
| |
btnAdvancedUrl |
Insert link button.
| |
btnBold |
Sets text font style to bold button.
| |
btnCode |
Insert code button.
| |
btnColor |
Sets text color button.
| |
btnImage |
Insert image button.
| |
btnItalic |
Sets text font style to italics button.
| |
btnQuote |
Insert quote button.
| |
btnStrike |
Sets text font style to strikedthrough button.
| |
btnUnderline |
Sets text font style to underlined button.
| |
btnUrl |
Insert URL button.
|
Name | Description | |
---|---|---|
ButtonsCssClass |
Gets or sets buttons CSS class.
| |
ControlID |
Gets or sets the ClientID of the control (TextArea) where the buttons will insert the macros.
| |
Enabled |
Determines whether the control is enabled or disabled.
(Overrides WebControlEnabled.) | |
ImageDialogConfig |
Configuration of the dialog for inserting Images.
| |
IsLiveSite |
Indicates if the control is used on the live site.
| |
ShowAdvancedImage |
Gets or sets the value which determines whether to display button for media insertion.
| |
ShowAdvancedURL |
Gets or sets the value which determines whether to display button for link insertion.
| |
ShowBold |
Gets or sets the value which determines whether to display button for Bold font style tag insertion.
| |
ShowCode |
Gets or sets the value which determines whether to display button for Code tag insertion.
| |
ShowColor |
Gets or sets the value which determines whether to display button for Font color style tag insertion.
| |
ShowImage |
Gets or sets the value which determines whether to display button for Image tag insertion.
| |
ShowItalic |
Gets or sets the value which determines whether to display button for Italic font style tag insertion.
| |
ShowQuote |
Gets or sets the value which determines whether to display button for Quote tag insertion.
| |
ShowStrike |
Gets or sets the value which determines whether to display button for Strikedthrough font style tag insertion.
| |
ShowUnderline |
Gets or sets the value which determines whether to display button for Underline font style tag insertion.
| |
ShowURL |
Gets or sets the value which determines whether to display button for URL tag insertion.
| |
URLDialogConfig |
Configuration of the dialog for inserting URLs.
| |
UsePromptDialog |
Gets or sets the value which determines whether the prompt dialog will be used.
Prompt dialog doesn't work properly with modal window.
|
Name | Description | |
---|---|---|
CreateChildControls |
Renders the control at run-time.
(Overrides ControlCreateChildControls.) | |
InititlaizeButtons |
Initialize buttons.
| |
OnInit |
OnInit event.
(Overrides ControlOnInit(EventArgs).) |
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
CallHandled |
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.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) |