Skip to main content link. Accesskey S
  • Log In
  • Help
  • IBM Logo
  • IBM Forms wiki
  • All Wikis
  • All Forums
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • IBM Redbooks
Community Articles Product Documentation Learning Center IBM Redbooks This category All IBM Forms 4.0 documentation IBM Forms Server 4.0 API documentation Custom Search Scope...
Search
Community Articles > Best Practices for Form Design > Portals: disable unnecessary toolbar buttons
  • New Article
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

Adam Kozyniak
Contribution Summary:
  • Articles authored: 115
  • Articles edited: 103
  • Comments Posted: 0

Recent articles by this author

Specify type for public data

When creating or marking data as public in the Designer, specify the data type using a Model Item Property. Example Below are some examples of Model Item Property data types: xforms:bind nodeset"instance('INSTANCE1')PAGE1ffloat" type"xsd:float" xforms:bind xforms:bind ...

Do not cross reference types when mapping data

When mapping data, do not crossreference data types. Data should be mapped type to type, for example string to string rather than string to integer.

Do not create submission or cancellation buttons for forms used in FileNet

A Lotus form imported into FileNet is submitted using the SaveLaunchComplete buttons located in the FileNet toolbar. The form itself should contain no submission or cancellation buttons. When creating a form for FileNet using the Designer, do not insert submission or cancellation buttons into ...

Toolbar differences between Lotus Forms and FileNet

When rendering forms, toolbar hotkey accessibility differs between Lotus Forms and FileNet. Lotus Forms accessibility also varies based on the browser. FileNet eForms use Java Script key listeners, which means toolbar hotkeys will always be Ctrl + Alt + key. Lotus Forms forms use the HTML based ...

Use ufv_settings to hide Lotus Forms menu

When a form is created for use in FileNet, use the ufvsettings in the Designer to turn off the menu toolbar. Forms rendered in FileNet use the FileNet toolbar to control form submission. The menu used by Lotus Forms is not required and should be turned off. Example ufvsettings menu ...

Community articlePortals: disable unnecessary toolbar buttons

Added by Adam Kozyniak | Edited by IBM contributor Adam Kozyniak on June 12, 2008 | Version 4
expanded Abstract
collapsed Abstract
No abstract provided.
Tags: Portal, ufv_settings
 

When running Webform Server or Viewer in a portal environment, you may want to prevent users from saving and opening forms by disabling the buttons in the toolbar. In general, the philosophy of a portal is to provide a central location to work on forms. Allowing the user to save or load forms from their local computer may conflict with that philosophy, and may even cause unexpected problems with your workflow or other aspects of your portal application.

Example


To disable the save and open buttons in the toolbar, you must use the ufv_settings option. Place this option in the global page of the form, and use the menu setting to turn the save and open buttons off, as shown:

<globalpage sid="global"
 

   <global sid="global"
 

      <ufv_settings
 

         <menu
 

            <save
 
off</save
 

            <open
 
off</open
 

         </menu
 

      <ufv_settings
 

   </global
 

</globalpage
 


Exceptions to this practice


You can disregard this practice if your users need to work offline. In this case, you should test your application to ensure that users can load forms into your portal without any problems.

Back to: General best practices
expanded Attachments (0)
collapsed Attachments (0)
expanded Versions (9)
collapsed Versions (9)
Version Comparison     
VersionDateChanged by              Summary of changes
9Mar 21, 2011 3:33:20 PMNeal A Timpe  IBM contributorMinor change
8Mar 21, 2011 3:33:09 PMNeal A Timpe  IBM contributor
7Dec 2, 2010 3:47:37 PMJack Mitchell  IBM contributor
6Sep 8, 2008 6:07:47 PMDeanna Drschiwiski  IBM contributor
5Jul 4, 2008 5:52:07 PMDeanna Drschiwiski  IBM contributor
This version (4)Jun 12, 2008 2:45:24 PMAdam Kozyniak  IBM contributor
3Jun 10, 2008 7:38:16 PMAdam Kozyniak  IBM contributor
2May 28, 2008 3:22:40 PMAdam Kozyniak  IBM contributor
1May 27, 2008 6:22:15 PMAdam Kozyniak  IBM contributor
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedHelpAbout
  • IBM Collaboration Solutions wikis
  • IBM developerWorks
  • IBM Software support
  • Twitter LinkIBMSocialBizUX on Twitter
  • FacebookIBMSocialBizUX on Facebook
  • ForumsLotus product forums
  • BlogsIBM Social Business UX blog
  • Community LinkIBM Collaboration Solutions
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Accessibility
  • IBM Terms of use
  • Wiki terms of use