CMSAbstractWebPartGetBothResizerScript Method |
Gets the script for horizontal resizer.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax public virtual string GetBothResizerScript(
string elementId,
string widthPropertyName,
string heightPropertyName,
bool inverted = false,
string infoElementId = null
)
Parameters
- elementId
- Type: SystemString
Element to resize - widthPropertyName
- Type: SystemString
Width property name - heightPropertyName
- Type: SystemString
Height property name - inverted (Optional)
- Type: SystemBoolean
If true, the resizer should act inversely on X axis - infoElementId (Optional)
- Type: SystemString
Id of the element to be overlaid by the information
Return Value
Type:
StringSee Also