Click or drag to resize
CMSAbstractWebPartGetVerticalResizerScript Method
Gets the script for vertical resizer.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public virtual string GetVerticalResizerScript(
	string elementId,
	string heightPropertyName,
	string infoElementId = null,
	string callback = null
)

Parameters

elementId
Type: SystemString
Element to resize
heightPropertyName
Type: SystemString
Height property name
infoElementId (Optional)
Type: SystemString
Id of the element to be overlaid by the information
callback (Optional)
Type: SystemString
Callback method when the height changes

Return Value

Type: String
See Also