Dynamic Element Specifications
Table of Contents Previous Section
WOBody
Synopsis
WOBody {src=aURL | filename= imageFileName; [framework = frameworkBaseName|"app" ;] ... };
Description
WOBody specifies the background image to display for the HTML page.
- src
- URL containing the image data. Use this attribute for complete URLs; for relative URLs use filename instead.
- filename
- Path to the image relative to the WebServerResources directory.
- framework
- Framework that contains the image file. This attribute is only necessary if the image file is in a different location from the component. That is, if the component and the image file are both in the application or if the component and the image file are both in the same framework, this attribute isn't necessary. If the image file is in a framework and the component is in an application, specify the framework's name here (minus the .framework extension). If the image file should be in the application but the component is in a framework, specify the "app" keyword in place of the framework name.
Examples
Dynamically setting the background image
Table of Contents Next Section