81 | Full DOM support in the Lotus Notes clientChris Toohey - 27 Sep 2007 (1) Wouldn't it be great if we had full, complete DOM (Document Object Model) access to Notes design elements? A quick example, first thing I could think of: A passthru <label> that I could use javascript to check the class to see if ... |
23 | Option to embed Flash moviesPatrick Kwinten - 14 Jul 2009 (2) my 'rich client' does not seem to be so rich. i guess (adobe) flash has become quiet a standard for the web. why not make it a standard object that can be embedded for the Notes client? |
19 | Open class/object in new tabPeter Presnell - 05 Feb 2010 (1) When editing a LS, JS, or SSJS library that contains multiple classes/object I would like the ability to open a specific class/object in a new tab. This would allow me to work on two (or more) classes/objects at the same time and not lose my current place when I switch ... |
15 | Expose FTI properties to LotusScriptStephen McCulloch - 17 Mar 2010 (0) The only FTI properties of notesDatabase exposed to LotusScript are .FTIndexFrequency, .IsFTIndexed, .IsMultiDbSearch and .LastFTIndexed. The methods, CreateFTIndex(), RemoveFTIndex() and UpdateFTIndex() also exist. Yet the Notes Client UI shows Count unindexed documents, Size, and the FTI settings for Case sensitivity, index breaks, index attachments and index encrypted fields. ... |
-10 | Make Subforms ObjectsRobert Shaver - 31 May 2008 (4) I want to be able to include the same subform on a form multiple times. For exampe if I were making a billing system it would require several addresses; order address, billing address, shipping address. Then I could build one subform; address. Then I could include it three times, ... |