Date Name Downloads
Jan 9, 2007 Beta .02 1977
Nov 7, 2006 Beta .01 635
Beta .02
Beta .02
Jan 9, 2007
See Application for Licensing Information
1977

PLEASE NOTE: This project is mainly around for historical purposes. It has been merged into the Ext.nd project found here: http://openntf.org/Projects/pmt.nsf/ProjectLookup/Ext.nd

Version .02 Beta


  • put a check in for views with 0 documents returned ( replaces loading text with 'no docs found' )
  • Added pageSize variable to allow configuration of number of rows per page
  • Changed sorting to use yui-ext remote sort - as long as columns are set "Click on column header to sort" : both

    (to use only client side sorting change remoteSort to false in DominoGridViewer)



    Minor Updates
  • rewrote DominoXMLDataModel to follow a similar syntax to other YUI+EXT classes
  • changed the datetime preprocessor to parse the date into an actual Date object
  • added a quick section to the column header generation to detect date time columns and set the renderer to formatDateTime
  • tweaked formatDateTime to work with an object instead of a string