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 2 Next »

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 nr 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 webclient 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 id?s used for elements in the webtemplates are UUID?s by default, changing them to local id?s makes the pages much smaller in size, but eliminates template editing since templates with local id?s 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

  • No labels