CMSAbstractWebPartGetVerticalResizerScript Method |
Gets the script for vertical resizer.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
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