Child pages
  • Web Client Settings

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

servoy.webclient.

...

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.

...

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

...