Entering content frameBackground documentation ~webgui_dock_localresize Locate the document in its SAP Library structure

Description

Enables / disables local resizing of the docking control when running the SAP GUI for HTML.

  • If this parameter is set to 1 , the ITS performs a local update

This means that when the user moves a sash, the ITS just resizes the docking control.

  • If this parameter is set to 0 , the ITS performs a server update

This means that when the user moves a sash, the ITS resizes the docking control and also refreshes the entire page.

If this parameter is set to 1 , the ITS does not have to refresh the entire page when the user moves the sash. This improves performance considerably.

Set by

Service file webgui.srvc .

Values

0

Local resizing of docking control disabled.

1

Local resizing of docking control enabled (default).

Example

~webgui_dock_localresize     1

Valid from

Release 4.6DC3.

Leaving content frame