ScriptHelper RegisterSplitModeSync Method Kentico 8.1 API Reference
Registers js script for synchronization scroll bars in split mode.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

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