Overview

StoreFront includes some cusomization functionality out of the box using the administration console. Using the Customization API, you can further customize the user interface beyond the build-in capabilities. The API consists of:

  • A list of CSS styles that are applied to elements in the UI that you can customize.
  • The HTML IDs of areas of the UI that you can customize.
  • A set of script extension points, which allow you to define JavaScript callback functions to be called when various things occur on the UI.
  • JavaScript functions to make something happen, for example to launch an app or show a message box.

Customizations apply to the website and Citrix Workspace app for Windows, Mac, Chrome, iOS, Android, and Linux.

This API is available for StoreFront 3.0 and higher.

Overview

In this article