Difference between revisions of "Customising web config"
m |
|||
Line 2: | Line 2: | ||
If these don't exist in the <appSettings> section they can be added. | If these don't exist in the <appSettings> section they can be added. | ||
+ | |||
+ | *<code>StartupReport</code> - Replaces the default startup page with the specified report. The report should be in the form: <code><!--add key="StartupReport" value="Folder/reportname.xml" /-->code> | ||
+ | |||
*<code>CustomHelpUrl</code> - Allows you to direct your users to a custom help portal you have created. | *<code>CustomHelpUrl</code> - Allows you to direct your users to a custom help portal you have created. | ||
Line 7: | Line 10: | ||
*<code>ProgressBarCss</code> - Custom css class for the progress image. Built in values are "xl3-progress", the standard position and "xl3-progress-center" which centers the image. | *<code>ProgressBarCss</code> - Custom css class for the progress image. Built in values are "xl3-progress", the standard position and "xl3-progress-center" which centers the image. | ||
*<code>AllowHtmlColon</code> - Allows outputting or raw html into workbooks. True/False. | *<code>AllowHtmlColon</code> - Allows outputting or raw html into workbooks. True/False. | ||
− |
Revision as of 09:56, 20 February 2014
There are several settings that administrators can edit in the web.config file to alter the default behaviour of XLCubedWeb.
If these don't exist in the <appSettings> section they can be added.
StartupReport
- Replaces the default startup page with the specified report. The report should be in the form:code>
CustomHelpUrl
- Allows you to direct your users to a custom help portal you have created.
ProgressBarUrl
- Sets a custom image for the progress bar.
ProgressBarCss
- Custom css class for the progress image. Built in values are "xl3-progress", the standard position and "xl3-progress-center" which centers the image.
AllowHtmlColon
- Allows outputting or raw html into workbooks. True/False.