ScriptHelperGetLayoutResizeScript Method |
Returns script fragment performing callback when layout pane width has been changed.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringRemarks
Designed to be used together with jquery layout library.
See Also