zaqaqaw / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Cache Applet Option #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Use applet cache tag for faster loading in web browsers.

Add this code to sample.html and loading.html:

<applet name="jzebra" code="jzebra.PrintApplet.class" 
       archive="/jscripts/jprint/jZebra1.4.7/dist/jzebra.jar" 
       style="width:110px; height: 110px; float: left;">

    <param name="printer" value="zebra">
        <!-- This option enabled caching of the applet -->
    <param name="cache_option" value="plugin">
    <param name="cache_archive" value="/jscripts/jprint/jZebra1.4.7/dist/jzebra.jar">
    <param name="cache_version" value="0.1.4.7">

</applet>

Original issue reported on code.google.com by tres.fin...@gmail.com on 20 Apr 2013 at 1:50

GoogleCodeExporter commented 8 years ago
Added with version 1.4.8

Original comment by tres.fin...@gmail.com on 24 Apr 2013 at 2:02