UIHelper Class |
Namespace: CMS.Base.Web.UI
public class UIHelper
The UIHelper type exposes the following members.
Name | Description | |
---|---|---|
FLAG_ICONS |
Small flag icons
| |
FLAG_ICONS_48 |
Flag icons for size 48x48
| |
TREE_ICONS |
Tree icons
| |
TREE_ICONS_RTL |
Tree icons for RTL layout
| |
UNIGRID_ICONS |
UniGrid icons
|
Name | Description | |
---|---|---|
AllowUpdateProgress |
If true, progress script is allowed on page.
| |
ClassicDialogs |
Indicates whether classic or new (iframe) dialogs should be used throughout UI.
|
Name | Description | |
---|---|---|
EnsureTooltip |
Ensures tooltip for given control.
| |
GetAccessibleIconTag |
Gets accessible-friendly font icon and screen reader representation.
| |
GetAccessibleImageMarkup |
Returns accessible-friendly image markup based on image URL or font icon class.
| |
GetAccessibleImageTag |
Gets accessible-friendly image tag.
| |
GetDocumentTypeIcon |
Returns HTML markup representing document type icon.
| |
GetDocumentTypeIconPath |
Returns path to the icon image for the specified document type.
| |
GetDocumentTypeIconUrl(Page, String, Boolean) |
Returns resolved path to the icon image for the specified document type.
| |
GetDocumentTypeIconUrl(Page, String, String, Boolean, Boolean) |
Returns resolved path to the icon image for the specified document type.
| |
GetFileIcon |
Returns HTML markup representing document type icon.
| |
GetFileIconClass |
Returns font icon class for specified file extension
| |
GetFlagIconUrl |
Returns resolved path to the flag image for the specified culture.
| |
GetIcon |
Returns Label control that displays font icon specified by ccs class
| |
GetImagePath |
Gets UI image path.
| |
GetImageUrl(String, Boolean, Boolean) |
Gets UI image path.
| |
GetImageUrl(Page, String, Boolean, Boolean) |
Gets UI image path.
| |
GetShortImageUrl |
Gets the
| |
GetSignOutUrl |
Returns url to which user should be redirected after signing out.
| |
GetTooltip |
Gets tooltip body HTML.
| |
GetTooltipAttributes |
Gets tooltip onmouseover and onmouseout attributes.
| |
ResolveImageUrl |
Resolves the path to an image
| |
SetBreadcrumbsSuffix |
Sets breadcrumbs suffix
| |
ShortImageRedirect |
Redirects the file to the images folder.
|