Table of Contents

Search

  1. Preface
  2. Overview, Downloading, and Installing
  3. Administration API
  4. Identity Service API
  5. Screenflow Programming and SDK
  6. ActiveVOS WSHT API
  7. Embedding Request Forms in Standalone Web Pages
  8. XML-JSON for Process Central

APIs, SDKs, and Services

APIs, SDKs, and Services

Image Resources

Image Resources

If you wish to provide images to guide designers, you must package them into the contribution being deployed along with a
screenflowContribution
metadata file. In the following code example, the metadata file is providing a single image with a display name of "Image 1" located in the same directory as the metadata file. The image resource
content-type
is also specified with the
type
attribute.
Code Example: Image Metadata
<tns:screenflowContribution xmlns:tns="http://schemas.active-endpoints.com/ appmodules/screenflow/2011/07/avosResourceDiscovery.xsd"> <tns:resource name="image-1.jpg" type="image/jpg"> <tns:displayName>Image 1</tns:displayName> <tns:resourceURI>image-1.jpg</tns:resourceURI> </tns:resource> </tns:screenflowContribution>

0 COMMENTS

We’d like to hear from you!