Promote 5 Demote | Use of class in default HTML rendering of design elements, particularly viewsThe default rendering in HTML of Domino design elements typically goes something like this: <table border="0" cellpadding="2" cellspacing="0"> <tr> <th>Staff</th> <th>Region</th> <th>Office</th> </tr> <tr valign="top"> <td><img width="16" height="1" src="/icons/ecblank.gif" alt="" /> <a href="/myapp.nsf/...?OpenDocument">LastName, FirstName</a></td> <td>ON</td> <td>Toronto</td> </tr> <tr> ... |
Promote 26 Demote | CSS editor for Domino DesignerEvery other IDE that is used for designing web pages has a built in CSS editor/validator why doesn't Domino Designer?
|
Promote 18 Demote | Expose FTI properties to LotusScriptThe 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. ... |