]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/web/js/dojo/openils/widget/AutoGrid.js
implemented 'clone selected row'
[working/Evergreen.git] / Open-ILS / web / js / dojo / openils / widget / AutoGrid.js
2009-03-02 ericksonimplemented 'clone selected row'
2009-03-02 ericksoncan now pass in override widget types to grid and edit...
2009-03-01 ericksonplugged in auto edit pane handling
2009-03-01 ericksonedit/create pane can now be loaded as a inline grid...
2009-03-01 ericksonseparated pane and dialog build out into 2 separate...
2009-02-15 ericksonadded store reset func
2009-02-13 ericksoncan now override any given auto-widget with a locally...
2009-02-13 ericksonwhen no field order is defined but fields existin in...
2009-02-09 ericksonby default, don't show sequence columns, which will...
2009-02-09 ericksoncan now specify post update and create handlers. wrap...
2009-02-09 ericksonnot sure why views[1] was working before, but it's...
2009-02-08 ericksonautogrid can now fetch and load all data of a given...
2009-02-05 ericksonconsistent focus handling after user clicks cancel...
2009-02-05 ericksonallow for definition of default cell width. (can still...
2009-02-05 ericksonadded option to launch creation dialog from auto grid...
2009-02-05 ericksonselected-ness follow mouse and key navigation in a...
2009-02-04 ericksonwhen using the popup dialog, overide the default focus...
2009-02-04 ericksonrely on the stored grid data to reconstitute a fm objec...
2009-02-04 ericksonauto-grid now has the ability to pop up an edit dialog...
2009-02-04 ericksonbetter handle case where grid structure may exist but...
2009-01-23 ericksonadded a default gettier for common fieldmapper datatypes
2009-01-23 ericksonrearranging some classes around for better re-use....