<< Click to Display Table of Contents >>
sidebar.stylejson
Sets the style of the sidebar.
Reference
HTML5 Viewer is only supported in PC.
Even if parameter values are set for each report in a multi-report environment, the parameter values in the first report are applied to all reports.
Set the parameter value as a string in the following JSON format:
{"titlebar":{"Key1":"Value1","Key2":"Value2",...},"tree":{"viewarea":{"Key1":"Value1"}},"thumbnail":{"section":{"Key1":"Value1","Key2":"Value2",...},"pagearea":{"Key1":"Value1"},"pagenumber":{"Key1":"Value1","Key2":"Value2",...}}}.
The configurable keys in the titlebar are:
Key |
Description |
---|---|
backgroundcolor |
Background color of the title area of the sidebar(The default value is F5F6F9) |
fontcolor |
Font color of the title area of the sidebar(The default value is 000000) |
fontname |
Font name of the title area of the sidebar(The default value is default font by the execution environment) |
showclosebutton |
Sets whether to display the [X] button in the sidebar(The default value is true) |
treetitle |
Title of the tree window(The default value is Tree) |
thumbnailtitle |
Title of the thumbnail window(The default value is Thumbnail) |
The configurable keys in the tree are:
Key |
Description |
|
---|---|---|
viewarea |
title |
The title of the top node in the tree area(The default value is OZ) |
The configurable keys in the thumbnail are:
Key |
Description |
|
---|---|---|
section |
backgroundcolor |
Background color of the section bar area(The default value is FFFFFF) |
bordercolor |
Border color of the section bar area(The default value is D3D3D3) |
|
fontcolor |
Font color of the section bar area(The default value is 000000) |
|
fontname |
Font name of the section bar area(The default value is default font by the execution environment) |
|
fontsize |
Font size of the section bar area(The default value is optimal size by the execution environment) |
|
fontstyle |
Font style of the section bar area(The default value is plain). Set the value to "bold", "bolditalic", "italic" or "plain" |
|
showclosebutton |
Sets whether to display the [Close] icon displayed on the section bar area(The default value is false) |
|
showtitle |
Sets whether to display sections divided by report in the section bar area(The default value is false) |
|
pagearea |
bordercolor |
Border color of current page in the page area(The default value is 8FC7FF) |
pagenumber |
align |
Text alignment of page numbers in the page area(The default value is center). Set the value to "center" or "left" |
fontcolor |
Font color of page numbers in the page area(The default value is 000000) |
|
fontname |
Font name of page numbers in the page area(The default value is default font by the execution environment) |
|
text |
Text to display the page number of the page area(The default value is empty). Set the value to "" or reserved words. Empty values only display page numbers, and reserved words can be set by combining <displayname> and <pagenumber> |