Click or drag to resize
CMSPageRegisterSplitModeSync Method (Boolean, Boolean)
Registers js script for synchronization scroll bars in split mode.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void RegisterSplitModeSync(
	bool basePage,
	bool body
)

Parameters

basePage
Type: SystemBoolean
Indicates if page is base.
body
Type: SystemBoolean
Indicates if event 'scroll' should be bound on document body.
See Also