2.0 beta4 change log
The main change in 2.0 beta4 - new cell editing API. The editing code is now part of standard cell template and separate cell editor template is removed. Several new events are available (see /examples/new/editing.htm) -
onControlActivated/onControlDeactivated
onCellEditStarted/onCellEditEnded
onCellValidating/onCellValidated
Unfortunately the editing code for Firefox/Safari is not completed yet, so editing in beta4 works in IE only.
Here is the list of other changes -
- getTemplate method returns template clone (except in lists)
- list actions moved to separate controller files
- fixed bug in CSV.Table where data was not reloaded
- clear scroll on csv/xml tables reload
- corrected setParameter/header in http request
- fixed missing ';' in htmlPattern regexp
- added magical filter:none rule
- added AW.debug()
- corrected tab index values
- added activate/deactivate events
- removed editor template
- renamed AW.Templates.HTML -> AW.Templates.Cell
- changed item padding back to 0 4 4 4 from 0 8 4 0
- moved editing to ImageText template
- changed default value for CellEditable to false
- added editing example
onControlActivated/onControlDeactivated
onCellEditStarted/onCellEditEnded
onCellValidating/onCellValidated
Unfortunately the editing code for Firefox/Safari is not completed yet, so editing in beta4 works in IE only.
Here is the list of other changes -
- getTemplate method returns template clone (except in lists)
- list actions moved to separate controller files
- fixed bug in CSV.Table where data was not reloaded
- clear scroll on csv/xml tables reload
- corrected setParameter/header in http request
- fixed missing ';' in htmlPattern regexp
- added magical filter:none rule
- added AW.debug()
- corrected tab index values
- added activate/deactivate events
- removed editor template
- renamed AW.Templates.HTML -> AW.Templates.Cell
- changed item padding back to 0 4 4 4 from 0 8 4 0
- moved editing to ImageText template
- changed default value for CellEditable to false
- added editing example
Alex (ActiveWidgets)
January 18,