Ensures tooltip for given control.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- ctrl
- Type:
System.Web.UI.WebControls WebControl
Control to attach the tooltip
- imageUrl
- Type:
System String
Image URL
- imageWidth
- Type:
System Int32
Actual width of the image
- imageHeight
- Type:
System Int32
Actual height of the image
- title
- Type:
System String
File title
- name
- Type:
System String
File name
- extension
- Type:
System String
File extension
- description
- Type:
System String
File description
- divInlineStyle
- Type:
System String
Inline style (e.g. 'width: 100px;')
- tooltipWidth
- Type:
System Int32
Maximal width of the tooltip
See Also