Customizing Plug-ins

Certain aspects of the Plug-in may be configured through HTML code. The Plug-in is configurable by adding these options to the ‘EMBED’ statement. As options are not permitted in HREF statements, these options are not available for reference images.

An option is set by defining a value for it. The syntax is "option=value".

The following HTML options are available for embedded pages:

Option

Purpose

Values

Default

RIBBON

Controls the View Ribbon in the Plug-in window.

0=Removed
1=Present

1

LAUNCH

Controls the Launch Imagenation button in the View Ribbon.

0=Removed
1=Present

1

PRINT

Controls the Print button in the View Ribbon.

0=Removed
1=Present

1

SCROLLBARS

Customizes the scrollbars in the Plug-in window.

0=NoScrolls
1=Horizontal scroll bar only
2=Vertical scroll bar only
3=both horizontal and vertical scroll bars.

 

DETAIL

Controls the Detail button in the View Ribbon.

0=Removed
1=Present

1

REFERENCE

Controls the Reference button in the View Ribbon.

0=Removed
1=Present

1

PAGE

Specifies the startup page number to display when a multi-page document is opened.

Any valid page number

 

FIND

Searches for the first instance of the specified word. Not case sensitive and matches "only whole words".

For example, FIND="Test" will locate the first occurrence of 'test' and highlight it.

   

ABOUT

Controls the About button in the View Ribbon.

0=Removed
1=Present

1

HOTSPOTS

Controls whether the Plug-in will process the information in hotspots. For more information, see Hotspots.

0=Ignore
1=Process

1

For example,

<EMBED SRC="TEST.DOC" WIDTH=300 HEIGHT=300 LAUNCH=0 SCROLLBARS=2 DETAIL=0 REFERENCE=0 PAGE=6 FIND="Spicer Corporation">

will provide an embedded copy of Test.doc. The window size is 300 x 300. The Launch Imagenation button will be removed. Vertical scroll bars only. The Reference and Detail buttons will be removed. The document will open on page 6 and the first occurrence of "Spicer Corporation" will be highlighted.