Determines how the Refresh action is performed in web pages when a User defined event is executed within the page. It also determines how the navigation takes place between different web pages.

This is a version-level and object-level property.

Values

Smooth The mechanism is enabled. This is the default value for new KBs.
Previous versions compatible The mechanism is disabled.

Description

When the Web User experience property is set to "Smooth", the Refresh event is not executed implicitly on every user event exit and the Start event is executed only once. In addition, each web component is independent from the main page where it is contained so the Refresh of a Web Component object does not affect the rest of the page. 

The event execution is determined by the rules explained in Event Execution Scheme. Performance of web applications is improved by reducing the round trips to the server.

The Smooth value of the property also allows enabling Single Page Applications, where navigating to a web page that is contained in the same Web Master Panel object as the origin web page does not force a refresh of the whole page in the browser, but only updates the page loaded in the content place holder.

Another benefit of this property is the way the load command is executed within a user event, as explained in Load Command and Load Method in User Events. In this case, the load command does not force a refresh of the grid but only adds a new line.

The above options allow developing applications with a much better user experience. See HowTo:Develop a messaging web page as an example.

See also

Converting to Smooth Web UX
Server.Socket external object