Parameter Dialog CSS File

The 'Parameter Dialog CSS File' field specifies a CSS file (as a resource) to be used to style the parameter prompting screen. The CSS file can contain any ID or Class that is present in the parameter prompting screen; for example, body{} or option{}. This feature is most useful in conjunction with a Parameter Dialog HTML Template.

A sample CSS file which corresponds to the custom HTML template in the Parameter Dialog HTML Template section is shown below:

body {

  background-color:#DDD;

  font-family:Verdana;

  font-size:24;

  margin-left:3em;

  margin-top:3em;

}

 

img {

  float:right;

  margin-right:2em;

  padding:10px;

  border:2px solid;

  box-shadow: 5px 5px 5px #888;

}

 

div.ParameterBlock td {

  font-weight:bold;

}

If you save this CSS file with the name 'ParamStyle.html' in the SREE Home directory (WEB-INF/classes), you can enter the resource path in the 'Parameter Dialog CSS File' field as follows: “/ParamStyle.html”.

 

See Also

Parameter Sheets, in Report Design, for more extensive customization of parameter prompting.

<< Parameter Dialog HTML Template © 1996-2013 InetSoft Technology Corporation (v11.5) Custom Replet Error Page >>