...
Section | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Parameter | Description | Default | |||
---|---|---|---|---|---|
frevvo.home.url | Home page for the Company Logo link | ${context.path} | |||
frevvo.logo.url | URL to the Company Logo image image. Also applies to Spaces | ${context.path}/images/bright/TransparentLogo-NoBeta.png | |||
frevvo.help.url | URL URL to the Help page | ${context.path}${servlet.path}/static/help/designer | |||
frevvo.docs.url | URL to the Documentation | http://docs.frevvo.com/d/docsdisplay/index.php/V4_Main_Pagefrevvo/frevvo+v5+Documentation+Home | |||
frevvo.forum.url | URL to the Forum | http://http://forum.frevvo.com/forum/ | |||
frevvo.blog.url | URL to the blog | http://blog.frevvo.com | |||
frevvo.product.name | The Product Name | Live Forms | |||
frevvo.copyright | Product Copyright One-Liner | Copyright 2006-2012 frevvo Inc. All rights reserved. | |||
frevvo.license.url | URL URL to License Agreement | ${context.path}${servlet.path}/static/termsDL | |||
frevvo.contact. | menuContact | menu itemtrue | frevvoUs email address | mailto:info@frevvo.com | |
frevvo.downloads.menu | Show Downloads menu item | true | |||
frevvo.gallery.menu | Show Gallery (Examples) menu item | true | |||
frevvo.templates.menu | Show Templates menu item | true | |||
frevvo.contact.email | Contact Us email address | mailto:info@frevvo.com | frevvo.css.url | Custom Stylesheet URL | |
frevvo.poweredby.markup | Logo in form footer when the Logo property set | Powered by Live Forms™ | |||
frevvo.page.title | HTML title prefix for all Live Form pages | frevvo | |||
frevvo.menu.bar | Show menu bar | true | |||
frevvo.oem.branding.class | Names css class applied to body of UI pages | empty | |||
frevvo.certificate.signature | Ignore SSL Security when posting to an https endpoint | empty |
...
Code Block |
---|
<context-param> <param-name>frevvo.docs.url</param-name> <param-value></param-value> <description>No URL set will hide the Docs menu and top link</description> </context-param> |
The look & feel of the Live Forms application 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.
...
The Powered by frevvo™ logo can be customized via the frevvo.poweredby.markup branding parameter. If this branding parameter is the an empty string no logo will appear on any form. The logo can still be turned of off on any given form via the Show Logo form property.Refer to Installation Tasks for the steps to repackage frevvo.war after parameters in web.xml have been edited
Hiding Palette Controls
...
You can tell frevvo to ignore this error using the frevvo.certificate.signature context parameter . This should work with services that have self-signed certificates that aren't installed in jvm certificate file and . This parameter does not work with certificates from a security authority. Add this context parameter to the web.xml file included in the frevvo.war zipfile. See Installation Tasks for the instructions to unzip and rezip the war after modifications to the web.xml are completed.
...
OEM partners can use the context parameter, frevvo.oem.branding.class to name a css class that will be placed onto the body of the UI pages (form designer, etc.). Set the context parameter, frevvo.oem.branding.class to oem in the web.xml file. The web.xml file is located in <frevvo-home>Follow the steps below to do this:
- Stop , if it is running.
- Unzip <frevvo-home>\tomcat\webapps\frevvo.war file to a temporary directory. You may have to change the file extension from .war to .zip to unzip it. See Installation Tasks for instructions.
- Edit \your temporary directory\WEB-INF\web.xml
...
Code Block |
---|
<context-param>
<param-name>frevvo.oem.branding.class</param-name>
<param-value>oem</param-value>
<description>This css class will be placed onto the body of the frevvo ui pages. OEMs can then create their own private CSS file(s) with rules based on the body having the oem branding class in order to customize the frevvo app.</description>
</context-param> |
CSS file(s) with rules based on the body having the oem branding class can be created in order to customize the application. You can create css files from scratch or use the default oem-branding.css file as a guide. Any aspect of this file can be changed. The oem-branding-.css file is located in <\tmp>\css-XXXXX, where XXXXX=version number\themes\oem directory of the unzipped WAR.
OEM partners are responsible for creating the CSS file(s) and putting them into the WAR file. To do this, edit <\tmp>\css-XXXXX\form.pack.css (in the exploded WAR) and add one or more lines like the following:
Code Block |
---|
@IMPORT url(“oem_branding.css”); |
The oem_branding.css is the name of the css file containing the specific oem rules. XXXXX = the version number.
- to set the context parameter, frevvo.oem.branding.class to oem.
- Edit \your temporary directory\css-XXXXX\themes\oem\oem-branding.class file to make your changes. The XXXXX in the directory path represents the Revision Number of . For example, 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.
- Repackage frevvo.war. Refer to Installation Tasks for instructions.
- Copy the modified frevvo.war file to the <frevvo-home>\tomcat\webapps directory.
- Start .
- Clear the cache before restarting your browser to see the changes.
Code Block |
---|
<context-param>
<param-name>frevvo.oem.branding.class</param-name>
<param-value>oem</param-value>
<description>This css class will be placed onto the body of the frevvo ui pages. OEMs can then edit the included oem-branding.css file with rules based on the body having the oem branding class in order to customize the frevvo app.</description>
</context-param> |
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. |
3rd Party Licenses
builds upon several 3rd party products. The frevvo.war file contains a WEB-IN\licenses with all the 3rd party licenses.