CMSAbstractWebPartGetHorizontalResizerScript Method |
Gets the script for horizontal resizer.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax public virtual string GetHorizontalResizerScript(
string elementId,
string widthPropertyName,
bool inverted = false,
string infoElementId = null,
string callback = null
)
Parameters
- elementId
- Type: SystemString
Element to resize - widthPropertyName
- Type: SystemString
Width property name - inverted (Optional)
- Type: SystemBoolean
If true, the resizer should act inversely - infoElementId (Optional)
- Type: SystemString
Id of the element to be overlaid by the information - callback (Optional)
- Type: SystemString
Callback method when width is set
Return Value
Type:
StringSee Also