Versions Compared

Key

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

...

ParameterDescription Default
frevvo.home.urlHome page for the Company Logo link ${context.path}
frevvo.logo.urlURL to the Company Logo image ${context.path}/images/bright/TransparentLogo-NoBeta.png
frevvo.help.url URL to the Help page${context.path}${servlet.path}/static/help/designer
frevvo.docs.urlURL to the Documentationhttp://docs.frevvo.com/docs/index.php/V4_Main_Page
frevvo.forum.urlURL to the Forumhttp://http://forum.frevvo.com/forum/
frevvo.blog.urlURL to the blog http://blog.frevvo.com
frevvo.product.nameThe Product NameLive Forms
frevvo.copyrightProduct Copyright One-LinerCopyright 2006-2012 frevvo Inc. All rights reserved.
frevvo.license.url URL to License Agreement${context.path}${servlet.path}/static/termsDL
frevvo.contact.menuShow Contact menu itemtrue
 frevvo.downloads.menuShow Downloads menu itemtrue
frevvo.gallery.menuShow Gallery (Examples) menu itemtrue
frevvo.templates.menuShow Templates menu item true
frevvo.contact.emailContact Us email addressmailto:info@frevvo.com
frevvo.css.urlCustom Stylesheet URL 
frevvo.poweredby.markupLogo in form footer when the Logo property setPowered by Live Forms™
frevvo.page.titleHTML title prefix for all Live Form pagesfrevvo
frevvo.menu.barShow menu bartrue
frevvo.oem.branding.cssclassNames css class applied to body of UI pagesempty

...

OEM partners can use the context parameter, “frevvofrevvo.oem.branding.class”  set (in web.xml) class to name a css class . This css class that will be placed onto the body of the  ui pages (form designer, etc.). The context parameter, frevvo.oem.branding.class  must be set to oem in the web.xml file.  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.

 

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.

OEM partners are responsible for creating the CSS file(s) and putting them into the WAR file. To do this, edit /css/form.pac.css (in the exploded WAR) and add one or more lines like the following: @IMPORT url(“oem_branding.css”); where oem_branding.css is the name of the css file containing the specific oem rules.

 set (in web.xml)


.