|
Starting in September 2013, the ability to customizate Notes web has been added to SmartCloud. To do so, you use an Extension Forms File, just as with onpremises IBM iNotes. But you would need to download the template from SmartCloud. And then have ISSC check it and install it for you. Once it's ... |
|
These are the customization updates for IBM iNotes 9.0.1 Social Edition. Ability to override strings
Customizers can now override individual strings in iNotes, by adding a dwaxx.properties file (where xx is the two letter language code) to the Extension Forms File and inserting any string ... |
|
Starting in iNotes 9.0.1 Social Edition, customizers have the ability to override individual strings. You do it by adding a new properties file in the Extension Forms File (Forms9x) and including the string overrides. Here's an example. Say you want to change the strings that go with the ... |
|
These are the customization updates for IBM iNotes 9.0 Social Edition. Extension Forms File
The main Forms file has changed from Forms85 to Forms9 and likewise, the Extension Forms File has changed from Forms85x to Forms9x. If you have an existing Forms85x.nsf, you can just rename or copy ... |
|
These are the customization updates for Lotus iNotes in 8.5.3. Ability to update menu items
Previously, customizers could add or remove menu and submenu items from the action bar. Now, customizers can also update existing menu and submenu items. For more information, see the comments about ... |
|
This article provides a detailed example of how to set up an agent to act on selected documents in the inbox. |
|
This example demonstrates several customization concepts within DWA. For 8.5.2, all of these modifications live in "Forms85x.nsf". No changes to Forms85.nsf are necessary. Techniques demonstrated are: lazy-load script code, LotusScript agent to save a document, create and manage movable ... |
|
iNotes Programmatic URL Usage to enable customers more UI flexibility in iNotes, the iNotes portlet in WebSphere Portal, widgets, and gadgets |
|
Introduction
This article introduces you to the basic techniques of how to customize of Lotus iNotes. This information applies to Lotus iNotes 8.5 and later releases. The first thing you need to know is that Lotus iNotes is not a traditional Domino Web application. A traditional Domino Web ... |
|
These are the customization updates for iNotes in 8.5.2. Extension Forms File improvements
The individual design elements in Extension Forms File are now set to not inherit design changes. So the database itself can have Inherit Design turned on and will pick up any new forms that are added in ... |
|
There are two places to change in Forms85x.nsf. One is CustomTimeZones() in CustomJS subform. Another is CustomTimeZonesLite() in CustomJSLite subform. Below is a code sample for CustomTimeZonesLite(). The exact same code can be applied to CustomTimeZones(). {code:an600} function ... |
|
Short version {code: an} var oPanelManager AAA.Fkb(); var sContentId EPx.get('pepanelmanagercurrentselected').BoB; return (^(homemailcalendartodocontactsnotebook)i).test(oPanelManager.EZV(sContentId)) ?} oPanelManager.getContent(sContentId).Cd : ''; Longer version ... |
|
An agent is what you can use in Lotus Notes to automate tasks. |