The Web Client Settings are applicable to the Servoy Web client only.

servoy.webclient.useAjax

Enable or disable the use of Ajax technology in web clients.

servoy.webclient.datanotify.frequency

This is the polling frequency in seconds that a Web Client will look for data changes on the server, default/empty = 5s, 0 = disabled.

servoy.webclient.nice.urls

The URLs will always have the solution name in the URL and the URL can be pasted to somebody that also wants to load the solution.

servoy.webclient.templates.use_local_ids

The ids used for elements in the web templates are UUIDs by default. Changing them to local ids makes the pages much smaller in size, but eliminates template editing since templates with local ids do not work on another application server!

servoy.webclient.scrolling.tableview.multiplier

Sets the size of the page to be loaded when using scrollable table views. When not set, default value = 2. Setting it to values greater than 2 results in more data to be queried at once. Lower values, like 1 or 1.5, can be set as well.

servoy.webclient.blockinputonrequest

When this is set to true, the browser will block any user input when a request is busy.

servoy.webclient.pushClassToHTMLElement

Sets whether or not to push the 'styleClass' property to the Servoy component HTML element.