CMSAbstractWebPartGetVerticalResizerScript Method |
Gets the script for vertical resizer.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax 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:
StringSee Also