CMSPageRegisterSplitModeSync Method (Boolean, Boolean) |
Registers js script for synchronization scroll bars in split mode.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax 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