Solution Builder API

Solution Builder API

2min

Introduction

For background information, see ScreenPal Solution Builder.

These documents tell you how to use the API (Application Programming Interface) for the ScreenPal Solution Builder licensed product.

Obtain Your Personalized Information

Some setup items require you to enter your personalized information, such as your Partner ID. To obtain that information, or to get any help, Contact Sales.

Overview

After obtaining the Basic Uploader JavaScript, install it into your webpage. When doing so, you set your required information, like Partner ID, and you can configure some options. See Basic Uploader JavaScript Settings for how to configure those options.

Alternatively, you may choose to use the Custom Uploader, where you can inject your own Java (not "JavaScript") custom user interface in a reserved section of the ScreenPal Basic Uploader user interface panel. See the Configure the Custom Uploader for how to configure its options.

Which ever option you choose, you will use the JavaScript code to create the SPLauncher JavaScript object, which you use to launch ScreenPal and commuicate with it. See SPLauncher JavaScript Object for information about how to do that.