Child pages
  • Web Client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Starting Servoy Web Clients

Servoy Web Clients run in a browser and can be started by accessing a URL on the Servoy Application Server.

Code Block
titleSolution Select page
<serverUrl>/servoy-webclient
Code Block
titleDeeplink into specific solution
<serverUrl>/servoy-client/ss/s/mySolutionName
Code Block
titleSpecify the method to execute on startup
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName
Code Block
titleSpecify startup argument
<serverUrl>/servoy-client/ss/s/mySolutionName/a/value
Code Block
titleSpecify the method to execute & startup argument
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName/a/value
Code Block
titleSpecify the startup argument & named arguments
<serverUrl>/servoy-client/ss/s/mySolutionName/a/value/name1/value1/name2/value2
Code Block
titleSpecify the method to execute, the startup argument & named arguments
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName/a/value/name1/value1/name2/value2
Include Page
DOCS:deeplinkSyntax
DOCS:deeplinkSyntax