Date Name Downloads
Nov 19, 2007 1.7 7210
Sep 12, 2007 RC1.6 1295
Jul 30, 2007 Beta1.5 786
Jun 21, 2007 Beta1.4.2 653
Jun 19, 2007 Beta1.4.1 226
May 25, 2007 Beta 557
1.7
1.7
Nov 19, 2007
GNU LGPL
7210
  • 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.