Back Forward Binary File rules
Completing the Main tab

  1. About 
  2. New 
  3. Main 
  4. History 
  5. More... 

Use the buttons on this tab to:

Field

Description

Relative Path

Optional. Enter a subdirectory of the Web server directory identified by the first key part of the instance. Enter images for files of type JPG, PNG, or GIF.

Image Preview  
Image Preview

When the file type is an image, the form contains a preview of the image and indicates the width and height of the image in pixels.

NoteIn some situations, your browser may present a stale version of the image. Follow the notes below on clearing the cache.

Sprite V6.2 GRP-20247 pashm
Treat Image as a Sprite Select to indicate that the image is a sprite, which you can use in a pxIcon control rule. The sprite must be a grid comprising three rows and any number of columns. Each column contains an icon to indicate a control's state (from top to bottom):
  • Active (normal)
  • Inactive (appearance on hover)
  • Disabled (does not respond to any action)

Here is an example:

Because a sprite is a central image composed of numerous images positioned differently across multiple CSS declarations, loading an image occurs once. In the CSS, the system uses a specified portion of the image instead of a set of individual images. Using sprites accelerates load time due to fewer HTTP server requests.

See the Icon (for image) option in Control form — Completing the Control tab.

Icon Width Enter the pixel width of each icon in a single state (not the width of the entire image).
Icon Height Enter the pixel height of each icon in a single state (not the height of the entire image).
 Upload File  

Click to upload into this rule a binary file on your workstation or local area network.

 Download File  

Click to download the binary file associated with this rule to your workstation or local area network.

To upload an image or other binary file

To upload an image file from your workstation into a binary file rule instance:

  1. Click  Upload File   to navigate to the file on your workstation or network.
  2. Locate the file, and click  Upload File  . A message box confirms when the upload completes.
  3. Save the binary file rule.

References to images

You can reference binary file rule images in HTML for display or for correspondence using standard HTML syntax:

<IMG SRC="images/myImage.jpg">

C-508 The system automatically extracts the image from the rule into a static directory used by the Tomcat (or other) Web server. It converts the relative path you provide in HTML to the true path that provides the RuleSet version-specific copy of the image.

NoteEvery browser has a cache of recently received images. To clear an Internet Explorer7 browser cache, select Tools > Internet Options > General > Temporary Internet Files > Delete Files. This lets you see the effect of newly exported images.

To download an image or other binary file

You can extract an image or other file from the binary file rule to your workstation. After the image file is on your workstation, you can display or update it using image editing software:

  1. Click  Download File  .
  2. Indicate where the system is to place the output file.

Up About Binary File rules