Click or drag to resize
ScriptHelperGetLayoutResizeScript Method
Returns script fragment performing callback when layout pane width has been changed.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static string GetLayoutResizeScript(
	Control resizedControl,
	Control callbackCotnrol
)

Parameters

resizedControl
Type: System.Web.UIControl
Control which width is being changed.
callbackCotnrol
Type: System.Web.UIControl
Control to which the callback is performed. Has to implement ICallbackEventHandler interface.

Return Value

Type: String
Remarks
Designed to be used together with jquery layout library.
See Also