Skyway Image

Description

The Skyway Image web control allows you to display a picture or image on a web page. This web control can display either a static value or a variable, and if required, the user has the ability to modify the appearance of the image. Additionally, Skyway Image controls can be configured to display based on the results of one or many true/false test conditions. If the conditions evaluate to "true", the image is displayed, otherwise the image is omitted from the web page.

 

Setting Parameters

 

 

 

Required

Choose Image(s)

The image to be displayed on the web page.

 

 

Optional

Set Appearance

 

Select Conditions

The conditions to be evaluated to determine whether to display or not display the Skyway Image web control at runtime. Use the Condition, Name and Operator dropdowns to create the expressions for the display conditions. Only valid variables from the current Web Model are enabled in the Name dropdowns; however, you may also enter static values into these fields. If more than one condition is configured, you may chose to make all conditions required or make only one condition required by clicking one of the All conditions met or Any one condition met option buttons.

 

Events

See Web Events

 

Advanced Properties

See Advanced Properties

 

Validation

All required fields are specified.

 

Usage Notes

  1. For the Skyway Image Web Control, source images are loaded from the file system at design time.  To reference a source image from another website, use the basic HTML image control (can be added in code view in the UI Editor).

  2. Source images are loaded and stored by the Web Model at design time.  At runtime, the Web Model does not access the source image from the local source location.

  3. The skyway extension folder can be used to augment the Skyway deployments.  One of the key uses for this folder is to place image and icon libraries that can be referenced using the getBaseUrl() JSP Method.