[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Set Sizefactor parameter by call with ccapplet  XML
Forum Index -> Development
Author Message
fschlott

Power User

Joined: 13/03/2009 19:09:22
Messages: 38
Offline

Hello,

we are using the starting Enterprise Client in one way just going over the index.html and in another way by calling a jsp-page directly using ccaplet.

For the first way i added in the index.html the param sizefactor which works fine.

Do you have any advice where i have to set the factor for the other way with using ccaplet?
//localhost:50000/webapplication/around.ccapplet

Thanks in advance.

Regards
Frank
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

Hi,

two possibilities:

(1)
you can use a template mechanism - please check the Developers' Guide (Integration Scenarios)

or easier (but this was added 3 weeks ago) :
(2)
you can define these parameters in the system.xml confgiruation file:
Code:
 ...
   <ccappletccwebstart cclibs="swt,jasperreportsall,pdf">
     <clientparam name="xxx" value="yyy"/>
     <clientparam name="xxx" value="yyy"/>
     <clientparam name="xxx" value="yyy"/>
   </ccappletccwebstart>
 ...
 


Regards, Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team