All
All
Projects
Snippets
Go
Explore
Home
About
Get Involved
IP
Legal
Interact With Us
Blog
Webinars
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Explore
Home
About
Get Involved
IP
Legal
Interact With Us
Blog
Webinars
Resources
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Resources
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Projects
Snippets
Collaboration Today
Sign In
Username
Password
Forgotten your login credentials?
Login
Register
All
All
Projects
Snippets
Go
NotesView2
Download
Full-Featured AJAX Web Views (standard outline views)
Created by
jason a thomas
,
Jeremy G Hodge
,
Janez Stupar
2 decades ago
10777 Downloads
Summary
Downloads/Releases
Screenshots
Documentation
Feature Requests
Defects
Discussions
Reviews
Date
Name
Downloads
Nov 19, 2007
1.7
7234
Sep 12, 2007
RC1.6
1301
Jul 30, 2007
Beta1.5
790
Jun 21, 2007
Beta1.4.2
657
Jun 19, 2007
Beta1.4.1
231
May 25, 2007
Beta
564
1.7
Release Name
1.7
Released On
Nov 19, 2007
License
GNU LGPL
Released By
Jeremy G Hodge
Status
Released
Downloads
7234
Cleared
No
Download(s)
NotesView217.nsf
NotesView_2.1.7_Documentation.pdf
Description
Added support for Column Totals - Thanks to Jonathan Roberts for code submission
CSS definition for
columnTotal - used for the cell and contents that contain a category's total
isCategory - used for the cell contents of a category
CategoryTotal - used for the cell at the bottom of a view that contains the view-wide total in a column Total
CategoryTotalEmptyCell - used in the empty cells to the left and right of the CategoryTotal cell as defined above
Added Adjacent[ HTML | Text | Element ] support for firefox - Thanks to Peter Kempf
Robusted up saveState to included expanded/collapsed entries, selectedPosition and start position
Added resetState() function to clear the view's current state
Added 'extendLastColumn' property - defaults to true to mimic 2.1.6 & previous releases, but if set to false, the last column does not extend the total width - helpful for right aligned last columns
Included example in Categorized View illustrating how to add a custom action to get the selected documents and process them using an agent in the background using XMLHttpRequest and then refreshing the view
Added stateTimeout parameter to limit the length of time the state of the view will be saved
Updated examples to refence view alias instead of view title
This version adds a (sleep) agent that must be accessible to the script. You can place it in the database, or a central database and provide the path to it in the sleepPath property. The default is to assume it is in the root of the current database.