XIO ® applets

XIOview V1.5 Image Zoom Applet - TRIAL VERSION - Example Implementations

Please consider to  license XIOview ». For more information about this applet visit  www.XIO.biz ».

GENERAL »
PARAMETERS »
DEMO 1 »
CODE 1 »
DEMO 2 »
CODE 2 »
DEMO 3 »
CODE 3 »
DEMO 4 »
CODE 4 »
DEMO 5 »
CODE 5 »

Parameters

HTML-implementation with full parameter listing.

This page shows a complete HTML-implementation of XIOview with all optional parameters set to their default values. While "default" means, these values are automatically pre-initialized by the applet if the corresponding parameter(s) are not implemented.

You can easily copy and paste this full listing into your own project. Then you may simply remove those optional parameters, whose pre-initialized values fit already and simply modify the values of the remaining ones. (For a description of each parameter's properties please refer to the documentation.)

Required parameters are marked red. - These are not pre-initialized and must be correctly set to allow functioning of XIOview.

- Do not forget to adjust the "archive" and "codebase"-attributes inside the "<applet>"-tag, so that they contain a valid relative reference to the "XIOview.jar"-file's storage location in your project!
(You may also remove the "codebase"-attribute, provided that the applet's code and all image files are stored in the same or in a subdirectory of the implementing HTML-page.)

<applet code="biz.xio.XIOview" archive="CODE/XIOview.jar" codebase="../" name="XIOview-Applet" width="240px" height="200px" alt="XIOview 1.5 Java Applet (requires a Java-enabled browser)">

<param name="cabbase"               value="CODE/XIOview.cab">
<param name="license_key"           value="ENTER YOUR LICENSE KEY HERE">
<param name="image"                 value="your_image.jpg">

<param name="zoom"                  value="100%">
<param name="zoom_range"            value="50%-800%">
<param name="zoom_smooth"           value="true,false">
<param name="zoom_area_width"       value="100px">
<param name="zoom_area_height"      value="100px">
<param name="zoom_selection"        value="true">
<param name="zoom_permanent"        value="false">
<param name="zoom_keyboard_control" value="true">
<param name="zoom_step_percentage"  value="25%">

<param name="image_grayscale"       value="false">
<param name="zoom_grayscale"        value="false">
<param name="image_rgb"             value="100%,100%,100%">
<param name="zoom_rgb"              value="100%,100%,100%">
<param name="image_brightness"      value="100%">
<param name="zoom_brightness"       value="100%">
<param name="image_contrast"        value="100%">
<param name="zoom_contrast"         value="100%">
<param name="image_gamma"           value="1.0">
<param name="zoom_gamma"            value="1.0">
<param name="image_inverted"        value="false">
<param name="zoom_inverted"         value="false">

<param name="background_color"      value="128,128,128">
<param name="on_right_click"        value="zoom,x">
<param name="filename_show"         value="true">

<!-- Text below is shown if Java is not currently supported or activated. -->

<p>
The interactive content of this page requires a Java-enabled browser.<br>
Please check your browser's settings and activate Java.<br>
If your browser has no built in Java plug-in you can obtain one at <a href="http://www.java.com">www.java.com</a>.
</p>

</applet>


Copyright © 2004-2005 by Martin Rieger, XIO® Software. XIO® is a registered trademark of Martin Rieger.
Java™ is a registered trademark of Sun Microsystems, Inc.. All other trademarks are properties of their respective owners.