Changeset 38888 for gs3-extensions


Ignore:
Timestamp:
2024-03-28T21:04:33+13:00 (2 months ago)
Author:
anupama
Message:

GsdlCollageApplet updates. 1. Removed the sitename parameter I had introduced, to just pass the official hrefMustHave parameter which builds up the necessary parameter using the sitename, instead of building up hrefMustHave in Java which would have hardcoded a customisable parameter. 2. Can now hide/show the status bar, which is now hidden by default since the GsdlCollageApplet never used the statusbar any way. 3. Moved a lot of the parameters out of webswing.config.in into the webswing-collage.xsl so that they are more easily customisable for the end user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/webswing/trunk/web/etc/webswing.config.in

    r38887 r38888  
    159159      "launcherConfig" : {
    160160        "mainClass" : "org.greenstone.applet.GsdlCollageApplet.GsdlCollageApplet",
    161     "args" : "${customArgs} --webswing 1 --gsdlversion 3 --verbosity 3 --imageType \".jpg%.png\" --imageMustNotHave \"interfaces/\" --classifier \"CL2.3\" --maxDepth 500 --maxDisplay 25 --refreshDelay 1500 --isJava2 auto --bgcolor \"#96c29a\""
     161    "args" : "${customArgs} --webswing 1 --gsdlversion 3 --isJava2 auto"
    162162      },
    163163      "homeDir" : "@gsdl3webwritablehomeunix@"
Note: See TracChangeset for help on using the changeset viewer.