Child pages
  • Web Client
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 Web Client

Solution Select Dialog
<serverUrl>/servoy-webclient
Deeplink into specific solution
<serverUrl>/servoy-client/ss/s/mySolutionName
Specify the method to execute on startup
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName
Specify startup arguments
<serverUrl>/servoy-client/ss/s/mySolutionName/a/value1|value2|value3
Specify the method to execute & startup arguments
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName/a/value1|value2|value3

Short vs. long syntax

The Web Client urls above use the short syntax. Instead of using the short syntax, the following mapping allows using the longer syntax:

  • ss > solutions
  • s > solution
  • m > method
  • a > argument
  • No labels