How to display image in SettingsFooter.html in TIBCO Spotfire Deployment Kit for Apple iOS

How to display image in SettingsFooter.html in TIBCO Spotfire Deployment Kit for Apple iOS

book

Article ID: KB0076664

calendar_today

Updated On:

Products Versions
TIBCO Spotfire Deployment Kit for Apple iOS All Versions

Description

The article explains how to configure the settings view of the application to show an image in the footer

Issue/Introduction

The article explains how to configure the settings view of the application to show an image in the footer

Resolution

For Versions 2.9.1 and below:
If you would like to add additional content in the footer area of the settings view in the app, you will have to create a SettingsFooter.html file and place it in the Resources folder of the Project. To show a image in the footer you will have to deploy image to a web server and provide its URL in the image source.
Example:
​<img alt="Sample Image" src="http://sampleurl.com/sample.png" width="200" height="50">

For versions 2.9.2 and Above:
You can use the above approach or you can save the image resource locally in the Resources folder and provide just the "FileName + Extension" as source of the image.
Example:
<img alt="Sample Image" src="sample_loga.png" width="200" height="50">

Additional Information

Doc: TIBCO Spotfire® Deployment Kit for Apple iOS Doc: Adding optional content to the Settings view footer area