CMS.Base.Web.UI Namespace |
Class | Description | |
---|---|---|
AbstractDateTimePicker |
Abstract class for date time picker server controls.
| |
AbstractUserControl |
User control base.
| |
ActionContainer |
Container control that is supposed to be used for some input with additional actions.
| |
AlertLabel |
Wraps label with additional markup to create alert box.
| |
ApplicationUsageController |
Logs application usage data.
| |
AudioVideoParameters |
Class providing audio/video parameters.
| |
AutomationManagerEventArgs |
Manager event arguments
| |
BaseControlsContext |
Extended controls context
| |
BaseSelectorViewModel |
Base view model class for ISelectorControllerTViewModel controllers.
Every view model must have id and text property.
| |
BBEditor |
BBEditor control.
| |
CMSAccessibleButton |
Button that generates appropriate HTML code for its use in actions container.
| |
CMSAccessibleButtonBase |
Button that generates appropriate HTML code for its use in actions container.
| |
CMSAccessibleLinkButton |
Link button control that generates appropriate HTML for CMS design.
| |
CMSButton |
CMS Button with support for disabled items.
| |
CMSButtonAction |
Multi button action.
| |
CMSButtonActionClickedEventArgs |
Contains data of group button click event
| |
CMSButtonGroup |
Group of buttons with capability to highlight selected button
| |
CMSButtonGroupAction |
Actions for buttons in button group
| |
CMSCheckBox |
CMSCheckBox with support for localization.
| |
CMSCheckBoxList |
Base control for checkbox lists. Supports localization.
| |
CMSContextMenuControl |
Portal context menu base class.
| |
CMSCssSettings |
Settings for the CSS
| |
CMSCustomCalendarControl |
Basic class for custom date picker.
| |
CMSDialogHelper |
Class providing helper methods for CMS dialogs.
| |
CMSDocumentPanel |
Panel for document information.
| |
CMSDropDownList |
Drop down list with localized text string.
| |
CMSDynamicWebControl |
Base class for dynamic Web controls
| |
CMSFileUpload |
File upload control.
| |
CMSGridActionButton |
Button that is used to render unigrid action
| |
CMSIcon |
Class representing an icon control.
| |
CMSImage |
CMS Image with support for disabled state.
| |
CMSImageButton |
CMS Image Button with additional functionality.
| |
CMSInfoPanel |
Panel for information.
| |
CMSListBox |
List box control with localized text string.
| |
CMSMoreOptionsButton |
Button allows to perform the first action as well as to perform other actions which are hidden in the dropdown menu.
| |
CMSMultiButtonBase |
Base class for CMS Button with support for multiple actions.
| |
CMSPanel |
Panel.
| |
CMSPlaceHolder |
Placeholder.
| |
CMSRadioButton |
RadioButton control with localized text string.
| |
CMSRadioButtonList |
Base control for radiobutton lists. Supports localization.
| |
CMSRangeValidator |
CMSRangeValidator, inherited from System.Web.UI.WebControls.RangeValidator. Handles generally design of range field validator.
| |
CMSRegularExpressionValidator |
CMSRegularExpressionValidator, inherited from System.Web.UI.WebControls.RegularExpressionValidator. Handles generally design of regular expression field validator.
| |
CMSRequiredFieldValidator |
CMSRequiredFieldValidator, inherited from System.Web.UI.WebControls.RequiredFieldValidator. Handles generally design of required field validator.
| |
CMSSelectableToggleButton |
Toggle multi button which acts as dropdown in the sense that one action can be selected and this actions is on top from now on.
| |
CMSTextArea |
Basic multiple lines text editor.
| |
CMSTextBox |
CMSTextBox, inherited from System.Web.UI.WebControls.TextBox. Handles macro security parameters.
| |
CMSToggleButton |
Multi button which displays first action only as a label which opens dropdown list with other actions.
| |
CMSUpdatePanel |
CMS Update panel - override of update panel which can handle events in layout.
| |
CMSUpdateProgress |
Progress notification
| |
CMSWebControl |
Web control.
| |
CMSWizard |
Wizard.
| |
ContextMenu |
Context menu control.
| |
ContextMenuButton |
Context menu icon.
| |
ContextMenuContainer |
Context menu container class (calls the assigned context menu).
| |
ContextMenuItem |
Separator for context menu.
| |
ContextMenuPlaceHolder |
Placeholder for context menus.
| |
ContextMenuSeparator |
Separator for context menu.
| |
ControlContext |
Context object contains properties with information about current context.
| |
ControlDefinition |
Definition of the control. Pass in either string as control path or a Type as control type.
| |
ControlExtender |
Control extender
| |
ControlExtenderTControl |
Generic control extender
| |
ControlsExtensions |
Extension methods.
| |
ControlsHelper |
Methods for the enhanced controls management.
| |
ControlsLocalization |
Localization support for controls
| |
CssRegistration |
Provides methods for CSS stylesheet registration.
| |
DateTimePicker |
Date and time picker.
| |
DialogConfiguration |
Container class for CMS dialogs parameters which determine the behavior of the dialogs.
| |
DialogHandlers |
Dialog handlers.
| |
DialogParameters |
Class defining string constants for each dialog parameter.
| |
DiscussionButtons |
BBCode buttons control.
| |
DocumentComponentEvents |
Events that serve for communication of the document components within the system.
| |
DocumentManagerEventArgs |
Manager event arguments
| |
ExceptionReport |
Displays an exception report
| |
ExtendedDropDownList |
Extends dropdown list.
Adds possibility to save all attributes of Items to ViewState, so for example CSS class of Items persist through PostBack.
| |
ExtendedListBox |
Extended listbox.
| |
ExtendedTextArea |
Editor with syntax highlight support.
| |
FileSystemDialogConfiguration |
Container class for CMS file system dialog parameters which determine the behavior of the dialogs.
| |
GetActionScriptEventArgs |
Get action script event arguments.
| |
GetMediaDataEventArgs |
GetMediaData event arguments.
| |
GetMediaDataHandler |
GetMediaData event handler.
| |
GroupMenuContainer |
Group menu container class (calls the group context menu if not set else).
| |
HeaderActionControlCreatedEventArgs |
Event arguments for when a header action control is being constructed
| |
HeaderActionControlCreatedHandler |
Event handler for when a header action control is being created.
| |
HeaderActions |
HeaderActions base class.
| |
HTMLTextDiffList |
Creates two difference lists for strings containing HTML markup.
| |
IconParameters |
Container class used in situations when you need to display icon
(document type, mime type, ...) and it is possible to display it
as image or font icon based on data and circumstances.
| |
ImageParameters |
Class providing image parameters.
| |
InlineEditingTextBox |
Control used for inline editing a value, for example in unigrid.
Best way to use it in columns that have sorting enabled is
to place parent unigrid inside update panel
and reload unigrid's data after successful update of edited value.
| |
InlineUserControl |
Common interface for custom user controls used in content (in-line user controls).
| |
JQueryTab |
JQuery tabs container class.
| |
JQueryTabCollection |
JQuery tabs collection class.
| |
JQueryTabContainer |
JQuery tabs container class.
| |
LanguageCode |
Language code.
| |
LayoutPanel |
Panel encapsulates the content with table cells to provide the possibility of rich graphical container.
| |
LinkItemTemplate |
Template control for displaying the link in databound controls.
| |
ListControlExtensions |
Extension methods for list controls.
| |
LiveSiteDebugProcessor |
Handles debug information on live sites.
| |
LocalizedButton |
Button control with localized text string.
| |
LocalizedCheckBox |
CheckBox control with localized text string.
| |
LocalizedCheckBoxList |
Button control with localized text string.
| |
LocalizedCopyToClipboardButton |
Copy to clipboard button control with localized text string.
| |
LocalizedDropDownList |
Button control with localized text string.
| |
LocalizedHeading |
Heading control with localized text string. Renders as H1 - H6 element.
| |
LocalizedHidden |
Hidden field with localized value string.
| |
LocalizedHyperlink |
Hyperlink control with localized text string.
| |
LocalizedLabel |
Label control with localized text string.
| |
LocalizedLinkButton |
Link button control with localized text string.
| |
LocalizedLiteral |
Literal control with localized text string.
| |
LocalizedRadioButton |
RadioButton control with localized text string.
| |
LocalizedRadioButtonList |
Button control with localized text string.
| |
ManagerEventArgs |
Manager event arguments
| |
MediaHelper |
Class providing helper methods for media. Overridable helper
| |
MediaItem |
Class containing information about the selected item which supposed to be used as media or link.
| |
MediaSource |
Media source data container class.
| |
MessagesPlaceHolder |
Placeholder for messages.
| |
ModalPopupDialog |
Class for displaying AJAX modal dialog.
| |
ModuleCssRegistration |
Provides methods for module CSS stylesheet registration.
| |
NavigationItem |
Base class for navigation items. (Tab items, menu items etc.)
| |
PageContext |
Provides helper methods for current page events and settings
| |
PageElement |
Page element. Pass in either Page or Control.
| |
PageExtender |
Base class for page extenders
| |
PageExtenderTPage |
Generic page extender
| |
PageExtensions |
HTML utility methods.
| |
Property |
Container for the general control property
| |
RangeDateTimePicker |
Range date time picker.
| |
ResolvedLiteral |
Literal control with value resolved for inline controls.
| |
RTLfix |
Inserts invisible span with "." because of RTL first character problem.
| |
ScriptHelper |
Utility methods for script manipulation.
| |
ScrollPanel |
Scroll panel control.
| |
SentimentAnalysisButton |
Represents sentiment analysis button and related popup.
| |
SentimentAnalysisController |
Provides endpoint for sentiment analysis component.
| |
SentimentAnalysisRequestData |
Represents request body for sentiment analysis controller.
| |
SentimentAnalysisResponseData |
Represents response body from sentiment analysis controller.
| |
SimpleDocumentManagerEventArgs |
Simple document manager event arguments
| |
SimpleManagerEventArgs |
Manager event arguments
| |
SimpleObjectManagerEventArgs |
Simple object manager event arguments
| |
SmartTipController |
Handles the smart tips.
| |
StepEventArgs |
Wizard step event arguments
| |
SystemMacroMethods |
System macro methods - wrapping methods for macro resolver.
| |
Tag |
Control representing tag (text in colored box).
Renders css class depending on color brightness to ensure sufficient contrast.
| |
TemporaryUploadsCleaner |
Provides an ITask interface for the temporary uploads deletion.
| |
TextComparison |
Text comparison control tool.
| |
UICalendar |
Base Calendar class.
| |
UIDataGrid |
Base DataGrid class.
| |
UIDataList |
Base DataList class.
| |
UIGridView |
Grid view.
| |
UIHelper |
UI helper methods.
| |
UILayoutHelper |
Helper for UI layout dimensions.
| |
UIRepeater |
Base repeater class.
| |
UITreeView |
Tree view.
| |
Uploader |
File upload dialog.
| |
UploaderHelper |
Helper class for the file uploader.
| |
UploadHelper |
Helper class for uploading files.
| |
UrlResolver |
Resolves URL using Page context.
| |
UserMenuContainer |
User menu container class (calls the user context menu if not set else).
| |
UserSmartTipDismissalManager |
Class that helps managing user's dismissed smart tips.
| |
YouTubeVideoParameters |
Class providing YouTube video parameters.
|
Structure | Description | |
---|---|---|
UploaderHelperAttachmentArgsStruct |
Structure for attachment arguments.
| |
UploaderHelperMediaLibraryArgsStruct |
Structure for media library arguments.
| |
UploaderHelperMetaFileArgsStruct |
Structure for meta file arguments.
|
Interface | Description | |
---|---|---|
ICMSDocumentManager |
Document manager interface.
| |
ICMSObjectManager |
Represents the object manager control interface.
| |
ICMSPage |
Interface for the CMS pages.
| |
IControlContextManager |
Context manager interface.
| |
IDashboardPage |
Interface for the dashboard pages.
| |
IDataControl |
Data control interface.
| |
IDialogControl |
Interface for controls which open some of the CMS dialogs (Insert image or media, Insert link, Insert URL etc.).
| |
IEnsureControls |
Interface for control that is able to explicitly ensure its child controls
| |
IExceptionHandler |
Exception handler interface
| |
IExtensibleEditMenu |
Extensible edit menu interface
| |
IInputControl |
Interface for a general input control
| |
IObjectEditMenu |
Represents the object edit menu control interface.
| |
IObjectEditPanel |
Represents the object edit panel control interface.
| |
IOutputEncodingControl |
Defines control capable of encoding output during rendering.
| |
ISelectorControllerTViewModel |
Generic interface for WebAPI controllers, which provide data for angular Smart Drop-down list directive.
| |
IShortID |
Control that supports short IDs.
| |
IStopProcessing |
Defines a control with StopProcessing flag
| |
IUploaderControl |
Data control interface.
|
Delegate | Description | |
---|---|---|
BeforeEventHandler |
Before event handler.
| |
BeforeRenderEventHandler |
Before event handler.
| |
HeaderActionsGetActionScriptEventHandler |
Get action script delegate.
| |
RenderEventHandler |
Before event handler.
|
Enumeration | Description | |
---|---|---|
AvailableGroupsEnum |
Available group enumeration.
| |
AvailableLibrariesEnum |
Available libraries enumeration.
| |
AvailableSitesEnum |
Available sites enumeration.
| |
ButtonStyle |
Set of button types.
| |
CMSMultiButtonDropDownItemsAlignment |
Defines sides to which dropdown items of the multi button can be aligned.
| |
DialogViewModeEnum |
Enumeration defining the view mode of the selector.
| |
EditorModeEnum |
Enumeration that determines the syntax highlighting editor mode and its capabilities.
| |
EnumDisplayTypeEnum | Display control type for enumeration. | |
FontIconSizeEnum |
Font icon size enumeration.
| |
FormModeEnum | Form mode enumeration. | |
GridIconStyle | ||
HorizontalPositionEnum |
Horizontal position enumeration.
| |
jQueryTabsPositionEnum |
Tabs position emuneration.
| |
LanguageEnum |
Programming language to be used by the syntax highlighting editor.
Determines the syntax rules and tokens to highlight.
| |
MediaSourceEnum |
Enumeration defining the source of the media.
| |
MediaTypeEnum |
Enumeration defining the type of the media file.
| |
MessageTypeEnum | Message type enumeration. | |
MouseButtonEnum |
Mouse button enumeration.
| |
OutputFormatEnum |
Enumeration defining the output format.
| |
ScriptExecutionModeEnum |
Javascript execution modes enumeration.
| |
SelectableContentEnum |
Enumeration defining the type of content which could be selected.
| |
VerticalPositionEnum |
Vertical position enumeration.
|