Versions Compared

Key

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



Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

The Server URL configuration option specifies the first part of an absolute URL that Profound UI will use for making AJAX requests from the client-side Profound UI framework to the server-side Profound UI components.  This is useful when packaging your applications as a native mobile app using a tool like Apache Cordova.  If not specified, relative URL's are used.

...

Code Block
javascript
javascript

pui.serverURL = "http://myapplication.com:8080";

...