Child pages
  • Web Client Settings
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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

servoy.webclient.error.page

Filename of an HTML file that resides in /servoy-webclient/templates/default/ which will be shown when an error occurs.

servoy.webclient.pageexpired.page

Filename of an HTML file that resides in /servoy-webclient/templates/default/ which will be shown when the session times out.

servoy.webclient.pageexpired.url

The URL which should be used or redirected to when the session expires.

servoy.webclient.pageexpired.redirectTimeout

The number of seconds a redirect should happen, -1 or null means no redirect, 0 immediate redirect, >0 x seconds wait before auto redirect.

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.maxuploadsize

Sets the maximum upload size, in kilobytes, that a user can do through the upload/media field. 0 or not set is no maximum.

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.

  • No labels