Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
How to display image in SettingsFooter.html in TIBCO Spotfire Deployment Kit for Apple iOS
Solution:
The article explains how to configure the settings view of the application to show an image in the footer
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">Doc: TIBCO Spotfire® Deployment Kit for Apple iOS Doc: Adding optional content to the Settings view footer area
Comments
0 comments
Article is closed for comments.