Click or drag to resize
UIHelper Class
UI helper methods.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIUIHelper

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class UIHelper

The UIHelper type exposes the following members.

Constructors
  NameDescription
Public methodUIHelper
Top
Fields
  NameDescription
Public fieldStatic memberFLAG_ICONS
Small flag icons
Public fieldStatic memberFLAG_ICONS_48
Flag icons for size 48x48
Public fieldStatic memberTREE_ICONS
Tree icons
Public fieldStatic memberTREE_ICONS_RTL
Tree icons for RTL layout
Public fieldStatic memberUNIGRID_ICONS
UniGrid icons
Top
Properties
  NameDescription
Public propertyStatic memberAllowUpdateProgress
If true, progress script is allowed on page.
Public propertyStatic memberClassicDialogs
Indicates whether classic or new (iframe) dialogs should be used throughout UI.
Top
Methods
  NameDescription
Public methodStatic memberEnsureTooltip
Ensures tooltip for given control.
Public methodStatic memberGetAccessibleIconTag
Gets accessible-friendly font icon and screen reader representation.
Public methodStatic memberGetAccessibleImageMarkup
Returns accessible-friendly image markup based on image URL or font icon class.
Public methodStatic memberGetAccessibleImageTag
Gets accessible-friendly image tag.
Public methodStatic memberGetDocumentTypeIcon
Returns HTML markup representing document type icon.
Public methodStatic memberGetDocumentTypeIconPath
Returns path to the icon image for the specified document type.
Public methodStatic memberGetDocumentTypeIconUrl(Page, String, Boolean)
Returns resolved path to the icon image for the specified document type.
Public methodStatic memberGetDocumentTypeIconUrl(Page, String, String, Boolean, Boolean)
Returns resolved path to the icon image for the specified document type.
Public methodStatic memberGetFileIcon
Returns HTML markup representing document type icon.
Public methodStatic memberGetFileIconClass
Returns font icon class for specified file extension
Public methodStatic memberGetFlagIconUrl
Returns resolved path to the flag image for the specified culture.
Public methodStatic memberGetImagePath
Gets UI image path.
Public methodStatic memberGetImageUrl(String, Boolean, Boolean)
Gets UI image path.
Public methodStatic memberGetImageUrl(Page, String, Boolean, Boolean)
Gets UI image path.
Public methodStatic memberGetShortImageUrl
Gets the
Public methodStatic memberGetTooltip
Gets tooltip body HTML.
Public methodStatic memberGetTooltipAttributes
Gets tooltip onmouseover and onmouseout attributes.
Public methodStatic memberIsFriendsModuleEnabled
Indicates if friends functionality is enabled.
Public methodStatic memberResolveImageUrl
Resolves the path to an image
Public methodStatic memberSetBreadcrumbsSuffix
Sets breadcrumbs suffix
Public methodStatic memberShortImageRedirect
Redirects the file to the images folder.
Top
See Also