Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Live Forms designer form and doc action  buttons can be customized via the web.xml configuration file. Web.xml  is contained in the <frevvo-home>\frevvo\tomcat\webapps frevvo.war.  <frevvoIt is located in <frevvo-home>\WEB-INF\web.xml . Refer after the frevvo.war is unzipped to a temporary directory. Refer to Installation Tasks for the steps to repackage to unzip and repackage frevvo.war after parameters in web.xml have been edited. By default all wizards are visible in the form & doc action buttons page. To hide a wizard, remove it from the associated context parameter below.

...

test.wlselb.frevvo.com/frevvo/web/tn/nancy.com/user/designer/app/_EVHJUIP-EeG1bcc-I8Sq_w/formtype/_cm3dAIP-EeG1bcc-I8Sq_w?_method=post&edit=true&showPalette=false

 

Customizing the Preview Window Title

You can use the frevvo.page.title context parameter in the frevvo.xml file to  change the HTML prefixes of the titles of all Live Form pages. The Preview Page in the designer will display with value of the the frevvo.page. title  parameter  - <browser name>.  For example, to change the HTML page prefix to a company name, follow the steps below:

  1. Ensure that  is not running.
  2. Navigate to <frevvo-home>\tomcat\conf\catalina\localhost. Open the frevvo.xml with a text editor.
  3. Add the information below to the frevvo war setting section of the file
Code Block
<Parameter name="frevvo.page.title" value="rap" override="false"/>

     4. Save the file and restart .

 

OEM branding class

OEM partners can use the context parameter, “frevvo.oem.branding.class”  set (in web.xml) to name a css class. This css class will be placed onto the body of the  ui pages (form designer, etc.). CSS file(s) with rules based on the body having the oem branding class can be created in order to customize the  application. If you do not wish to create css files from scratch, the default oem-branding.css file is a good place to start.. Any aspect of this file can be changed. The context parameter “frevvo.oem.branding.class”  must be set to “oem". Unzip the frevvo.war file to a temporary directory. The  oem-branding-.css file  is located in <\tmp>\css-XXXXX, where XXXXX=version number\oem. Rezip the frevvo.war file after editing is completed. See Installation Tasks for more information.

...