Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Notice that several of the parameters use Url templates. For example, frevvo.help.url references a help file named designer.xsl that is located in the directory <frevvo-home>\tomcat\webapps\frevvo\WEB-INF\xsl\main\help. You may wish to bundle up a replacement help file and store your replacement file in that same directory. In that case you will keep the templates #{servletContext.contextPath}${servlet.path}/static that are part of the default path and append your own help file name. It can be an html file, myAppHelp.html. Or if your help is an external file you can replace the entire default value #{servletContext.contextPath}${servlet.path}/static/help/designer with a Url such has http://mycompany/myapp/help.html. Refer to Installation Tasks for the steps to replace the file after parameters in designer.xsl have been editied.
...
You can modify the text of runtime messages and customize the labels in the Form/flow designers by changing string name/value pairs in the default file found in the directory <frevvo home>\tomcat\webapps\frevvo. You can customize the Form designer and most labels (but not all) in the Flow designer.
...
- Stop , if it is running.
- Open <frevvo-home>\tomcat\conf and copy the frevvo edit the frevvo-config.properties file to a temporary directory. See Installation Tasks for instructions.
- Edit \your temporary directory\frevvo-config.properties to set Add the context parameter, parameter frevvo.oem.branding.class to oem. Edit \your temporary directory=oem to the frevvo-config.properties file
- Edit <frevvo-home>\tomcat\webapps\frevvo\css-XXXXXxxxx\themes\oem\oem-branding.class file to make your changes. The XXXXX in the directory path represents the Revision Number of . For example, the
- Add your custom CSS to the oem-branding.css file will be located in \your temporary directory\css-19498\themes\oem for a revision number of 5.0.1.19498.
- Recreate the oem-branding.css file to include the modified oem-branding.css file.
- Replace the original file with your updated version. Refer to Installation Tasks for instructions.
- Start .
- .
- Start .
- Clear the cache before restarting your browser to see the changes.
...
- .
...
Note |
---|
It is recommended that you modify the default oem-branding.css file to make the desired changes to the application. Any aspect of this file can be changed. |
...