Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
VAR and OEM partners can brand Live Forms with frevvowith their own company images and look. This is accomplished via web application branding properties.
...
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 ${context.path}${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 ${context.path}${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.
...
Code Block |
---|
frevvo.docs.url= Note:No URL set will hide the Docs menu and top link |
The look & feel of the Live Forms application frevvoapplication is controlled via css. frevvo.css.url gives you the ability to add your own style sheet if you need to customize the look & feel of the page itself such as the background colors and sizes of the items on the pages. You can use a tool such as firebug to learn how the page is styled with css and thus how to override the default styling.
...
Hiding Form/Doc Action Wizards
The Live Forms designer frevvodesigner form and doc action buttons can be customized using the properties listed below. By default all wizards are visible in the form & doc action buttons page. To hide a wizard, remove it from the associated property below.
...
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.
...
You can set up these parameters to accomplish the following: By default live forms does frevvodoes the check and will fail if not set correctly.
...
- Stop , if it is running.
- Open <frevvo-home>\tomcat\conf and edit the frevvo-config.properties file. See Installation Tasks for instructions.
- Add the context parameter frevvo.oem.branding.css=oem to the frevvo-config.properties file
- Edit <frevvo-home>\tomcat\webapps\frevvo\css-xxxx\themes\oem\oem-branding.css file to make your changes.
- Add your custom CSS to the oem-branding.css file.
- Start .
- Clear the cache before restarting your browser to see the changes.
...