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

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

Parameters

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 the second frame should be refreshed.
See Also