Click or drag to resize
ScriptHelperRegisterSplitModeSync Method
Registers js script for synchronization scroll bars in split mode.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void RegisterSplitModeSync(
	Page page,
	bool basePage,
	bool body,
	bool refresh,
	bool unbind = false
)

Parameters

page
Type: System.Web.UIPage
Page
basePage
Type: SystemBoolean
Indicates if page is base.
body
Type: SystemBoolean
Indicates if event 'scroll' should be bound on document body.
refresh
Type: SystemBoolean
Indicates if other frame with the same culture should be refreshed.
unbind (Optional)
Type: SystemBoolean
Indicates if binding elements should be unbind.
See Also